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.
Files changed (187) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/asr/v20190614/api.json +18 -18
  4. tccli/services/batch/v20170312/api.json +14 -14
  5. tccli/services/bh/bh_client.py +623 -93
  6. tccli/services/bh/v20230418/api.json +1054 -32
  7. tccli/services/bh/v20230418/examples.json +93 -1
  8. tccli/services/billing/billing_client.py +4 -57
  9. tccli/services/billing/v20180709/api.json +3 -305
  10. tccli/services/billing/v20180709/examples.json +2 -10
  11. tccli/services/bpaas/v20181217/api.json +56 -56
  12. tccli/services/cat/cat_client.py +61 -8
  13. tccli/services/cat/v20180409/api.json +115 -0
  14. tccli/services/cat/v20180409/examples.json +20 -0
  15. tccli/services/cbs/v20170312/api.json +9 -7
  16. tccli/services/cbs/v20170312/examples.json +2 -2
  17. tccli/services/ccc/ccc_client.py +216 -4
  18. tccli/services/ccc/v20200210/api.json +364 -6
  19. tccli/services/ccc/v20200210/examples.json +32 -0
  20. tccli/services/cdb/v20170320/api.json +23 -14
  21. tccli/services/cdb/v20170320/examples.json +3 -3
  22. tccli/services/cdc/cdc_client.py +173 -67
  23. tccli/services/cdc/v20201214/api.json +96 -0
  24. tccli/services/cdc/v20201214/examples.json +16 -0
  25. tccli/services/cdn/v20180606/api.json +365 -279
  26. tccli/services/cdwch/v20200915/api.json +21 -21
  27. tccli/services/cdwdoris/v20211228/api.json +21 -1
  28. tccli/services/cdwdoris/v20211228/examples.json +4 -4
  29. tccli/services/cdwpg/v20201230/api.json +375 -360
  30. tccli/services/cdwpg/v20201230/examples.json +1 -1
  31. tccli/services/cfw/cfw_client.py +53 -0
  32. tccli/services/cfw/v20190904/api.json +201 -5
  33. tccli/services/cfw/v20190904/examples.json +8 -0
  34. tccli/services/chc/chc_client.py +57 -4
  35. tccli/services/chc/v20230418/api.json +108 -1
  36. tccli/services/chc/v20230418/examples.json +8 -0
  37. tccli/services/ckafka/ckafka_client.py +408 -302
  38. tccli/services/ckafka/v20190819/api.json +197 -2
  39. tccli/services/ckafka/v20190819/examples.json +16 -0
  40. tccli/services/clb/v20180317/api.json +439 -379
  41. tccli/services/clb/v20180317/examples.json +7 -7
  42. tccli/services/cls/cls_client.py +53 -0
  43. tccli/services/cls/v20201016/api.json +86 -3
  44. tccli/services/cls/v20201016/examples.json +11 -3
  45. tccli/services/cvm/v20170312/api.json +165 -147
  46. tccli/services/cvm/v20170312/examples.json +6 -6
  47. tccli/services/cwp/v20180228/api.json +93 -14
  48. tccli/services/cwp/v20180228/examples.json +7 -7
  49. tccli/services/cynosdb/cynosdb_client.py +171 -12
  50. tccli/services/cynosdb/v20190107/api.json +252 -3
  51. tccli/services/cynosdb/v20190107/examples.json +24 -0
  52. tccli/services/dbbrain/dbbrain_client.py +57 -4
  53. tccli/services/dbbrain/v20210527/api.json +62 -0
  54. tccli/services/dbbrain/v20210527/examples.json +8 -0
  55. tccli/services/dc/v20180410/api.json +1 -1
  56. tccli/services/dlc/dlc_client.py +53 -0
  57. tccli/services/dlc/v20210125/api.json +816 -655
  58. tccli/services/dlc/v20210125/examples.json +73 -59
  59. tccli/services/dsgc/v20190723/api.json +18 -0
  60. tccli/services/dts/v20211206/api.json +4 -4
  61. tccli/services/dts/v20211206/examples.json +6 -0
  62. tccli/services/emr/emr_client.py +53 -0
  63. tccli/services/emr/v20190103/api.json +127 -0
  64. tccli/services/emr/v20190103/examples.json +8 -0
  65. tccli/services/es/es_client.py +686 -151
  66. tccli/services/es/v20180416/api.json +509 -436
  67. tccli/services/es/v20180416/examples.json +43 -49
  68. tccli/services/es/v20250101/api.json +1391 -0
  69. tccli/services/es/v20250101/examples.json +85 -0
  70. tccli/services/ess/ess_client.py +53 -0
  71. tccli/services/ess/v20201111/api.json +142 -21
  72. tccli/services/ess/v20201111/examples.json +14 -0
  73. tccli/services/essbasic/essbasic_client.py +53 -0
  74. tccli/services/essbasic/v20210526/api.json +112 -9
  75. tccli/services/essbasic/v20210526/examples.json +8 -0
  76. tccli/services/gaap/v20180529/api.json +321 -312
  77. tccli/services/gaap/v20180529/examples.json +2 -2
  78. tccli/services/gs/gs_client.py +538 -8
  79. tccli/services/gs/v20191118/api.json +947 -44
  80. tccli/services/gs/v20191118/examples.json +87 -1
  81. tccli/services/gwlb/v20240906/api.json +56 -37
  82. tccli/services/gwlb/v20240906/examples.json +11 -5
  83. tccli/services/hunyuan/hunyuan_client.py +175 -69
  84. tccli/services/hunyuan/v20230901/api.json +191 -1
  85. tccli/services/hunyuan/v20230901/examples.json +17 -1
  86. tccli/services/ioa/ioa_client.py +227 -15
  87. tccli/services/ioa/v20220601/api.json +479 -0
  88. tccli/services/ioa/v20220601/examples.json +44 -0
  89. tccli/services/iotexplorer/iotexplorer_client.py +322 -4
  90. tccli/services/iotexplorer/v20190423/api.json +865 -52
  91. tccli/services/iotexplorer/v20190423/examples.json +64 -16
  92. tccli/services/iotvideo/iotvideo_client.py +57 -4
  93. tccli/services/iotvideo/v20211125/api.json +146 -0
  94. tccli/services/iotvideo/v20211125/examples.json +8 -0
  95. tccli/services/iotvideoindustry/v20201201/api.json +1 -1
  96. tccli/services/kms/v20190118/api.json +38 -2
  97. tccli/services/lcic/v20220817/api.json +66 -1
  98. tccli/services/lcic/v20220817/examples.json +1 -1
  99. tccli/services/lighthouse/lighthouse_client.py +0 -106
  100. tccli/services/lighthouse/v20200324/api.json +11 -98
  101. tccli/services/lighthouse/v20200324/examples.json +0 -16
  102. tccli/services/live/v20180801/api.json +1 -1
  103. tccli/services/lke/v20231130/api.json +208 -10
  104. tccli/services/lke/v20231130/examples.json +10 -10
  105. tccli/services/lkeap/lkeap_client.py +53 -0
  106. tccli/services/lkeap/v20240522/api.json +48 -4
  107. tccli/services/lkeap/v20240522/examples.json +8 -0
  108. tccli/services/mna/mna_client.py +4 -163
  109. tccli/services/mna/v20210119/api.json +0 -524
  110. tccli/services/mna/v20210119/examples.json +0 -24
  111. tccli/services/monitor/monitor_client.py +114 -8
  112. tccli/services/monitor/v20180724/api.json +129 -18
  113. tccli/services/monitor/v20180724/examples.json +17 -1
  114. tccli/services/mps/v20190612/api.json +1223 -1031
  115. tccli/services/mps/v20190612/examples.json +1 -1
  116. tccli/services/nlp/v20190408/examples.json +1 -1
  117. tccli/services/oceanus/v20190422/api.json +12 -12
  118. tccli/services/oceanus/v20190422/examples.json +15 -3
  119. tccli/services/ocr/v20181119/api.json +13 -3
  120. tccli/services/postgres/v20170312/api.json +2 -2
  121. tccli/services/privatedns/v20201028/api.json +30 -11
  122. tccli/services/privatedns/v20201028/examples.json +10 -10
  123. tccli/services/rce/v20201103/api.json +3 -3
  124. tccli/services/ses/v20201002/api.json +10 -1
  125. tccli/services/smop/v20201203/api.json +2 -2
  126. tccli/services/sqlserver/v20180328/api.json +1 -1
  127. tccli/services/ssm/v20190923/api.json +27 -0
  128. tccli/services/sts/sts_client.py +53 -0
  129. tccli/services/sts/v20180813/api.json +101 -1
  130. tccli/services/sts/v20180813/examples.json +8 -0
  131. tccli/services/taf/taf_client.py +0 -53
  132. tccli/services/taf/v20200210/api.json +0 -138
  133. tccli/services/taf/v20200210/examples.json +0 -8
  134. tccli/services/tan/v20220420/api.json +2 -2
  135. tccli/services/tat/v20201028/api.json +2 -2
  136. tccli/services/tcb/v20180608/api.json +29 -1
  137. tccli/services/tcbr/v20220217/api.json +32 -0
  138. tccli/services/tccatalog/v20241024/api.json +1 -1
  139. tccli/services/tccatalog/v20241024/examples.json +1 -1
  140. tccli/services/tcr/v20190924/api.json +5 -5
  141. tccli/services/tcr/v20190924/examples.json +2 -2
  142. tccli/services/tcss/v20201101/api.json +84 -34
  143. tccli/services/tcss/v20201101/examples.json +2809 -0
  144. tccli/services/tdmq/v20200217/api.json +40 -0
  145. tccli/services/tdmq/v20200217/examples.json +1 -1
  146. tccli/services/tds/tds_client.py +53 -0
  147. tccli/services/tds/v20220801/api.json +265 -0
  148. tccli/services/tds/v20220801/examples.json +8 -0
  149. tccli/services/tem/v20210701/api.json +664 -575
  150. tccli/services/tem/v20210701/examples.json +2 -2
  151. tccli/services/teo/v20220901/api.json +236 -208
  152. tccli/services/teo/v20220901/examples.json +13 -13
  153. tccli/services/tione/tione_client.py +53 -0
  154. tccli/services/tione/v20211111/api.json +256 -0
  155. tccli/services/tione/v20211111/examples.json +8 -0
  156. tccli/services/tke/v20180525/api.json +1 -1
  157. tccli/services/trocket/trocket_client.py +489 -12
  158. tccli/services/trocket/v20230308/api.json +925 -146
  159. tccli/services/trocket/v20230308/examples.json +72 -0
  160. tccli/services/trtc/v20190722/api.json +13 -19
  161. tccli/services/trtc/v20190722/examples.json +8 -8
  162. tccli/services/tse/v20201207/api.json +1016 -995
  163. tccli/services/tse/v20201207/examples.json +2 -2
  164. tccli/services/tsf/v20180326/api.json +510 -465
  165. tccli/services/tsf/v20180326/examples.json +4 -4
  166. tccli/services/tts/v20190823/api.json +10 -10
  167. tccli/services/vclm/v20240523/api.json +2 -2
  168. tccli/services/vcube/v20220410/api.json +10 -0
  169. tccli/services/vdb/v20230616/api.json +10 -0
  170. tccli/services/vdb/v20230616/examples.json +1 -1
  171. tccli/services/vpc/v20170312/api.json +824 -254
  172. tccli/services/vpc/v20170312/examples.json +66 -10
  173. tccli/services/vpc/vpc_client.py +383 -12
  174. tccli/services/vrs/v20200824/api.json +9 -0
  175. tccli/services/waf/v20180125/api.json +8113 -5814
  176. tccli/services/waf/v20180125/examples.json +90 -0
  177. tccli/services/waf/waf_client.py +559 -82
  178. tccli/services/wedata/v20210820/api.json +1379 -24
  179. tccli/services/wedata/v20210820/examples.json +25 -1
  180. tccli/services/wedata/wedata_client.py +171 -12
  181. tccli/services/weilingwith/v20230427/api.json +1 -1
  182. tccli/services/weilingwith/v20230427/examples.json +3 -3
  183. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
  184. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
  185. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
  186. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
  187. {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": "",