tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -0
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +42 -2
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +33 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +244 -0
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2265 -760
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +72 -30
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -56,6 +56,13 @@
|
|
56
56
|
"output": "CreateAlarmShieldResponse",
|
57
57
|
"status": "online"
|
58
58
|
},
|
59
|
+
"CreateCloudProductLogTask": {
|
60
|
+
"document": "内部云产品接入使用相关接口",
|
61
|
+
"input": "CreateCloudProductLogTaskRequest",
|
62
|
+
"name": "创建云产品日志投递任务",
|
63
|
+
"output": "CreateCloudProductLogTaskResponse",
|
64
|
+
"status": "online"
|
65
|
+
},
|
59
66
|
"CreateConfig": {
|
60
67
|
"document": "创建采集规则配置",
|
61
68
|
"input": "CreateConfigRequest",
|
@@ -150,7 +157,7 @@
|
|
150
157
|
"CreateNoticeContent": {
|
151
158
|
"document": "该接口用于创建通知内容。",
|
152
159
|
"input": "CreateNoticeContentRequest",
|
153
|
-
"name": "
|
160
|
+
"name": "创建通知内容模板",
|
154
161
|
"output": "CreateNoticeContentResponse",
|
155
162
|
"status": "online"
|
156
163
|
},
|
@@ -196,6 +203,13 @@
|
|
196
203
|
"output": "DeleteAlarmShieldResponse",
|
197
204
|
"status": "online"
|
198
205
|
},
|
206
|
+
"DeleteCloudProductLogTask": {
|
207
|
+
"document": "内部云产品接入使用相关接口",
|
208
|
+
"input": "DeleteCloudProductLogTaskRequest",
|
209
|
+
"name": "删除云产品日志投递任务",
|
210
|
+
"output": "DeleteCloudProductLogTaskResponse",
|
211
|
+
"status": "online"
|
212
|
+
},
|
199
213
|
"DeleteConfig": {
|
200
214
|
"document": "删除采集规则配置",
|
201
215
|
"input": "DeleteConfigRequest",
|
@@ -290,7 +304,7 @@
|
|
290
304
|
"DeleteNoticeContent": {
|
291
305
|
"document": "该接口用于删除通知内容配置",
|
292
306
|
"input": "DeleteNoticeContentRequest",
|
293
|
-
"name": "
|
307
|
+
"name": "删除通知内容模板",
|
294
308
|
"output": "DeleteNoticeContentResponse",
|
295
309
|
"status": "online"
|
296
310
|
},
|
@@ -343,6 +357,13 @@
|
|
343
357
|
"output": "DescribeAlertRecordHistoryResponse",
|
344
358
|
"status": "online"
|
345
359
|
},
|
360
|
+
"DescribeCloudProductLogTasks": {
|
361
|
+
"document": "云产品接入使用相关接口",
|
362
|
+
"input": "DescribeCloudProductLogTasksRequest",
|
363
|
+
"name": "查看云产品日志投递任务列表",
|
364
|
+
"output": "DescribeCloudProductLogTasksResponse",
|
365
|
+
"status": "online"
|
366
|
+
},
|
346
367
|
"DescribeConfigExtras": {
|
347
368
|
"document": "本接口用于获取特殊采集配置,特殊采集配置应用于自建K8S环境的采集Agent",
|
348
369
|
"input": "DescribeConfigExtrasRequest",
|
@@ -479,7 +500,7 @@
|
|
479
500
|
"DescribeNoticeContents": {
|
480
501
|
"document": "获取通知内容列表",
|
481
502
|
"input": "DescribeNoticeContentsRequest",
|
482
|
-
"name": "
|
503
|
+
"name": "获取通知内容模板",
|
483
504
|
"output": "DescribeNoticeContentsResponse",
|
484
505
|
"status": "online"
|
485
506
|
},
|
@@ -553,6 +574,13 @@
|
|
553
574
|
"output": "ModifyAlarmShieldResponse",
|
554
575
|
"status": "online"
|
555
576
|
},
|
577
|
+
"ModifyCloudProductLogTask": {
|
578
|
+
"document": "内部云产品接入使用相关接口",
|
579
|
+
"input": "ModifyCloudProductLogTaskRequest",
|
580
|
+
"name": "修改云产品日志投递任务",
|
581
|
+
"output": "ModifyCloudProductLogTaskResponse",
|
582
|
+
"status": "online"
|
583
|
+
},
|
556
584
|
"ModifyConfig": {
|
557
585
|
"document": "修改采集规则配置",
|
558
586
|
"input": "ModifyConfigRequest",
|
@@ -640,7 +668,7 @@
|
|
640
668
|
"ModifyNoticeContent": {
|
641
669
|
"document": "该接口用于修改通知内容配置",
|
642
670
|
"input": "ModifyNoticeContentRequest",
|
643
|
-
"name": "
|
671
|
+
"name": "修改通知内容模板",
|
644
672
|
"output": "ModifyNoticeContentResponse",
|
645
673
|
"status": "online"
|
646
674
|
},
|
@@ -2012,10 +2040,10 @@
|
|
2012
2040
|
"members": [
|
2013
2041
|
{
|
2014
2042
|
"disabled": false,
|
2015
|
-
"document": "Ckafka 的
|
2016
|
-
"example": "
|
2043
|
+
"document": "Ckafka 的 InstanceId",
|
2044
|
+
"example": "ckafka-8j4rotest",
|
2017
2045
|
"member": "string",
|
2018
|
-
"name": "
|
2046
|
+
"name": "InstanceId",
|
2019
2047
|
"output_required": true,
|
2020
2048
|
"required": true,
|
2021
2049
|
"type": "string",
|
@@ -2023,10 +2051,10 @@
|
|
2023
2051
|
},
|
2024
2052
|
{
|
2025
2053
|
"disabled": false,
|
2026
|
-
"document": "Ckafka 的
|
2027
|
-
"example": "
|
2054
|
+
"document": "Ckafka 的 TopicName",
|
2055
|
+
"example": "mrxy-business",
|
2028
2056
|
"member": "string",
|
2029
|
-
"name": "
|
2057
|
+
"name": "TopicName",
|
2030
2058
|
"output_required": true,
|
2031
2059
|
"required": true,
|
2032
2060
|
"type": "string",
|
@@ -2034,45 +2062,45 @@
|
|
2034
2062
|
},
|
2035
2063
|
{
|
2036
2064
|
"disabled": false,
|
2037
|
-
"document": "Ckafka 的
|
2038
|
-
"example": "
|
2065
|
+
"document": "Ckafka 的 Vip",
|
2066
|
+
"example": "10.10.2.42",
|
2039
2067
|
"member": "string",
|
2040
|
-
"name": "
|
2068
|
+
"name": "Vip",
|
2041
2069
|
"output_required": true,
|
2042
|
-
"required":
|
2070
|
+
"required": false,
|
2043
2071
|
"type": "string",
|
2044
2072
|
"value_allowed_null": false
|
2045
2073
|
},
|
2046
2074
|
{
|
2047
2075
|
"disabled": false,
|
2048
|
-
"document": "Ckafka 的
|
2049
|
-
"example": "
|
2076
|
+
"document": "Ckafka 的 Vport",
|
2077
|
+
"example": "9092",
|
2050
2078
|
"member": "string",
|
2051
|
-
"name": "
|
2079
|
+
"name": "Vport",
|
2052
2080
|
"output_required": true,
|
2053
|
-
"required":
|
2081
|
+
"required": false,
|
2054
2082
|
"type": "string",
|
2055
2083
|
"value_allowed_null": false
|
2056
2084
|
},
|
2057
2085
|
{
|
2058
2086
|
"disabled": false,
|
2059
|
-
"document": "Ckafka 的
|
2060
|
-
"example": "
|
2087
|
+
"document": "Ckafka 的 InstanceName",
|
2088
|
+
"example": "kafka协议消费监控用",
|
2061
2089
|
"member": "string",
|
2062
|
-
"name": "
|
2090
|
+
"name": "InstanceName",
|
2063
2091
|
"output_required": true,
|
2064
|
-
"required":
|
2092
|
+
"required": false,
|
2065
2093
|
"type": "string",
|
2066
2094
|
"value_allowed_null": false
|
2067
2095
|
},
|
2068
2096
|
{
|
2069
2097
|
"disabled": false,
|
2070
|
-
"document": "Ckafka 的
|
2071
|
-
"example": "
|
2098
|
+
"document": "Ckafka 的 TopicId",
|
2099
|
+
"example": "1254011820-24a0d67e-748b-4e30-9502-78779bcc5test",
|
2072
2100
|
"member": "string",
|
2073
|
-
"name": "
|
2101
|
+
"name": "TopicId",
|
2074
2102
|
"output_required": true,
|
2075
|
-
"required":
|
2103
|
+
"required": false,
|
2076
2104
|
"type": "string",
|
2077
2105
|
"value_allowed_null": false
|
2078
2106
|
}
|
@@ -2106,6 +2134,72 @@
|
|
2106
2134
|
],
|
2107
2135
|
"type": "object"
|
2108
2136
|
},
|
2137
|
+
"CloudProductLogTaskInfo": {
|
2138
|
+
"document": "云产品日志投递任务信息",
|
2139
|
+
"members": [
|
2140
|
+
{
|
2141
|
+
"disabled": false,
|
2142
|
+
"document": "日志服务地域",
|
2143
|
+
"example": "ap-guangzhou",
|
2144
|
+
"member": "string",
|
2145
|
+
"name": "ClsRegion",
|
2146
|
+
"output_required": true,
|
2147
|
+
"type": "string",
|
2148
|
+
"value_allowed_null": false
|
2149
|
+
},
|
2150
|
+
{
|
2151
|
+
"disabled": false,
|
2152
|
+
"document": "实例ID",
|
2153
|
+
"example": "ins-r8hr2upy",
|
2154
|
+
"member": "string",
|
2155
|
+
"name": "InstanceId",
|
2156
|
+
"output_required": true,
|
2157
|
+
"type": "string",
|
2158
|
+
"value_allowed_null": false
|
2159
|
+
},
|
2160
|
+
{
|
2161
|
+
"disabled": false,
|
2162
|
+
"document": "日志集ID",
|
2163
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
2164
|
+
"member": "string",
|
2165
|
+
"name": "LogsetId",
|
2166
|
+
"output_required": true,
|
2167
|
+
"type": "string",
|
2168
|
+
"value_allowed_null": false
|
2169
|
+
},
|
2170
|
+
{
|
2171
|
+
"disabled": false,
|
2172
|
+
"document": "日志主题ID",
|
2173
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
2174
|
+
"member": "string",
|
2175
|
+
"name": "TopicId",
|
2176
|
+
"output_required": true,
|
2177
|
+
"type": "string",
|
2178
|
+
"value_allowed_null": false
|
2179
|
+
},
|
2180
|
+
{
|
2181
|
+
"disabled": false,
|
2182
|
+
"document": "日志配置拓展信息, 一般用于存储额外的日志投递配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
2183
|
+
"example": "无",
|
2184
|
+
"member": "string",
|
2185
|
+
"name": "Extend",
|
2186
|
+
"output_required": false,
|
2187
|
+
"type": "string",
|
2188
|
+
"value_allowed_null": true
|
2189
|
+
},
|
2190
|
+
{
|
2191
|
+
"disabled": false,
|
2192
|
+
"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\n注意:此字段可能返回 null,表示取不到有效值。",
|
2193
|
+
"example": "CDB-AUDIT",
|
2194
|
+
"member": "string",
|
2195
|
+
"name": "LogType",
|
2196
|
+
"output_required": false,
|
2197
|
+
"type": "string",
|
2198
|
+
"value_allowed_null": true
|
2199
|
+
}
|
2200
|
+
],
|
2201
|
+
"usage": "out"
|
2202
|
+
},
|
2109
2203
|
"CollectConfig": {
|
2110
2204
|
"document": "采集配置信息",
|
2111
2205
|
"members": [
|
@@ -3689,6 +3783,154 @@
|
|
3689
3783
|
],
|
3690
3784
|
"type": "object"
|
3691
3785
|
},
|
3786
|
+
"CreateCloudProductLogTaskRequest": {
|
3787
|
+
"document": "CreateCloudProductLogTask请求参数结构体",
|
3788
|
+
"members": [
|
3789
|
+
{
|
3790
|
+
"disabled": false,
|
3791
|
+
"document": "实例ID",
|
3792
|
+
"example": "ins-r8hr2upy",
|
3793
|
+
"member": "string",
|
3794
|
+
"name": "InstanceId",
|
3795
|
+
"required": true,
|
3796
|
+
"type": "string"
|
3797
|
+
},
|
3798
|
+
{
|
3799
|
+
"disabled": false,
|
3800
|
+
"document": "云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS",
|
3801
|
+
"example": "CDB",
|
3802
|
+
"member": "string",
|
3803
|
+
"name": "AssumerName",
|
3804
|
+
"required": true,
|
3805
|
+
"type": "string"
|
3806
|
+
},
|
3807
|
+
{
|
3808
|
+
"disabled": false,
|
3809
|
+
"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",
|
3810
|
+
"example": "CDB-AUDIT",
|
3811
|
+
"member": "string",
|
3812
|
+
"name": "LogType",
|
3813
|
+
"required": true,
|
3814
|
+
"type": "string"
|
3815
|
+
},
|
3816
|
+
{
|
3817
|
+
"disabled": false,
|
3818
|
+
"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",
|
3819
|
+
"example": "ap-guangzhou",
|
3820
|
+
"member": "string",
|
3821
|
+
"name": "CloudProductRegion",
|
3822
|
+
"required": true,
|
3823
|
+
"type": "string"
|
3824
|
+
},
|
3825
|
+
{
|
3826
|
+
"disabled": false,
|
3827
|
+
"document": "CLS目标地域",
|
3828
|
+
"example": "ap-guangzhou",
|
3829
|
+
"member": "string",
|
3830
|
+
"name": "ClsRegion",
|
3831
|
+
"required": true,
|
3832
|
+
"type": "string"
|
3833
|
+
},
|
3834
|
+
{
|
3835
|
+
"disabled": false,
|
3836
|
+
"document": "日志集名称,未填LogsetId时必填。若日志集不存在, 将自动创建",
|
3837
|
+
"example": "logset",
|
3838
|
+
"member": "string",
|
3839
|
+
"name": "LogsetName",
|
3840
|
+
"required": false,
|
3841
|
+
"type": "string"
|
3842
|
+
},
|
3843
|
+
{
|
3844
|
+
"disabled": false,
|
3845
|
+
"document": "日志集ID,若指定则代表选择已有日志集。选择已有日志集时,LogsetName可以不填",
|
3846
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
3847
|
+
"member": "string",
|
3848
|
+
"name": "LogsetId",
|
3849
|
+
"required": false,
|
3850
|
+
"type": "string"
|
3851
|
+
},
|
3852
|
+
{
|
3853
|
+
"disabled": false,
|
3854
|
+
"document": "日志主题名称,在未填TopicId时必填。 若日志主题不存在,将自动创建",
|
3855
|
+
"example": "topic",
|
3856
|
+
"member": "string",
|
3857
|
+
"name": "TopicName",
|
3858
|
+
"required": false,
|
3859
|
+
"type": "string"
|
3860
|
+
},
|
3861
|
+
{
|
3862
|
+
"disabled": false,
|
3863
|
+
"document": "日志主题ID,若指定则代表选择已有日志主题,选择已有日志主题时,TopicName可以不填",
|
3864
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
3865
|
+
"member": "string",
|
3866
|
+
"name": "TopicId",
|
3867
|
+
"required": false,
|
3868
|
+
"type": "string"
|
3869
|
+
},
|
3870
|
+
{
|
3871
|
+
"disabled": false,
|
3872
|
+
"document": "日志配置拓展信息, 一般用于存储额外的日志投递配置",
|
3873
|
+
"example": "无",
|
3874
|
+
"member": "string",
|
3875
|
+
"name": "Extend",
|
3876
|
+
"required": false,
|
3877
|
+
"type": "string"
|
3878
|
+
}
|
3879
|
+
],
|
3880
|
+
"type": "object"
|
3881
|
+
},
|
3882
|
+
"CreateCloudProductLogTaskResponse": {
|
3883
|
+
"document": "CreateCloudProductLogTask返回参数结构体",
|
3884
|
+
"members": [
|
3885
|
+
{
|
3886
|
+
"disabled": false,
|
3887
|
+
"document": "日志主题ID",
|
3888
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
3889
|
+
"member": "string",
|
3890
|
+
"name": "TopicId",
|
3891
|
+
"output_required": true,
|
3892
|
+
"type": "string",
|
3893
|
+
"value_allowed_null": false
|
3894
|
+
},
|
3895
|
+
{
|
3896
|
+
"disabled": false,
|
3897
|
+
"document": "日志主题名称",
|
3898
|
+
"example": "test-topic",
|
3899
|
+
"member": "string",
|
3900
|
+
"name": "TopicName",
|
3901
|
+
"output_required": true,
|
3902
|
+
"type": "string",
|
3903
|
+
"value_allowed_null": false
|
3904
|
+
},
|
3905
|
+
{
|
3906
|
+
"disabled": false,
|
3907
|
+
"document": "日志集ID",
|
3908
|
+
"example": "92cdd6d4-da98-4a6e-9494-175b44338680",
|
3909
|
+
"member": "string",
|
3910
|
+
"name": "LogsetId",
|
3911
|
+
"output_required": true,
|
3912
|
+
"type": "string",
|
3913
|
+
"value_allowed_null": false
|
3914
|
+
},
|
3915
|
+
{
|
3916
|
+
"disabled": false,
|
3917
|
+
"document": "日志集名称",
|
3918
|
+
"example": "test-logset",
|
3919
|
+
"member": "string",
|
3920
|
+
"name": "LogsetName",
|
3921
|
+
"output_required": true,
|
3922
|
+
"type": "string",
|
3923
|
+
"value_allowed_null": false
|
3924
|
+
},
|
3925
|
+
{
|
3926
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3927
|
+
"member": "string",
|
3928
|
+
"name": "RequestId",
|
3929
|
+
"type": "string"
|
3930
|
+
}
|
3931
|
+
],
|
3932
|
+
"type": "object"
|
3933
|
+
},
|
3692
3934
|
"CreateConfigExtraRequest": {
|
3693
3935
|
"document": "CreateConfigExtra请求参数结构体",
|
3694
3936
|
"members": [
|
@@ -4927,8 +5169,8 @@
|
|
4927
5169
|
"members": [
|
4928
5170
|
{
|
4929
5171
|
"disabled": false,
|
4930
|
-
"document": "
|
4931
|
-
"example": "
|
5172
|
+
"document": "模板名称。",
|
5173
|
+
"example": "告警内容模板",
|
4932
5174
|
"member": "string",
|
4933
5175
|
"name": "Name",
|
4934
5176
|
"required": true,
|
@@ -4936,7 +5178,7 @@
|
|
4936
5178
|
},
|
4937
5179
|
{
|
4938
5180
|
"disabled": false,
|
4939
|
-
"document": "
|
5181
|
+
"document": "模板内容语言。0:中文1:英文",
|
4940
5182
|
"example": "0",
|
4941
5183
|
"member": "uint64",
|
4942
5184
|
"name": "Type",
|
@@ -4945,7 +5187,7 @@
|
|
4945
5187
|
},
|
4946
5188
|
{
|
4947
5189
|
"disabled": false,
|
4948
|
-
"document": "
|
5190
|
+
"document": "模板详细配置。",
|
4949
5191
|
"example": "无",
|
4950
5192
|
"member": "NoticeContent",
|
4951
5193
|
"name": "NoticeContents",
|
@@ -5939,6 +6181,26 @@
|
|
5939
6181
|
"output_required": false,
|
5940
6182
|
"type": "int",
|
5941
6183
|
"value_allowed_null": true
|
6184
|
+
},
|
6185
|
+
{
|
6186
|
+
"disabled": false,
|
6187
|
+
"document": "保留失败日志状态。 1:不保留,2:保留\n注意:此字段可能返回 null,表示取不到有效值。",
|
6188
|
+
"example": "1",
|
6189
|
+
"member": "uint64",
|
6190
|
+
"name": "KeepFailureLog",
|
6191
|
+
"output_required": false,
|
6192
|
+
"type": "int",
|
6193
|
+
"value_allowed_null": true
|
6194
|
+
},
|
6195
|
+
{
|
6196
|
+
"disabled": false,
|
6197
|
+
"document": "失败日志的字段名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
6198
|
+
"example": "ETLParseFailure",
|
6199
|
+
"member": "string",
|
6200
|
+
"name": "FailureLogKey",
|
6201
|
+
"output_required": false,
|
6202
|
+
"type": "string",
|
6203
|
+
"value_allowed_null": true
|
5942
6204
|
}
|
5943
6205
|
],
|
5944
6206
|
"usage": "out"
|
@@ -6033,6 +6295,60 @@
|
|
6033
6295
|
],
|
6034
6296
|
"type": "object"
|
6035
6297
|
},
|
6298
|
+
"DeleteCloudProductLogTaskRequest": {
|
6299
|
+
"document": "DeleteCloudProductLogTask请求参数结构体",
|
6300
|
+
"members": [
|
6301
|
+
{
|
6302
|
+
"disabled": false,
|
6303
|
+
"document": "实例ID",
|
6304
|
+
"example": "ins-r8hr2upy",
|
6305
|
+
"member": "string",
|
6306
|
+
"name": "InstanceId",
|
6307
|
+
"required": true,
|
6308
|
+
"type": "string"
|
6309
|
+
},
|
6310
|
+
{
|
6311
|
+
"disabled": false,
|
6312
|
+
"document": "云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS",
|
6313
|
+
"example": "CDB",
|
6314
|
+
"member": "string",
|
6315
|
+
"name": "AssumerName",
|
6316
|
+
"required": true,
|
6317
|
+
"type": "string"
|
6318
|
+
},
|
6319
|
+
{
|
6320
|
+
"disabled": false,
|
6321
|
+
"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",
|
6322
|
+
"example": "CDB-AUDIT",
|
6323
|
+
"member": "string",
|
6324
|
+
"name": "LogType",
|
6325
|
+
"required": true,
|
6326
|
+
"type": "string"
|
6327
|
+
},
|
6328
|
+
{
|
6329
|
+
"disabled": false,
|
6330
|
+
"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",
|
6331
|
+
"example": "ap-guangzhou",
|
6332
|
+
"member": "string",
|
6333
|
+
"name": "CloudProductRegion",
|
6334
|
+
"required": true,
|
6335
|
+
"type": "string"
|
6336
|
+
}
|
6337
|
+
],
|
6338
|
+
"type": "object"
|
6339
|
+
},
|
6340
|
+
"DeleteCloudProductLogTaskResponse": {
|
6341
|
+
"document": "DeleteCloudProductLogTask返回参数结构体",
|
6342
|
+
"members": [
|
6343
|
+
{
|
6344
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6345
|
+
"member": "string",
|
6346
|
+
"name": "RequestId",
|
6347
|
+
"type": "string"
|
6348
|
+
}
|
6349
|
+
],
|
6350
|
+
"type": "object"
|
6351
|
+
},
|
6036
6352
|
"DeleteConfigExtraRequest": {
|
6037
6353
|
"document": "DeleteConfigExtra请求参数结构体",
|
6038
6354
|
"members": [
|
@@ -6416,7 +6732,7 @@
|
|
6416
6732
|
"members": [
|
6417
6733
|
{
|
6418
6734
|
"disabled": false,
|
6419
|
-
"document": "
|
6735
|
+
"document": "通知内容模板ID",
|
6420
6736
|
"example": "noticetemplate-d7286784-46d9-4be3-b7ba-2c464e6a5ad1",
|
6421
6737
|
"member": "string",
|
6422
6738
|
"name": "NoticeContentId",
|
@@ -6852,6 +7168,71 @@
|
|
6852
7168
|
],
|
6853
7169
|
"type": "object"
|
6854
7170
|
},
|
7171
|
+
"DescribeCloudProductLogTasksRequest": {
|
7172
|
+
"document": "DescribeCloudProductLogTasks请求参数结构体",
|
7173
|
+
"members": [
|
7174
|
+
{
|
7175
|
+
"disabled": false,
|
7176
|
+
"document": "分页的偏移量,默认值为0。",
|
7177
|
+
"example": "无",
|
7178
|
+
"member": "int64",
|
7179
|
+
"name": "Offset",
|
7180
|
+
"required": false,
|
7181
|
+
"type": "int"
|
7182
|
+
},
|
7183
|
+
{
|
7184
|
+
"disabled": false,
|
7185
|
+
"document": "分页单页限制数目,默认值为100,最大值100。",
|
7186
|
+
"example": "无",
|
7187
|
+
"member": "int64",
|
7188
|
+
"name": "Limit",
|
7189
|
+
"required": false,
|
7190
|
+
"type": "int"
|
7191
|
+
},
|
7192
|
+
{
|
7193
|
+
"disabled": false,
|
7194
|
+
"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 - 必选:否",
|
7195
|
+
"example": "无",
|
7196
|
+
"member": "Filter",
|
7197
|
+
"name": "Filters",
|
7198
|
+
"required": false,
|
7199
|
+
"type": "list"
|
7200
|
+
}
|
7201
|
+
],
|
7202
|
+
"type": "object"
|
7203
|
+
},
|
7204
|
+
"DescribeCloudProductLogTasksResponse": {
|
7205
|
+
"document": "DescribeCloudProductLogTasks返回参数结构体",
|
7206
|
+
"members": [
|
7207
|
+
{
|
7208
|
+
"disabled": false,
|
7209
|
+
"document": "日志配置详情列表",
|
7210
|
+
"example": "无",
|
7211
|
+
"member": "CloudProductLogTaskInfo",
|
7212
|
+
"name": "Tasks",
|
7213
|
+
"output_required": true,
|
7214
|
+
"type": "list",
|
7215
|
+
"value_allowed_null": false
|
7216
|
+
},
|
7217
|
+
{
|
7218
|
+
"disabled": false,
|
7219
|
+
"document": "日志配置总数",
|
7220
|
+
"example": "1",
|
7221
|
+
"member": "uint64",
|
7222
|
+
"name": "TotalCount",
|
7223
|
+
"output_required": true,
|
7224
|
+
"type": "int",
|
7225
|
+
"value_allowed_null": false
|
7226
|
+
},
|
7227
|
+
{
|
7228
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7229
|
+
"member": "string",
|
7230
|
+
"name": "RequestId",
|
7231
|
+
"type": "string"
|
7232
|
+
}
|
7233
|
+
],
|
7234
|
+
"type": "object"
|
7235
|
+
},
|
6855
7236
|
"DescribeConfigExtrasRequest": {
|
6856
7237
|
"document": "DescribeConfigExtras请求参数结构体",
|
6857
7238
|
"members": [
|
@@ -7068,7 +7449,7 @@
|
|
7068
7449
|
"example": "true",
|
7069
7450
|
"member": "bool",
|
7070
7451
|
"name": "Effective",
|
7071
|
-
"
|
7452
|
+
"output_required": true,
|
7072
7453
|
"type": "bool",
|
7073
7454
|
"value_allowed_null": false
|
7074
7455
|
},
|
@@ -7078,7 +7459,7 @@
|
|
7078
7459
|
"example": "true",
|
7079
7460
|
"member": "bool",
|
7080
7461
|
"name": "NeedContent",
|
7081
|
-
"
|
7462
|
+
"output_required": true,
|
7082
7463
|
"type": "bool",
|
7083
7464
|
"value_allowed_null": false
|
7084
7465
|
},
|
@@ -7088,7 +7469,7 @@
|
|
7088
7469
|
"example": "无",
|
7089
7470
|
"member": "ConsumerContent",
|
7090
7471
|
"name": "Content",
|
7091
|
-
"
|
7472
|
+
"output_required": true,
|
7092
7473
|
"type": "object",
|
7093
7474
|
"value_allowed_null": true
|
7094
7475
|
},
|
@@ -7098,7 +7479,7 @@
|
|
7098
7479
|
"example": "无",
|
7099
7480
|
"member": "Ckafka",
|
7100
7481
|
"name": "Ckafka",
|
7101
|
-
"
|
7482
|
+
"output_required": true,
|
7102
7483
|
"type": "object",
|
7103
7484
|
"value_allowed_null": false
|
7104
7485
|
},
|
@@ -7108,7 +7489,7 @@
|
|
7108
7489
|
"example": "0",
|
7109
7490
|
"member": "int64",
|
7110
7491
|
"name": "Compression",
|
7111
|
-
"
|
7492
|
+
"output_required": true,
|
7112
7493
|
"type": "int",
|
7113
7494
|
"value_allowed_null": true
|
7114
7495
|
},
|
@@ -8184,7 +8565,7 @@
|
|
8184
8565
|
"members": [
|
8185
8566
|
{
|
8186
8567
|
"disabled": false,
|
8187
|
-
"document": "<li> name\n
|
8568
|
+
"document": "<li> name\n按照【通知内容模板名称】进行过滤。\n类型:String\n必选:否\n</li>\n<li> noticeContentId\n按照【通知内容模板ID】进行过滤。\n类型:String\n必选:否\n</li>\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
|
8188
8569
|
"example": "无",
|
8189
8570
|
"member": "Filter",
|
8190
8571
|
"name": "Filters",
|
@@ -8217,7 +8598,7 @@
|
|
8217
8598
|
"members": [
|
8218
8599
|
{
|
8219
8600
|
"disabled": false,
|
8220
|
-
"document": "
|
8601
|
+
"document": "通知内容模板列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8221
8602
|
"example": "无",
|
8222
8603
|
"member": "NoticeContentTemplate",
|
8223
8604
|
"name": "NoticeContents",
|
@@ -8227,7 +8608,7 @@
|
|
8227
8608
|
},
|
8228
8609
|
{
|
8229
8610
|
"disabled": false,
|
8230
|
-
"document": "
|
8611
|
+
"document": "符合条件的通知内容模板总数。",
|
8231
8612
|
"example": "0",
|
8232
8613
|
"member": "int64",
|
8233
8614
|
"name": "TotalCount",
|
@@ -8424,7 +8805,7 @@
|
|
8424
8805
|
"members": [
|
8425
8806
|
{
|
8426
8807
|
"disabled": false,
|
8427
|
-
"document": "- shipperName
|
8808
|
+
"document": "- shipperName:按照【投递规则名称】进行过滤。\n 类型:String。\n 必选:否\n- shipperId:按照【投递规则ID】进行过滤。\n 类型:String。\n 必选:否\n- topicId:按照【日志主题】进行过滤。\n 类型:String。\n 必选:否\n- taskStatus\n按照【任务运行状态】进行过滤。 支持`0`:停止,`1`:运行中,`2`:异常\n类型:String\n必选:否\n\n每次请求的Filters的上限为10,Filter.Values的上限为10。",
|
8428
8809
|
"example": "无",
|
8429
8810
|
"member": "Filter",
|
8430
8811
|
"name": "Filters",
|
@@ -10731,6 +11112,15 @@
|
|
10731
11112
|
"required": true,
|
10732
11113
|
"type": "string"
|
10733
11114
|
},
|
11115
|
+
{
|
11116
|
+
"disabled": false,
|
11117
|
+
"document": "标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持10个标签键值对,并且不能有重复的键值对。",
|
11118
|
+
"example": "无",
|
11119
|
+
"member": "Tag",
|
11120
|
+
"name": "Tags",
|
11121
|
+
"required": false,
|
11122
|
+
"type": "list"
|
11123
|
+
},
|
10734
11124
|
{
|
10735
11125
|
"disabled": false,
|
10736
11126
|
"document": "通知渠道组名称。",
|
@@ -10760,7 +11150,7 @@
|
|
10760
11150
|
},
|
10761
11151
|
{
|
10762
11152
|
"disabled": false,
|
10763
|
-
"document": "
|
11153
|
+
"document": "接口回调信息(包括企业微信等)。",
|
10764
11154
|
"example": "无",
|
10765
11155
|
"member": "WebCallback",
|
10766
11156
|
"name": "WebCallbacks",
|
@@ -10775,6 +11165,42 @@
|
|
10775
11165
|
"name": "NoticeRules",
|
10776
11166
|
"required": false,
|
10777
11167
|
"type": "list"
|
11168
|
+
},
|
11169
|
+
{
|
11170
|
+
"disabled": false,
|
11171
|
+
"document": "调用链接域名。http:// 或者 https:// 开头,不能/结尾",
|
11172
|
+
"example": "https://console.cloud.tencent.com",
|
11173
|
+
"member": "string",
|
11174
|
+
"name": "JumpDomain",
|
11175
|
+
"required": false,
|
11176
|
+
"type": "string"
|
11177
|
+
},
|
11178
|
+
{
|
11179
|
+
"disabled": false,
|
11180
|
+
"document": "投递日志开关。\n\n参数值:\n1:关闭;\n\n2:开启 \n",
|
11181
|
+
"example": "2",
|
11182
|
+
"member": "uint64",
|
11183
|
+
"name": "DeliverStatus",
|
11184
|
+
"required": false,
|
11185
|
+
"type": "int"
|
11186
|
+
},
|
11187
|
+
{
|
11188
|
+
"disabled": false,
|
11189
|
+
"document": "投递日志配置。",
|
11190
|
+
"example": "无",
|
11191
|
+
"member": "DeliverConfig",
|
11192
|
+
"name": "DeliverConfig",
|
11193
|
+
"required": false,
|
11194
|
+
"type": "object"
|
11195
|
+
},
|
11196
|
+
{
|
11197
|
+
"disabled": false,
|
11198
|
+
"document": "免登录操作告警开关。\n\n参数值: \n 1:关闭\n 2:开启(默认开启)",
|
11199
|
+
"example": "无",
|
11200
|
+
"member": "uint64",
|
11201
|
+
"name": "AlarmShieldStatus",
|
11202
|
+
"required": false,
|
11203
|
+
"type": "int"
|
10778
11204
|
}
|
10779
11205
|
],
|
10780
11206
|
"type": "object"
|
@@ -11079,6 +11505,69 @@
|
|
11079
11505
|
],
|
11080
11506
|
"type": "object"
|
11081
11507
|
},
|
11508
|
+
"ModifyCloudProductLogTaskRequest": {
|
11509
|
+
"document": "ModifyCloudProductLogTask请求参数结构体",
|
11510
|
+
"members": [
|
11511
|
+
{
|
11512
|
+
"disabled": false,
|
11513
|
+
"document": "实例ID",
|
11514
|
+
"example": "ins-r8hr2upy",
|
11515
|
+
"member": "string",
|
11516
|
+
"name": "InstanceId",
|
11517
|
+
"required": true,
|
11518
|
+
"type": "string"
|
11519
|
+
},
|
11520
|
+
{
|
11521
|
+
"disabled": false,
|
11522
|
+
"document": "云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS",
|
11523
|
+
"example": "CDB",
|
11524
|
+
"member": "string",
|
11525
|
+
"name": "AssumerName",
|
11526
|
+
"required": true,
|
11527
|
+
"type": "string"
|
11528
|
+
},
|
11529
|
+
{
|
11530
|
+
"disabled": false,
|
11531
|
+
"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",
|
11532
|
+
"example": "CDB-AUDIT",
|
11533
|
+
"member": "string",
|
11534
|
+
"name": "LogType",
|
11535
|
+
"required": true,
|
11536
|
+
"type": "string"
|
11537
|
+
},
|
11538
|
+
{
|
11539
|
+
"disabled": false,
|
11540
|
+
"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",
|
11541
|
+
"example": "ap-guangzhou",
|
11542
|
+
"member": "string",
|
11543
|
+
"name": "CloudProductRegion",
|
11544
|
+
"required": true,
|
11545
|
+
"type": "string"
|
11546
|
+
},
|
11547
|
+
{
|
11548
|
+
"disabled": false,
|
11549
|
+
"document": "日志配置拓展信息, 一般用于存储额外的日志投递配置",
|
11550
|
+
"example": "无",
|
11551
|
+
"member": "string",
|
11552
|
+
"name": "Extend",
|
11553
|
+
"required": false,
|
11554
|
+
"type": "string"
|
11555
|
+
}
|
11556
|
+
],
|
11557
|
+
"type": "object"
|
11558
|
+
},
|
11559
|
+
"ModifyCloudProductLogTaskResponse": {
|
11560
|
+
"document": "ModifyCloudProductLogTask返回参数结构体",
|
11561
|
+
"members": [
|
11562
|
+
{
|
11563
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11564
|
+
"member": "string",
|
11565
|
+
"name": "RequestId",
|
11566
|
+
"type": "string"
|
11567
|
+
}
|
11568
|
+
],
|
11569
|
+
"type": "object"
|
11570
|
+
},
|
11082
11571
|
"ModifyConfigExtraRequest": {
|
11083
11572
|
"document": "ModifyConfigExtra请求参数结构体",
|
11084
11573
|
"members": [
|
@@ -12119,7 +12608,7 @@
|
|
12119
12608
|
"members": [
|
12120
12609
|
{
|
12121
12610
|
"disabled": false,
|
12122
|
-
"document": "
|
12611
|
+
"document": "通知内容模板ID。",
|
12123
12612
|
"example": "noticetemplate-5b2ea996-4dae-47cc-bbad-5b12888b4c89",
|
12124
12613
|
"member": "string",
|
12125
12614
|
"name": "NoticeContentId",
|
@@ -12128,7 +12617,7 @@
|
|
12128
12617
|
},
|
12129
12618
|
{
|
12130
12619
|
"disabled": false,
|
12131
|
-
"document": "
|
12620
|
+
"document": "通知内容模板名称。",
|
12132
12621
|
"example": "test",
|
12133
12622
|
"member": "string",
|
12134
12623
|
"name": "Name",
|
@@ -12146,7 +12635,7 @@
|
|
12146
12635
|
},
|
12147
12636
|
{
|
12148
12637
|
"disabled": false,
|
12149
|
-
"document": "
|
12638
|
+
"document": "通知内容模板详细信息。",
|
12150
12639
|
"example": "无",
|
12151
12640
|
"member": "NoticeContent",
|
12152
12641
|
"name": "NoticeContents",
|
@@ -12649,7 +13138,7 @@
|
|
12649
13138
|
"usage": "in"
|
12650
13139
|
},
|
12651
13140
|
"NoticeContent": {
|
12652
|
-
"document": "
|
13141
|
+
"document": "通知内容模板详细配置",
|
12653
13142
|
"members": [
|
12654
13143
|
{
|
12655
13144
|
"disabled": false,
|
@@ -12664,7 +13153,7 @@
|
|
12664
13153
|
},
|
12665
13154
|
{
|
12666
13155
|
"disabled": false,
|
12667
|
-
"document": "
|
13156
|
+
"document": "告警触发通知内容模板。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12668
13157
|
"example": "无",
|
12669
13158
|
"member": "NoticeContentInfo",
|
12670
13159
|
"name": "TriggerContent",
|
@@ -12675,7 +13164,7 @@
|
|
12675
13164
|
},
|
12676
13165
|
{
|
12677
13166
|
"disabled": false,
|
12678
|
-
"document": "
|
13167
|
+
"document": "告警恢复通知内容模板。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12679
13168
|
"example": "无",
|
12680
13169
|
"member": "NoticeContentInfo",
|
12681
13170
|
"name": "RecoveryContent",
|