tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/batch/batch_client.py +4 -110
- tccli/services/batch/v20170312/api.json +0 -527
- tccli/services/batch/v20170312/examples.json +0 -16
- tccli/services/bi/v20220105/api.json +87 -1
- tccli/services/bi/v20220105/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +84 -84
- tccli/services/cbs/v20170312/api.json +24 -24
- tccli/services/cdn/v20180606/api.json +240 -179
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +5 -3
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/chdfs/v20201112/api.json +7 -1
- tccli/services/cls/cls_client.py +235 -23
- tccli/services/cls/v20201016/api.json +457 -3
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/controlcenter/v20230110/api.json +63 -58
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +106 -0
- tccli/services/dbbrain/v20191016/api.json +365 -6
- tccli/services/dbbrain/v20191016/examples.json +8 -0
- tccli/services/dbbrain/v20210527/api.json +550 -21
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +102 -6
- tccli/services/dcdb/v20180411/examples.json +4 -4
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +162 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +128 -127
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/facefusion/v20220927/examples.json +1 -1
- tccli/services/gs/v20191118/api.json +22 -3
- tccli/services/gs/v20191118/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +16 -16
- tccli/services/iotcloud/v20210408/api.json +2 -2
- tccli/services/iotcloud/v20210408/examples.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +947 -857
- tccli/services/iotexplorer/v20190423/examples.json +83 -83
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mariadb/v20170312/api.json +84 -8
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mps/v20190612/api.json +63 -61
- tccli/services/mps/v20190612/examples.json +48 -48
- tccli/services/mqtt/v20240516/api.json +62 -12
- tccli/services/mqtt/v20240516/examples.json +6 -6
- tccli/services/ocr/ocr_client.py +307 -360
- tccli/services/ocr/v20181119/api.json +73 -289
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +9 -0
- tccli/services/partners/v20180321/api.json +10 -0
- tccli/services/sqlserver/v20180328/api.json +9 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +11 -1
- tccli/services/tdmq/v20200217/api.json +30 -0
- tccli/services/teo/v20220106/api.json +4 -4
- tccli/services/teo/v20220901/api.json +48 -7
- tccli/services/teo/v20220901/examples.json +51 -15
- tccli/services/tione/v20211111/api.json +25 -5
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/trro/trro_client.py +269 -4
- tccli/services/trro/v20220325/api.json +504 -0
- tccli/services/trro/v20220325/examples.json +40 -0
- tccli/services/tse/v20201207/api.json +34 -34
- tccli/services/vdb/v20230616/api.json +738 -15
- tccli/services/vdb/v20230616/examples.json +64 -0
- tccli/services/vdb/vdb_client.py +428 -4
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vod/v20240718/api.json +985 -0
- tccli/services/vod/v20240718/examples.json +66 -0
- tccli/services/vod/vod_client.py +330 -12
- tccli/services/vpc/v20170312/api.json +175 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +464 -1
- tccli/services/wedata/v20210820/examples.json +22 -0
- tccli/services/wedata/wedata_client.py +114 -8
- tccli/services/weilingwith/v20230427/api.json +10 -10
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -56,6 +56,13 @@
|
|
56
56
|
"output": "CreateAlarmShieldResponse",
|
57
57
|
"status": "online"
|
58
58
|
},
|
59
|
+
"CreateCloudProductLogCollection": {
|
60
|
+
"document": "内部云产品接入使用相关接口",
|
61
|
+
"input": "CreateCloudProductLogCollectionRequest",
|
62
|
+
"name": "创建云产品日志投递",
|
63
|
+
"output": "CreateCloudProductLogCollectionResponse",
|
64
|
+
"status": "online"
|
65
|
+
},
|
59
66
|
"CreateConfig": {
|
60
67
|
"document": "创建采集规则配置",
|
61
68
|
"input": "CreateConfigRequest",
|
@@ -203,6 +210,13 @@
|
|
203
210
|
"output": "DeleteAlarmShieldResponse",
|
204
211
|
"status": "online"
|
205
212
|
},
|
213
|
+
"DeleteCloudProductLogCollection": {
|
214
|
+
"document": "内部云产品接入使用相关接口",
|
215
|
+
"input": "DeleteCloudProductLogCollectionRequest",
|
216
|
+
"name": "删除云产品日志投递",
|
217
|
+
"output": "DeleteCloudProductLogCollectionResponse",
|
218
|
+
"status": "online"
|
219
|
+
},
|
206
220
|
"DeleteConfig": {
|
207
221
|
"document": "删除采集规则配置",
|
208
222
|
"input": "DeleteConfigRequest",
|
@@ -357,6 +371,13 @@
|
|
357
371
|
"output": "DescribeAlertRecordHistoryResponse",
|
358
372
|
"status": "online"
|
359
373
|
},
|
374
|
+
"DescribeCloudProductLogTasks": {
|
375
|
+
"document": "云产品接入使用相关接口",
|
376
|
+
"input": "DescribeCloudProductLogTasksRequest",
|
377
|
+
"name": "查看云产品日志投递任务列表",
|
378
|
+
"output": "DescribeCloudProductLogTasksResponse",
|
379
|
+
"status": "online"
|
380
|
+
},
|
360
381
|
"DescribeConfigExtras": {
|
361
382
|
"document": "本接口用于获取特殊采集配置,特殊采集配置应用于自建K8S环境的采集Agent",
|
362
383
|
"input": "DescribeConfigExtrasRequest",
|
@@ -574,6 +595,13 @@
|
|
574
595
|
"output": "ModifyAlarmShieldResponse",
|
575
596
|
"status": "online"
|
576
597
|
},
|
598
|
+
"ModifyCloudProductLogCollection": {
|
599
|
+
"document": "内部云产品接入使用相关接口",
|
600
|
+
"input": "ModifyCloudProductLogCollectionRequest",
|
601
|
+
"name": "修改云产品日志投递",
|
602
|
+
"output": "ModifyCloudProductLogCollectionResponse",
|
603
|
+
"status": "online"
|
604
|
+
},
|
577
605
|
"ModifyConfig": {
|
578
606
|
"document": "修改采集规则配置",
|
579
607
|
"input": "ModifyConfigRequest",
|
@@ -2162,6 +2190,82 @@
|
|
2162
2190
|
],
|
2163
2191
|
"type": "object"
|
2164
2192
|
},
|
2193
|
+
"CloudProductLogTaskInfo": {
|
2194
|
+
"document": "云产品日志投递任务信息",
|
2195
|
+
"members": [
|
2196
|
+
{
|
2197
|
+
"disabled": false,
|
2198
|
+
"document": "日志服务地域",
|
2199
|
+
"example": "ap-guangzhou",
|
2200
|
+
"member": "string",
|
2201
|
+
"name": "ClsRegion",
|
2202
|
+
"output_required": true,
|
2203
|
+
"type": "string",
|
2204
|
+
"value_allowed_null": false
|
2205
|
+
},
|
2206
|
+
{
|
2207
|
+
"disabled": false,
|
2208
|
+
"document": "实例ID",
|
2209
|
+
"example": "ins-r8hr2upy",
|
2210
|
+
"member": "string",
|
2211
|
+
"name": "InstanceId",
|
2212
|
+
"output_required": true,
|
2213
|
+
"type": "string",
|
2214
|
+
"value_allowed_null": false
|
2215
|
+
},
|
2216
|
+
{
|
2217
|
+
"disabled": false,
|
2218
|
+
"document": "日志集ID",
|
2219
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
2220
|
+
"member": "string",
|
2221
|
+
"name": "LogsetId",
|
2222
|
+
"output_required": true,
|
2223
|
+
"type": "string",
|
2224
|
+
"value_allowed_null": false
|
2225
|
+
},
|
2226
|
+
{
|
2227
|
+
"disabled": false,
|
2228
|
+
"document": "日志主题ID",
|
2229
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
2230
|
+
"member": "string",
|
2231
|
+
"name": "TopicId",
|
2232
|
+
"output_required": true,
|
2233
|
+
"type": "string",
|
2234
|
+
"value_allowed_null": false
|
2235
|
+
},
|
2236
|
+
{
|
2237
|
+
"disabled": false,
|
2238
|
+
"document": "日志配置拓展信息, 一般用于存储额外的日志投递配置",
|
2239
|
+
"example": "{\"ServiceName\":[\"HDFS\",\"KNOX\",\"YARN\",\"ZOOKEEPER\"],\"Policy\":0}",
|
2240
|
+
"member": "string",
|
2241
|
+
"name": "Extend",
|
2242
|
+
"output_required": false,
|
2243
|
+
"type": "string",
|
2244
|
+
"value_allowed_null": false
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
"disabled": false,
|
2248
|
+
"document": "日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS",
|
2249
|
+
"example": "CDB-AUDIT",
|
2250
|
+
"member": "string",
|
2251
|
+
"name": "LogType",
|
2252
|
+
"output_required": false,
|
2253
|
+
"type": "string",
|
2254
|
+
"value_allowed_null": false
|
2255
|
+
},
|
2256
|
+
{
|
2257
|
+
"disabled": false,
|
2258
|
+
"document": "任务状态, 0创建中 1创建完成 2 删除中 ",
|
2259
|
+
"example": "1",
|
2260
|
+
"member": "int64",
|
2261
|
+
"name": "Status",
|
2262
|
+
"output_required": false,
|
2263
|
+
"type": "int",
|
2264
|
+
"value_allowed_null": false
|
2265
|
+
}
|
2266
|
+
],
|
2267
|
+
"usage": "out"
|
2268
|
+
},
|
2165
2269
|
"CollectConfig": {
|
2166
2270
|
"document": "采集配置信息",
|
2167
2271
|
"members": [
|
@@ -3749,6 +3853,164 @@
|
|
3749
3853
|
],
|
3750
3854
|
"type": "object"
|
3751
3855
|
},
|
3856
|
+
"CreateCloudProductLogCollectionRequest": {
|
3857
|
+
"document": "CreateCloudProductLogCollection请求参数结构体",
|
3858
|
+
"members": [
|
3859
|
+
{
|
3860
|
+
"disabled": false,
|
3861
|
+
"document": "实例ID",
|
3862
|
+
"example": "ins-r8hrxxx",
|
3863
|
+
"member": "string",
|
3864
|
+
"name": "InstanceId",
|
3865
|
+
"required": true,
|
3866
|
+
"type": "string"
|
3867
|
+
},
|
3868
|
+
{
|
3869
|
+
"disabled": false,
|
3870
|
+
"document": "云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS",
|
3871
|
+
"example": "CDB",
|
3872
|
+
"member": "string",
|
3873
|
+
"name": "AssumerName",
|
3874
|
+
"required": true,
|
3875
|
+
"type": "string"
|
3876
|
+
},
|
3877
|
+
{
|
3878
|
+
"disabled": false,
|
3879
|
+
"document": "日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS",
|
3880
|
+
"example": "CDB-AUDIT",
|
3881
|
+
"member": "string",
|
3882
|
+
"name": "LogType",
|
3883
|
+
"required": true,
|
3884
|
+
"type": "string"
|
3885
|
+
},
|
3886
|
+
{
|
3887
|
+
"disabled": false,
|
3888
|
+
"document": "云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:\n- CDS所有日志类型:ap-guangzhou\n- CDB-AUDIT: gz\n- TDSQL-C-AUDIT: gz\n- MongoDB-AUDIT: gz\n- MongoDB-SlowLog:ap-guangzhou\n- MongoDB-ErrorLog:ap-guangzhou\n- TDMYSQL-SLOW:gz\n- DCDB所有日志类型:gz\n- MariaDB所有日志类型:gz\n- PostgreSQL所有日志类型:gz\n- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)\n- APIS所有日志类型:gz",
|
3889
|
+
"example": "ap-guangzhou",
|
3890
|
+
"member": "string",
|
3891
|
+
"name": "CloudProductRegion",
|
3892
|
+
"required": true,
|
3893
|
+
"type": "string"
|
3894
|
+
},
|
3895
|
+
{
|
3896
|
+
"disabled": false,
|
3897
|
+
"document": "CLS目标地域",
|
3898
|
+
"example": "ap-guangzhou",
|
3899
|
+
"member": "string",
|
3900
|
+
"name": "ClsRegion",
|
3901
|
+
"required": true,
|
3902
|
+
"type": "string"
|
3903
|
+
},
|
3904
|
+
{
|
3905
|
+
"disabled": false,
|
3906
|
+
"document": "日志集名称,未填LogsetId时必填。若日志集不存在, 将自动创建",
|
3907
|
+
"example": "logset",
|
3908
|
+
"member": "string",
|
3909
|
+
"name": "LogsetName",
|
3910
|
+
"required": false,
|
3911
|
+
"type": "string"
|
3912
|
+
},
|
3913
|
+
{
|
3914
|
+
"disabled": false,
|
3915
|
+
"document": "日志主题名称,在未填TopicId时必填。 若日志主题不存在,将自动创建",
|
3916
|
+
"example": "topic",
|
3917
|
+
"member": "string",
|
3918
|
+
"name": "TopicName",
|
3919
|
+
"required": false,
|
3920
|
+
"type": "string"
|
3921
|
+
},
|
3922
|
+
{
|
3923
|
+
"disabled": false,
|
3924
|
+
"document": "日志配置拓展信息, 一般用于存储额外的日志投递配置",
|
3925
|
+
"example": "{\"ServiceName\":[\"HDFS\",\"KNOX\",\"YARN\",\"ZOOKEEPER\"],\"Policy\":0}",
|
3926
|
+
"member": "string",
|
3927
|
+
"name": "Extend",
|
3928
|
+
"required": false,
|
3929
|
+
"type": "string"
|
3930
|
+
},
|
3931
|
+
{
|
3932
|
+
"disabled": false,
|
3933
|
+
"document": "日志集id",
|
3934
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
3935
|
+
"member": "string",
|
3936
|
+
"name": "LogsetId",
|
3937
|
+
"required": false,
|
3938
|
+
"type": "string"
|
3939
|
+
},
|
3940
|
+
{
|
3941
|
+
"disabled": false,
|
3942
|
+
"document": "日志主题id",
|
3943
|
+
"example": "92cdd6d4-da98-4a6e-",
|
3944
|
+
"member": "string",
|
3945
|
+
"name": "TopicId",
|
3946
|
+
"required": false,
|
3947
|
+
"type": "string"
|
3948
|
+
}
|
3949
|
+
],
|
3950
|
+
"type": "object"
|
3951
|
+
},
|
3952
|
+
"CreateCloudProductLogCollectionResponse": {
|
3953
|
+
"document": "CreateCloudProductLogCollection返回参数结构体",
|
3954
|
+
"members": [
|
3955
|
+
{
|
3956
|
+
"disabled": false,
|
3957
|
+
"document": "日志主题ID",
|
3958
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
3959
|
+
"member": "string",
|
3960
|
+
"name": "TopicId",
|
3961
|
+
"output_required": true,
|
3962
|
+
"type": "string",
|
3963
|
+
"value_allowed_null": false
|
3964
|
+
},
|
3965
|
+
{
|
3966
|
+
"disabled": false,
|
3967
|
+
"document": "日志主题名称",
|
3968
|
+
"example": "test-topic",
|
3969
|
+
"member": "string",
|
3970
|
+
"name": "TopicName",
|
3971
|
+
"output_required": true,
|
3972
|
+
"type": "string",
|
3973
|
+
"value_allowed_null": false
|
3974
|
+
},
|
3975
|
+
{
|
3976
|
+
"disabled": false,
|
3977
|
+
"document": "日志集ID",
|
3978
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
3979
|
+
"member": "string",
|
3980
|
+
"name": "LogsetId",
|
3981
|
+
"output_required": true,
|
3982
|
+
"type": "string",
|
3983
|
+
"value_allowed_null": false
|
3984
|
+
},
|
3985
|
+
{
|
3986
|
+
"disabled": false,
|
3987
|
+
"document": "日志集名称",
|
3988
|
+
"example": "test-logset",
|
3989
|
+
"member": "string",
|
3990
|
+
"name": "LogsetName",
|
3991
|
+
"output_required": true,
|
3992
|
+
"type": "string",
|
3993
|
+
"value_allowed_null": false
|
3994
|
+
},
|
3995
|
+
{
|
3996
|
+
"disabled": false,
|
3997
|
+
"document": "-1 创建中,1创建完成 ",
|
3998
|
+
"example": "1",
|
3999
|
+
"member": "int64",
|
4000
|
+
"name": "Status",
|
4001
|
+
"output_required": true,
|
4002
|
+
"type": "int",
|
4003
|
+
"value_allowed_null": false
|
4004
|
+
},
|
4005
|
+
{
|
4006
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4007
|
+
"member": "string",
|
4008
|
+
"name": "RequestId",
|
4009
|
+
"type": "string"
|
4010
|
+
}
|
4011
|
+
],
|
4012
|
+
"type": "object"
|
4013
|
+
},
|
3752
4014
|
"CreateConfigExtraRequest": {
|
3753
4015
|
"document": "CreateConfigExtra请求参数结构体",
|
3754
4016
|
"members": [
|
@@ -6202,6 +6464,70 @@
|
|
6202
6464
|
],
|
6203
6465
|
"type": "object"
|
6204
6466
|
},
|
6467
|
+
"DeleteCloudProductLogCollectionRequest": {
|
6468
|
+
"document": "DeleteCloudProductLogCollection请求参数结构体",
|
6469
|
+
"members": [
|
6470
|
+
{
|
6471
|
+
"disabled": false,
|
6472
|
+
"document": "实例ID",
|
6473
|
+
"example": "ins-r8hr2upy",
|
6474
|
+
"member": "string",
|
6475
|
+
"name": "InstanceId",
|
6476
|
+
"required": true,
|
6477
|
+
"type": "string"
|
6478
|
+
},
|
6479
|
+
{
|
6480
|
+
"disabled": false,
|
6481
|
+
"document": "云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS",
|
6482
|
+
"example": "CDB",
|
6483
|
+
"member": "string",
|
6484
|
+
"name": "AssumerName",
|
6485
|
+
"required": true,
|
6486
|
+
"type": "string"
|
6487
|
+
},
|
6488
|
+
{
|
6489
|
+
"disabled": false,
|
6490
|
+
"document": "日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS",
|
6491
|
+
"example": "CDB-AUDIT",
|
6492
|
+
"member": "string",
|
6493
|
+
"name": "LogType",
|
6494
|
+
"required": true,
|
6495
|
+
"type": "string"
|
6496
|
+
},
|
6497
|
+
{
|
6498
|
+
"disabled": false,
|
6499
|
+
"document": "云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:\n- CDS所有日志类型:ap-guangzhou\n- CDB-AUDIT: gz\n- TDSQL-C-AUDIT: gz\n- MongoDB-AUDIT: gz\n- MongoDB-SlowLog:ap-guangzhou\n- MongoDB-ErrorLog:ap-guangzhou\n- TDMYSQL-SLOW:gz\n- DCDB所有日志类型:gz\n- MariaDB所有日志类型:gz\n- PostgreSQL所有日志类型:gz\n- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)\n- APIS所有日志类型:gz",
|
6500
|
+
"example": "ap-guangzhou",
|
6501
|
+
"member": "string",
|
6502
|
+
"name": "CloudProductRegion",
|
6503
|
+
"required": true,
|
6504
|
+
"type": "string"
|
6505
|
+
}
|
6506
|
+
],
|
6507
|
+
"type": "object"
|
6508
|
+
},
|
6509
|
+
"DeleteCloudProductLogCollectionResponse": {
|
6510
|
+
"document": "DeleteCloudProductLogCollection返回参数结构体",
|
6511
|
+
"members": [
|
6512
|
+
{
|
6513
|
+
"disabled": false,
|
6514
|
+
"document": "枚举值,0创建中 1创建完成 2删除中 3删除完成",
|
6515
|
+
"example": "3",
|
6516
|
+
"member": "int64",
|
6517
|
+
"name": "Status",
|
6518
|
+
"output_required": false,
|
6519
|
+
"type": "int",
|
6520
|
+
"value_allowed_null": false
|
6521
|
+
},
|
6522
|
+
{
|
6523
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6524
|
+
"member": "string",
|
6525
|
+
"name": "RequestId",
|
6526
|
+
"type": "string"
|
6527
|
+
}
|
6528
|
+
],
|
6529
|
+
"type": "object"
|
6530
|
+
},
|
6205
6531
|
"DeleteConfigExtraRequest": {
|
6206
6532
|
"document": "DeleteConfigExtra请求参数结构体",
|
6207
6533
|
"members": [
|
@@ -7048,6 +7374,71 @@
|
|
7048
7374
|
],
|
7049
7375
|
"type": "object"
|
7050
7376
|
},
|
7377
|
+
"DescribeCloudProductLogTasksRequest": {
|
7378
|
+
"document": "DescribeCloudProductLogTasks请求参数结构体",
|
7379
|
+
"members": [
|
7380
|
+
{
|
7381
|
+
"disabled": false,
|
7382
|
+
"document": "分页的偏移量,默认值为0。",
|
7383
|
+
"example": "0",
|
7384
|
+
"member": "int64",
|
7385
|
+
"name": "Offset",
|
7386
|
+
"required": false,
|
7387
|
+
"type": "int"
|
7388
|
+
},
|
7389
|
+
{
|
7390
|
+
"disabled": false,
|
7391
|
+
"document": "分页单页限制数目,默认值为100,最大值100。",
|
7392
|
+
"example": "10",
|
7393
|
+
"member": "int64",
|
7394
|
+
"name": "Limit",
|
7395
|
+
"required": false,
|
7396
|
+
"type": "int"
|
7397
|
+
},
|
7398
|
+
{
|
7399
|
+
"disabled": false,
|
7400
|
+
"document": "- assumerName\n - 按照【云产品标识】进行过滤。\n - 类型:String\n - 必选:否\n - 枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS\n- logType\n - 按照【日志类型】进行过滤。\n - 类型:String\n - 必选:否\n - 枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS\n- instanceId\n - 按照【实例ID】进行过滤。\n - 类型:String\n - 必选:否",
|
7401
|
+
"example": "无",
|
7402
|
+
"member": "Filter",
|
7403
|
+
"name": "Filters",
|
7404
|
+
"required": false,
|
7405
|
+
"type": "list"
|
7406
|
+
}
|
7407
|
+
],
|
7408
|
+
"type": "object"
|
7409
|
+
},
|
7410
|
+
"DescribeCloudProductLogTasksResponse": {
|
7411
|
+
"document": "DescribeCloudProductLogTasks返回参数结构体",
|
7412
|
+
"members": [
|
7413
|
+
{
|
7414
|
+
"disabled": false,
|
7415
|
+
"document": "日志配置详情列表",
|
7416
|
+
"example": "无",
|
7417
|
+
"member": "CloudProductLogTaskInfo",
|
7418
|
+
"name": "Tasks",
|
7419
|
+
"output_required": true,
|
7420
|
+
"type": "list",
|
7421
|
+
"value_allowed_null": false
|
7422
|
+
},
|
7423
|
+
{
|
7424
|
+
"disabled": false,
|
7425
|
+
"document": "日志配置总数",
|
7426
|
+
"example": "1",
|
7427
|
+
"member": "uint64",
|
7428
|
+
"name": "TotalCount",
|
7429
|
+
"output_required": true,
|
7430
|
+
"type": "int",
|
7431
|
+
"value_allowed_null": false
|
7432
|
+
},
|
7433
|
+
{
|
7434
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7435
|
+
"member": "string",
|
7436
|
+
"name": "RequestId",
|
7437
|
+
"type": "string"
|
7438
|
+
}
|
7439
|
+
],
|
7440
|
+
"type": "object"
|
7441
|
+
},
|
7051
7442
|
"DescribeConfigExtrasRequest": {
|
7052
7443
|
"document": "DescribeConfigExtras请求参数结构体",
|
7053
7444
|
"members": [
|
@@ -11426,6 +11817,69 @@
|
|
11426
11817
|
],
|
11427
11818
|
"type": "object"
|
11428
11819
|
},
|
11820
|
+
"ModifyCloudProductLogCollectionRequest": {
|
11821
|
+
"document": "ModifyCloudProductLogCollection请求参数结构体",
|
11822
|
+
"members": [
|
11823
|
+
{
|
11824
|
+
"disabled": false,
|
11825
|
+
"document": "实例ID",
|
11826
|
+
"example": "ins-r8hr2upy",
|
11827
|
+
"member": "string",
|
11828
|
+
"name": "InstanceId",
|
11829
|
+
"required": true,
|
11830
|
+
"type": "string"
|
11831
|
+
},
|
11832
|
+
{
|
11833
|
+
"disabled": false,
|
11834
|
+
"document": "云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS",
|
11835
|
+
"example": "CDB",
|
11836
|
+
"member": "string",
|
11837
|
+
"name": "AssumerName",
|
11838
|
+
"required": true,
|
11839
|
+
"type": "string"
|
11840
|
+
},
|
11841
|
+
{
|
11842
|
+
"disabled": false,
|
11843
|
+
"document": "日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS",
|
11844
|
+
"example": "CDB-AUDIT",
|
11845
|
+
"member": "string",
|
11846
|
+
"name": "LogType",
|
11847
|
+
"required": true,
|
11848
|
+
"type": "string"
|
11849
|
+
},
|
11850
|
+
{
|
11851
|
+
"disabled": false,
|
11852
|
+
"document": "云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:\n- CDS所有日志类型:ap-guangzhou\n- CDB-AUDIT: gz\n- TDSQL-C-AUDIT: gz\n- MongoDB-AUDIT: gz\n- MongoDB-SlowLog:ap-guangzhou\n- MongoDB-ErrorLog:ap-guangzhou\n- TDMYSQL-SLOW:gz\n- DCDB所有日志类型:gz\n- MariaDB所有日志类型:gz\n- PostgreSQL所有日志类型:gz\n- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)\n- APIS所有日志类型:gz",
|
11853
|
+
"example": "ap-guangzhou",
|
11854
|
+
"member": "string",
|
11855
|
+
"name": "CloudProductRegion",
|
11856
|
+
"required": true,
|
11857
|
+
"type": "string"
|
11858
|
+
},
|
11859
|
+
{
|
11860
|
+
"disabled": false,
|
11861
|
+
"document": "日志配置拓展信息, 一般用于存储额外的日志投递配置",
|
11862
|
+
"example": "{\"ServiceName\":[\"HDFS\",\"KNOX\",\"YARN\",\"ZOOKEEPER\"],\"Policy\":0}",
|
11863
|
+
"member": "string",
|
11864
|
+
"name": "Extend",
|
11865
|
+
"required": false,
|
11866
|
+
"type": "string"
|
11867
|
+
}
|
11868
|
+
],
|
11869
|
+
"type": "object"
|
11870
|
+
},
|
11871
|
+
"ModifyCloudProductLogCollectionResponse": {
|
11872
|
+
"document": "ModifyCloudProductLogCollection返回参数结构体",
|
11873
|
+
"members": [
|
11874
|
+
{
|
11875
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11876
|
+
"member": "string",
|
11877
|
+
"name": "RequestId",
|
11878
|
+
"type": "string"
|
11879
|
+
}
|
11880
|
+
],
|
11881
|
+
"type": "object"
|
11882
|
+
},
|
11429
11883
|
"ModifyConfigExtraRequest": {
|
11430
11884
|
"document": "ModifyConfigExtra请求参数结构体",
|
11431
11885
|
"members": [
|
@@ -14625,7 +15079,7 @@
|
|
14625
15079
|
"members": [
|
14626
15080
|
{
|
14627
15081
|
"disabled": false,
|
14628
|
-
"document": "
|
15082
|
+
"document": "要检索分析的日志的起始时间,**Unix时间戳(毫秒)**",
|
14629
15083
|
"example": "1608794854000",
|
14630
15084
|
"member": "int64",
|
14631
15085
|
"name": "From",
|
@@ -14634,7 +15088,7 @@
|
|
14634
15088
|
},
|
14635
15089
|
{
|
14636
15090
|
"disabled": false,
|
14637
|
-
"document": "
|
15091
|
+
"document": "要检索分析的日志的结束时间,**Unix时间戳(毫秒)**",
|
14638
15092
|
"example": "1608794855000",
|
14639
15093
|
"member": "int64",
|
14640
15094
|
"name": "To",
|
@@ -14652,7 +15106,7 @@
|
|
14652
15106
|
},
|
14653
15107
|
{
|
14654
15108
|
"disabled": false,
|
14655
|
-
"document": "检索语法规则,默认值为0,推荐使用1 。\n
|
15109
|
+
"document": "检索语法规则,默认值为0,推荐使用1 。\n- 0:Lucene语法\n- 1:CQL语法(CLS Query Language,日志服务专用检索语法)\n\n ⚠️⚠️ **注意**\n **该参数值建议设置为 1,使用 CQL 语法规则,控制台日志检索及仪表盘默认均使用该语法规则。**\n 该参数值未指定或者为 0 时,将使用 Lucene 语法,语法容易报错且查询结果与控制台默认语法规则不一致。详细说明参见<a href=\"https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules\" target=\"_blank\">检索条件语法规则</a>。",
|
14656
15110
|
"example": "1",
|
14657
15111
|
"member": "uint64",
|
14658
15112
|
"name": "SyntaxRule",
|
@@ -70,6 +70,14 @@
|
|
70
70
|
"title": "创建告警屏蔽"
|
71
71
|
}
|
72
72
|
],
|
73
|
+
"CreateCloudProductLogCollection": [
|
74
|
+
{
|
75
|
+
"document": "",
|
76
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudProductLogCollection\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-9edkkbdc\",\n \"AssumerName\": \"CDB\",\n \"LogType\": \"CDB-AUDIT\",\n \"CloudProductRegion\": \"qy\",\n \"ClsRegion\": \"ap-qingyuan\",\n \"LogsetName\": \"test-logset\",\n \"TopicName\": \"test-topic\"\n}",
|
77
|
+
"output": "{\n \"Response\": {\n \"LogsetId\": \"c227837e-29e6-4597-a22d-15265d8179c6\",\n \"LogsetName\": \"test-logset\",\n \"RequestId\": \"1acc4a4a-8231-4439-8a30-d082a95b9b43\",\n \"Status\": 1,\n \"TopicId\": \"9e041c76-869b-4eec-a54e-7f22f53e1afc\",\n \"TopicName\": \"test-topic\"\n }\n}",
|
78
|
+
"title": "创建云产品投递任务"
|
79
|
+
}
|
80
|
+
],
|
73
81
|
"CreateConfig": [
|
74
82
|
{
|
75
83
|
"document": "FilterKeyRegex:Loglistener日志过滤规则列表(旧版),需要过滤日志的key,及其对应的regex。\n 注意:2.9.3及以上版本LogListener ,建议使用AdvanceFilterRules配置日志过滤规则。\n",
|
@@ -256,6 +264,14 @@
|
|
256
264
|
"title": "删除告警屏蔽"
|
257
265
|
}
|
258
266
|
],
|
267
|
+
"DeleteCloudProductLogCollection": [
|
268
|
+
{
|
269
|
+
"document": "",
|
270
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCloudProductLogCollection\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-9edkkbdc\",\n \"AssumerName\": \"CDB\",\n \"LogType\": \"CDB-AUDIT\",\n \"CloudProductRegion\": \"qy\"\n}",
|
271
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1f5a8e7-51ab-4a3e-8268-a0dc4aac8923\"\n }\n}",
|
272
|
+
"title": "删除云产品投递任务"
|
273
|
+
}
|
274
|
+
],
|
259
275
|
"DeleteConfig": [
|
260
276
|
{
|
261
277
|
"document": "",
|
@@ -432,6 +448,14 @@
|
|
432
448
|
"title": "查询未恢复告警"
|
433
449
|
}
|
434
450
|
],
|
451
|
+
"DescribeCloudProductLogTasks": [
|
452
|
+
{
|
453
|
+
"document": "",
|
454
|
+
"input": "POST / HTTP/1.1\n Host: xxx.tencentcloudapi.com\n Content-Type: application/json\n X-TC-Action: DescribeCloudProductLogTasks\n <公共请求参数>\n \n {\n \"Offset\": 0,\n \"Limit\": 0,\n \"Filters\": [\n {\n \"Key\": \"AsummerName\",\n \"Values\": [\n \"cls\"\n ]\n }\n ]\n}",
|
455
|
+
"output": "{\n \"Response\": {\n \"Tasks\": [\n {\n \"ClsRegion\": \"ap-guangzhou\",\n \"InstanceId\": \"ins-r8hr2upy\",\n \"LogsetId\": \"92cdd6d4-da98-4a6e-9494-175b44338680\",\n \"TopicId\": \"92cdd6d4-da98-4a6e-9494-175b44338680\",\n \"Extend\": \"\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"92cdd6d4-da98-4a6e-9494-175b44338680\"\n }\n}",
|
456
|
+
"title": "DescribeCloudProductLogTasks"
|
457
|
+
}
|
458
|
+
],
|
435
459
|
"DescribeConfigExtras": [
|
436
460
|
{
|
437
461
|
"document": "获取特殊采集配置",
|
@@ -692,6 +716,14 @@
|
|
692
716
|
"title": "修改告警屏蔽"
|
693
717
|
}
|
694
718
|
],
|
719
|
+
"ModifyCloudProductLogCollection": [
|
720
|
+
{
|
721
|
+
"document": "",
|
722
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudProductLogCollection\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-9edkkbdc\",\n \"AssumerName\": \"CDB\",\n \"LogType\": \"CDB-AUDIT\",\n \"CloudProductRegion\": \"qy\",\n \"Extend\": \"\"\n}",
|
723
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c254ce5d-9834-4146-bfb5-a2dc35b0d5cc\"\n }\n}",
|
724
|
+
"title": "修改云产品投递任务"
|
725
|
+
}
|
726
|
+
],
|
695
727
|
"ModifyConfig": [
|
696
728
|
{
|
697
729
|
"document": "FilterKeyRegex:Loglistener日志过滤规则列表(旧版),需要过滤日志的key,及其对应的regex。\n 注意:2.9.3及以上版本LogListener ,建议使用AdvanceFilterRules配置日志过滤规则。\n",
|