tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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/__init__.py +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -118,6 +118,14 @@
|
|
118
118
|
"title": "新增IP黑白名单"
|
119
119
|
}
|
120
120
|
],
|
121
|
+
"CreatePostCKafkaFlow": [
|
122
|
+
{
|
123
|
+
"document": "",
|
124
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePostCKafkaFlow\n<公共请求参数>\n\n{\n \"WriteConfig\": {\n \"EnableHeaders\": \"1\",\n \"EnableBody\": \"1\"\n },\n \"Compression\": \"snappy\",\n \"CKafkaID\": \"ckafka-2v4rkwpg\",\n \"KafkaVersion\": \"1.1.1\",\n \"Topic\": \"waf-topic\",\n \"LogType\": \"1\",\n \"CKafkaRegion\": \"ap-guangzho\",\n \"SASLUser\": \"ckafka-2v4rkwpg#\",\n \"Brokers\": \"11.179.226.202:6142\",\n \"SASLPassword\": \"\",\n \"SASLEnable\": \"0\",\n \"VipType\": \"2\"\n}",
|
125
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4c3a2707-619c-4943-ae91-2f855c0125a6\"\n }\n}",
|
126
|
+
"title": "创建CLS投递流任务"
|
127
|
+
}
|
128
|
+
],
|
121
129
|
"CreatePostCLSFlow": [
|
122
130
|
{
|
123
131
|
"document": "",
|
@@ -166,6 +174,14 @@
|
|
166
174
|
"title": "查询示例"
|
167
175
|
}
|
168
176
|
],
|
177
|
+
"DeleteBotSceneUCBRule": [
|
178
|
+
{
|
179
|
+
"document": "",
|
180
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBotSceneUCBRule\n<公共请求参数>\n\n{\n \"SceneId\": \"global\",\n \"Domain\": \"fgsta.qcloudwaf.com\",\n \"RuleId\": \"3000004896\"\n}",
|
181
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"452b5c78-d94b-40f8-8058-1b45c95805bc\",\n \"Data\": \"ok\"\n }\n}",
|
182
|
+
"title": "删除全局自定义规则"
|
183
|
+
}
|
184
|
+
],
|
169
185
|
"DeleteCCRule": [
|
170
186
|
{
|
171
187
|
"document": "",
|
@@ -372,6 +388,30 @@
|
|
372
388
|
"title": "Waf 多域名ip黑白名单查询"
|
373
389
|
}
|
374
390
|
],
|
391
|
+
"DescribeBotSceneList": [
|
392
|
+
{
|
393
|
+
"document": "仅查看默认场景",
|
394
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBotSceneList\n<公共请求参数>\n\n{\n \"Domain\": \"fgsta.qcloudwaf.com\",\n \"Limit\": \"10\",\n \"BusinessType\": [\n \"all\"\n ],\n \"IsDefault\": \"true\",\n \"Offset\": \"0\"\n}",
|
395
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d399557f-0050-4402-adb6-d0af24671738\",\n \"BotSceneList\": [\n {\n \"SceneId\": \"3000004602\",\n \"Type\": \"default\",\n \"SceneName\": \"默认场景\",\n \"UpdateTime\": 1666262225512,\n \"BusinessType\": [],\n \"ClientType\": [\n \"browser\"\n ],\n \"Priority\": 100,\n \"MatchCondition\": [],\n \"MatchType\": \"\",\n \"ActionMatchType\": \"and\",\n \"SceneStatus\": true,\n \"JsInjectStatus\": false,\n \"AIStatus\": true,\n \"TIStatus\": true,\n \"StatisticStatus\": false,\n \"ActionRuleCount\": 1,\n \"UCBCount\": 0,\n \"UAStatus\": true\n }\n ],\n \"TotalCount\": 1,\n \"SimpleFlag\": true\n }\n}",
|
396
|
+
"title": "仅查看默认场景"
|
397
|
+
}
|
398
|
+
],
|
399
|
+
"DescribeBotSceneOverview": [
|
400
|
+
{
|
401
|
+
"document": "",
|
402
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBotSceneOverview\n<公共请求参数>\n\n{\n \"Domain\": \"fgsta.qcloudwaf.com\"\n}",
|
403
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dec2eb2e-cd26-4437-b3f7-899043c472d8\",\n \"Status\": true,\n \"SceneCount\": 5,\n \"ValidSceneCount\": 4,\n \"CurrentGlobalScene\": {\n \"SceneId\": \"3000004882\",\n \"SceneName\": \"登录防护场景2\",\n \"Priority\": 1,\n \"UpdateTime\": 1667198325353\n },\n \"CustomRuleNums\": 41\n }\n}",
|
404
|
+
"title": "test"
|
405
|
+
}
|
406
|
+
],
|
407
|
+
"DescribeBotSceneUCBRule": [
|
408
|
+
{
|
409
|
+
"document": "全局UCB列表",
|
410
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBotSceneUCBRule\n<公共请求参数>\n\n{\n \"Sort\": \"timestamp:-1\",\n \"Skip\": \"0\",\n \"Domain\": \"fgsta.qcloudwaf.com\",\n \"Limit\": \"2\",\n \"SceneId\": \"global\"\n}",
|
411
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Res\": [\n {\n \"Domain\": \"admin.com\",\n \"Name\": \"custom-1\",\n \"Rule\": [\n {\n \"Key\": \"url\",\n \"Op\": \"eq\",\n \"Value\": {\n \"BasicValue\": \"/login\",\n \"LogicValue\": true,\n \"BelongValue\": [\n \"/login\"\n ],\n \"ValidKey\": \"url\",\n \"MultiValue\": [\n \"/login\"\n ]\n },\n \"OpOp\": \"rematch\",\n \"OpArg\": [\n \"name\"\n ],\n \"OpValue\": 0,\n \"Name\": \"age\"\n }\n ],\n \"Action\": \"monitor\",\n \"OnOff\": \"on\",\n \"RuleType\": 0,\n \"Prior\": 0,\n \"Timestamp\": 0,\n \"Label\": \"human\",\n \"Id\": \"3021313\",\n \"SceneId\": \"3021312412\",\n \"ValidTime\": 0,\n \"Appid\": 1,\n \"AdditionArg\": \"none\",\n \"Desc\": \"none\",\n \"RuleId\": \"320032232\",\n \"PreDefine\": true,\n \"JobType\": \"hour\",\n \"JobDateTime\": {\n \"Timed\": [\n {\n \"StartDateTime\": 1,\n \"EndDateTime\": 1\n }\n ],\n \"Cron\": [\n {\n \"Days\": [\n 1\n ],\n \"WDays\": [\n 1\n ],\n \"StartTime\": \"1231312414\",\n \"EndTime\": \"12313124111\"\n }\n ],\n \"TimeTZone\": \"utc+8\"\n },\n \"ExpireTime\": 1\n }\n ],\n \"TotalCount\": 0\n },\n \"RequestId\": \"req-id-13123\"\n }\n}",
|
412
|
+
"title": "全局UCB列表"
|
413
|
+
}
|
414
|
+
],
|
375
415
|
"DescribeCCAutoStatus": [
|
376
416
|
{
|
377
417
|
"document": "",
|
@@ -616,6 +656,14 @@
|
|
616
656
|
"title": "获取防护端口列表"
|
617
657
|
}
|
618
658
|
],
|
659
|
+
"DescribePostCKafkaFlows": [
|
660
|
+
{
|
661
|
+
"document": "获取CKafka投递流任务列表",
|
662
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePostCKafkaFlows\n<公共请求参数>\n\n{}",
|
663
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a20702ee-7206-4eeb-ba74-d13ecbc29c02\",\n \"PostCKafkaFlows\": [\n {\n \"FlowId\": 100000,\n \"LogType\": 1,\n \"Status\": 1,\n \"CKafkaRegion\": \"ap-guangzhou\",\n \"CKafkaID\": \"ckafka-o9gjqonr\",\n \"Brokers\": \"11.179.226.202:6016\",\n \"Version\": \"2.4.1\",\n \"Topic\": \"waf_post_access_log\",\n \"Compression\": \"lz4\",\n \"SASLEnable\": 0,\n \"SASLUser\": \"sa\",\n \"SASLPassword\": \"sa***\",\n \"Content\": \"info\"\n }\n ]\n }\n}",
|
664
|
+
"title": "获取CKafka投递流任务列表"
|
665
|
+
}
|
666
|
+
],
|
619
667
|
"DescribePostCLSFlows": [
|
620
668
|
{
|
621
669
|
"document": "获取CLS投递流任务列表",
|
@@ -776,6 +824,14 @@
|
|
776
824
|
"title": "获取域名webshell 状态"
|
777
825
|
}
|
778
826
|
],
|
827
|
+
"DestroyPostCKafkaFlow": [
|
828
|
+
{
|
829
|
+
"document": "",
|
830
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyPostCKafkaFlow\n<公共请求参数>\n\n{\n \"FlowId\": 100001\n}",
|
831
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a20702ee-7206-4eeb-ba74-d13ecbc29c02\"\n }\n}",
|
832
|
+
"title": "销毁CKafka投递流任务"
|
833
|
+
}
|
834
|
+
],
|
779
835
|
"DestroyPostCLSFlow": [
|
780
836
|
{
|
781
837
|
"document": "",
|
@@ -920,6 +976,40 @@
|
|
920
976
|
"title": "修改示例"
|
921
977
|
}
|
922
978
|
],
|
979
|
+
"ModifyBotSceneStatus": [
|
980
|
+
{
|
981
|
+
"document": "",
|
982
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBotSceneStatus\n<公共请求参数>\n\n{\n \"Status\": \"false\",\n \"SceneId\": \"3000004869\",\n \"Domain\": \"fgsta.qcloudwaf.com\"\n}",
|
983
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a76b75a1-26d0-4968-a4c3-64cd06444fa4\"\n }\n}",
|
984
|
+
"title": "test"
|
985
|
+
},
|
986
|
+
{
|
987
|
+
"document": "",
|
988
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBotSceneStatus\n<公共请求参数>\n\n{\n \"Domain\": \"test.com\",\n \"SceneId\": \"30xxxxxxx\",\n \"Status\": false\n}",
|
989
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a0b4e55b-5307-4378-856d-efc22475c77d\"\n }\n}",
|
990
|
+
"title": "BOT全局总开关"
|
991
|
+
}
|
992
|
+
],
|
993
|
+
"ModifyBotSceneUCBRule": [
|
994
|
+
{
|
995
|
+
"document": "",
|
996
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBotSceneUCBRule\n<公共请求参数>\n\n{\n \"SceneId\": \"global\",\n \"Domain\": \"fgsta.qcloudwaf.com\",\n \"Rule\": {\n \"RuleType\": \"10\",\n \"Name\": \"云图API全局白名单测试改名1\",\n \"RuleId\": \"3000004932\",\n \"ValidTime\": \"0\",\n \"Timestamp\": \"1666164720592\",\n \"AdditionArg\": \"none\",\n \"Domain\": \"fgsta.qcloudwaf.com\",\n \"Rule\": [\n {\n \"Key\": \"robots_exist\",\n \"Value\": {\n \"LogicValue\": \"false\"\n },\n \"Op\": \"logic\"\n }\n ],\n \"Label\": \"友好BOT\",\n \"Prior\": \"100\",\n \"Appid\": \"251197210\",\n \"Action\": \"permit\",\n \"Desc\": \"云图API测试场景UCB\",\n \"OnOff\": \"on\"\n }\n}",
|
997
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6f141b49-a21f-4a72-aa62-7fa7999e18ec\",\n \"Data\": \"ok\"\n }\n}",
|
998
|
+
"title": "修改全局自定义规则"
|
999
|
+
},
|
1000
|
+
{
|
1001
|
+
"document": "",
|
1002
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBotSceneUCBRule\n<公共请求参数>\n\n{\n \"SceneId\": \"global\",\n \"Domain\": \"fgsta.qcloudwaf.com\",\n \"Rule\": {\n \"RuleType\": \"10\",\n \"Name\": \"云图API全局白名单测试1\",\n \"ValidTime\": \"0\",\n \"Timestamp\": \"1666164720592\",\n \"AdditionArg\": \"none\",\n \"Domain\": \"fgsta.qcloudwaf.com\",\n \"Rule\": [\n {\n \"Key\": \"robots_exist\",\n \"Value\": {\n \"LogicValue\": \"true\"\n },\n \"Op\": \"logic\"\n }\n ],\n \"Label\": \"友好BOT\",\n \"Prior\": \"100\",\n \"Appid\": \"251197210\",\n \"Action\": \"permit\",\n \"Desc\": \"云图API测试场景UCB\",\n \"OnOff\": \"on\"\n }\n}",
|
1003
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"bbec197a-d04f-4240-bad3-2eb8474554d4\",\n \"Data\": \"ok\"\n }\n}",
|
1004
|
+
"title": "插入全局自定义规则"
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"document": "",
|
1008
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBotSceneUCBRule\n<公共请求参数>\n\n{\n \"SceneId\": \"3000004909\",\n \"Domain\": \"fgsta.qcloudwaf.com\",\n \"Rule\": {\n \"RuleType\": \"0\",\n \"Name\": \"云图API测试1\",\n \"ValidTime\": \"0\",\n \"Timestamp\": \"1666164720592\",\n \"AdditionArg\": \"none\",\n \"Domain\": \"fgsta.qcloudwaf.com\",\n \"Rule\": [\n {\n \"Key\": \"robots_exist\",\n \"Value\": {\n \"LogicValue\": \"true\"\n },\n \"Op\": \"logic\"\n }\n ],\n \"Label\": \"疑似BOT\",\n \"Prior\": \"100\",\n \"Appid\": \"251197210\",\n \"Action\": \"monitor\",\n \"Desc\": \"云图API测试场景UCB\",\n \"Id\": \"字符串\",\n \"OnOff\": \"on\"\n }\n}",
|
1009
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4789cbed-1d47-44b4-adfb-f908a52f2a75\",\n \"Data\": \"ok\"\n }\n}",
|
1010
|
+
"title": "插入场景自定义规则"
|
1011
|
+
}
|
1012
|
+
],
|
923
1013
|
"ModifyBotStatus": [
|
924
1014
|
{
|
925
1015
|
"document": "",
|