tccli 3.0.1309.1__py2.py3-none-any.whl → 3.0.1311.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/apm/v20210622/api.json +38 -0
- tccli/services/asr/v20190614/api.json +9 -0
- tccli/services/autoscaling/v20180419/api.json +19 -10
- tccli/services/bh/v20230418/api.json +193 -2
- tccli/services/bh/v20230418/examples.json +2 -2
- tccli/services/billing/billing_client.py +867 -125
- tccli/services/billing/v20180709/api.json +1336 -45
- tccli/services/billing/v20180709/examples.json +136 -0
- tccli/services/cdb/cdb_client.py +0 -53
- tccli/services/cdb/v20170320/api.json +0 -64
- tccli/services/cdb/v20170320/examples.json +0 -8
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/cfw/v20190904/api.json +11 -1
- tccli/services/cfw/v20190904/examples.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +2 -2
- tccli/services/dsgc/v20190723/api.json +28 -18
- tccli/services/dsgc/v20190723/examples.json +1 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +102 -3
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +110 -2
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/gaap/gaap_client.py +12 -171
- tccli/services/gaap/v20180529/api.json +0 -325
- tccli/services/gaap/v20180529/examples.json +0 -24
- tccli/services/hunyuan/v20230901/api.json +130 -7
- tccli/services/iai/v20180301/api.json +12 -12
- tccli/services/iai/v20180301/examples.json +8 -2
- tccli/services/keewidb/v20220308/api.json +1 -1
- tccli/services/keewidb/v20220308/examples.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +4 -4
- tccli/services/lke/v20231130/api.json +117 -2
- tccli/services/postgres/v20170312/api.json +6 -6
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/redis/v20180412/examples.json +4 -4
- tccli/services/tag/v20180813/api.json +4 -4
- tccli/services/tcb/v20180608/api.json +20 -0
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/tcbr/v20220217/api.json +94 -0
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/v20220901/api.json +45 -24
- tccli/services/thpc/v20211109/api.json +1 -1
- tccli/services/thpc/v20220401/api.json +1 -1
- tccli/services/thpc/v20230321/api.json +6 -6
- tccli/services/tione/v20211111/api.json +159 -4
- tccli/services/tke/v20180525/api.json +10 -10
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +9 -0
- tccli/services/vod/v20180717/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/waf/v20180125/api.json +163 -28
- tccli/services/waf/v20180125/examples.json +6 -0
- tccli/services/wedata/v20210820/api.json +1419 -0
- tccli/services/wedata/v20210820/examples.json +57 -1
- tccli/services/wedata/wedata_client.py +371 -0
- {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/RECORD +62 -62
- {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/license_files/LICENSE +0 -0
@@ -5466,6 +5466,15 @@
|
|
5466
5466
|
"name": "TranslationLanguage",
|
5467
5467
|
"required": false,
|
5468
5468
|
"type": "string"
|
5469
|
+
},
|
5470
|
+
{
|
5471
|
+
"disabled": false,
|
5472
|
+
"document": "热词表:该参数用于提升识别准确率。 单个热词限制:\"热词|权重\",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持300个热词,如:“腾讯云|10,语音识别|5,ASR|11”;",
|
5473
|
+
"example": "腾讯云|10,语音识别|5,ASR|11",
|
5474
|
+
"member": "string",
|
5475
|
+
"name": "HotWordList",
|
5476
|
+
"required": false,
|
5477
|
+
"type": "string"
|
5469
5478
|
}
|
5470
5479
|
],
|
5471
5480
|
"usage": "in"
|
@@ -13777,7 +13777,7 @@
|
|
13777
13777
|
},
|
13778
13778
|
{
|
13779
13779
|
"disabled": false,
|
13780
|
-
"document": "用户所在地区,Area 为 Chinese Mainland 时,取值为以下地区信息,当 Area 为其它值时, 忽略 Districts 参数。\n<li>Beijing:北京。</li>\n<li>Inner Mongolia:内蒙古。</li>\n<li>Shanxi:山西。</li>\n<li>Hebei:河北。</li>\n<li>Tianjin:天津。</li>\n<li>Ningxia:宁夏。</li>\n<li>Shaanxi:陕西。</li>\n<li>Gansu:甘肃。</li>\n<li>Qinghai:青海。</li>\n<li>Xinjiang:新疆。</li>\n<li>Heilongjiang:黑龙江。</li>\n<li>Jilin:吉林。</li>\n<li>Liaoning:辽宁。</li>\n<li>Fujian:福建。</li>\n<li>Jiangsu:江苏。</li>\n<li>Anhui:安徽。</li>\n<li>Shandong:山东。</li>\n<li>Shanghai:上海。</li>\n<li>Zhejiang:浙江。</li>\n<li>Henan:河南。</li>\n<li>Hubei:湖北。</li>\n<li>Jiangxi:江西。</li>\n<li>Hunan:湖南。</li>\n<li>Guizhou:贵州。</li>\n<li>Yunnan:云南。</li>\n<li>Chongqing:重庆。</li>\n<li>Sichuan:四川。</li>\n<li>
|
13780
|
+
"document": "用户所在地区,Area 为 Chinese Mainland 时,取值为以下地区信息,当 Area 为其它值时, 忽略 Districts 参数。\n<li>Beijing:北京。</li>\n<li>Inner Mongolia:内蒙古。</li>\n<li>Shanxi:山西。</li>\n<li>Hebei:河北。</li>\n<li>Tianjin:天津。</li>\n<li>Ningxia:宁夏。</li>\n<li>Shaanxi:陕西。</li>\n<li>Gansu:甘肃。</li>\n<li>Qinghai:青海。</li>\n<li>Xinjiang:新疆。</li>\n<li>Heilongjiang:黑龙江。</li>\n<li>Jilin:吉林。</li>\n<li>Liaoning:辽宁。</li>\n<li>Fujian:福建。</li>\n<li>Jiangsu:江苏。</li>\n<li>Anhui:安徽。</li>\n<li>Shandong:山东。</li>\n<li>Shanghai:上海。</li>\n<li>Zhejiang:浙江。</li>\n<li>Henan:河南。</li>\n<li>Hubei:湖北。</li>\n<li>Jiangxi:江西。</li>\n<li>Hunan:湖南。</li>\n<li>Guizhou:贵州。</li>\n<li>Yunnan:云南。</li>\n<li>Chongqing:重庆。</li>\n<li>Sichuan:四川。</li>\n<li>Xizang:西藏。</li>\n<li>Guangdong:广东。</li>\n<li>Guangxi:广西。</li>\n<li>Hainan:海南。</li>\n<li>Hong Kong, Macao and Taiwan:港澳台。</li>\n<li>Outside Chinese Mainland:海外。</li>\n<li>Other:其他 。</li>",
|
13781
13781
|
"example": "[\"Beijing\", \"Shanxi\"]",
|
13782
13782
|
"member": "string",
|
13783
13783
|
"name": "Districts",
|
@@ -14309,7 +14309,7 @@
|
|
14309
14309
|
"members": [
|
14310
14310
|
{
|
14311
14311
|
"disabled": false,
|
14312
|
-
"document": "标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222
|
14312
|
+
"document": "标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。参数不支持同时指定`AddressIds`和`Filters.address-id`。",
|
14313
14313
|
"example": "eip-11112222",
|
14314
14314
|
"member": "string",
|
14315
14315
|
"name": "AddressIds",
|
@@ -14318,8 +14318,8 @@
|
|
14318
14318
|
},
|
14319
14319
|
{
|
14320
14320
|
"disabled": false,
|
14321
|
-
"document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。详细的过滤条件如下:\n<li> address-id - String - 是否必填:否 - (过滤条件)按照 EIP 的唯一 ID 过滤。EIP 唯一 ID 形如:eip-11112222。</li>\n<li> address-name - String - 是否必填:否 - (过滤条件)按照 EIP
|
14322
|
-
"example": "
|
14321
|
+
"document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。详细的过滤条件如下:\n<li> address-id - String - 是否必填:否 - (过滤条件)按照 EIP 的唯一 ID 过滤。EIP 唯一 ID 形如:eip-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-id。</li>\n<li> address-name - String - 是否必填:否 - (过滤条件)按照 EIP 名称过滤。不支持模糊过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-name。</li>\n<li> address-ip - String - 是否必填:否 - (过滤条件)按照 EIP 的 IP 地址过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-ip。</li>\n<li> address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING':创建中,'BINDING':绑定中,'BIND':已绑,'UNBINDING':解绑中,'UNBIND':未绑定,'OFFLINING':下线中,'BIND_ENI':绑定了ENI。</li>\n<li> instance-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的实例 ID 过滤。实例 ID 形如:ins-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取instance-id。</li>\n<li> private-ip-address - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的内网 IP 过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取private-ip-address。</li>\n<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的弹性网卡 ID 过滤。弹性网卡 ID 形如:eni-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取network-interface-id。</li>\n<li> is-arrears - String - 是否必填:否 - (过滤条件)按照 EIP 是否欠费进行过滤。(TRUE:EIP 处于欠费状态|FALSE:EIP 费用状态正常)</li>\n<li> address-type - String - 是否必填:否 - (过滤条件)按照 IP类型 进行过滤。可选值:'WanIP':普通公网 IP, 'EIP':弹性公网 IP,'AnycastEIP':加速 IP,'HighQualityEIP':精品弹性公网 IP, 'AntiDDoSEIP':高防 IP。默认值是'EIP'。</li>\n<li> address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP':常规BGP,'CMCC':移动,'CUCC':联通, 'CTCC':电信</li>\n<li> dedicated-cluster-id - String - 是否必填:否 - (过滤条件)按照 CDC 的唯一 ID 过滤。CDC 唯一 ID 形如:cluster-11112222。</li>\n<li> tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。</li>\n<li> tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。</li>\n<li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。tag-key使用具体的标签键进行替换。</li>",
|
14322
|
+
"example": "\"Values\": [ \"eip-11112222\" ],<br> \"Name\": \"address-id\"",
|
14323
14323
|
"member": "Filter",
|
14324
14324
|
"name": "Filters",
|
14325
14325
|
"required": false,
|
@@ -27797,7 +27797,7 @@
|
|
27797
27797
|
},
|
27798
27798
|
{
|
27799
27799
|
"disabled": false,
|
27800
|
-
"document": "弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://
|
27800
|
+
"document": "弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://write.woa.com/document/123652708247588864#IPv6)。",
|
27801
27801
|
"example": "10",
|
27802
27802
|
"member": "int64",
|
27803
27803
|
"name": "InternetMaxBandwidthOut",
|
@@ -27824,7 +27824,7 @@
|
|
27824
27824
|
"members": [
|
27825
27825
|
{
|
27826
27826
|
"disabled": false,
|
27827
|
-
"document": "修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://
|
27827
|
+
"document": "修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://write.woa.com/document/123652708247588864#IPv6)。",
|
27828
27828
|
"example": "50",
|
27829
27829
|
"member": "int64",
|
27830
27830
|
"name": "InternetMaxBandwidthOut",
|
@@ -5021,6 +5021,16 @@
|
|
5021
5021
|
"output_required": false,
|
5022
5022
|
"type": "int",
|
5023
5023
|
"value_allowed_null": false
|
5024
|
+
},
|
5025
|
+
{
|
5026
|
+
"disabled": false,
|
5027
|
+
"document": "限频方式",
|
5028
|
+
"example": "only_limit",
|
5029
|
+
"member": "string",
|
5030
|
+
"name": "LimitMethod",
|
5031
|
+
"output_required": false,
|
5032
|
+
"type": "string",
|
5033
|
+
"value_allowed_null": false
|
5024
5034
|
}
|
5025
5035
|
],
|
5026
5036
|
"usage": "out"
|
@@ -5581,6 +5591,26 @@
|
|
5581
5591
|
"output_required": false,
|
5582
5592
|
"type": "int",
|
5583
5593
|
"value_allowed_null": false
|
5594
|
+
},
|
5595
|
+
{
|
5596
|
+
"disabled": false,
|
5597
|
+
"document": "修改时间",
|
5598
|
+
"example": "2025-03-26 12:00:05",
|
5599
|
+
"member": "string",
|
5600
|
+
"name": "ModifyTime",
|
5601
|
+
"output_required": false,
|
5602
|
+
"type": "string",
|
5603
|
+
"value_allowed_null": false
|
5604
|
+
},
|
5605
|
+
{
|
5606
|
+
"disabled": false,
|
5607
|
+
"document": "创建时间",
|
5608
|
+
"example": "2025-03-20 00:00:05",
|
5609
|
+
"member": "string",
|
5610
|
+
"name": "AddTime",
|
5611
|
+
"output_required": false,
|
5612
|
+
"type": "string",
|
5613
|
+
"value_allowed_null": false
|
5584
5614
|
}
|
5585
5615
|
],
|
5586
5616
|
"usage": "out"
|
@@ -6061,8 +6091,8 @@
|
|
6061
6091
|
"members": [
|
6062
6092
|
{
|
6063
6093
|
"disabled": false,
|
6064
|
-
"document": "
|
6065
|
-
"example": "
|
6094
|
+
"document": "防护域名配置信息。内网负载均衡器必须携带对应的NumericalVpcId。",
|
6095
|
+
"example": "无",
|
6066
6096
|
"member": "HostRecord",
|
6067
6097
|
"name": "Host",
|
6068
6098
|
"required": true,
|
@@ -8938,6 +8968,15 @@
|
|
8938
8968
|
"name": "IsValid",
|
8939
8969
|
"required": false,
|
8940
8970
|
"type": "bool"
|
8971
|
+
},
|
8972
|
+
{
|
8973
|
+
"disabled": false,
|
8974
|
+
"document": "要查询的场景id",
|
8975
|
+
"example": "1231313",
|
8976
|
+
"member": "string",
|
8977
|
+
"name": "SceneId",
|
8978
|
+
"required": false,
|
8979
|
+
"type": "string"
|
8941
8980
|
}
|
8942
8981
|
],
|
8943
8982
|
"type": "object"
|
@@ -8958,7 +8997,7 @@
|
|
8958
8997
|
{
|
8959
8998
|
"disabled": false,
|
8960
8999
|
"document": "当TotalCount为0时,返回空",
|
8961
|
-
"example": "[ { \"SceneId\": \"3000004602\", \"Type\": \"default\", \"SceneName\": \"默认场景\", \"UpdateTime\": 1666262225512
|
9000
|
+
"example": "[ { \"SceneId\": \"3000004602\", \"Type\": \"default\", \"SceneName\": \"默认场景\", \"UpdateTime\": 1666262225512]",
|
8962
9001
|
"member": "BotSceneInfo",
|
8963
9002
|
"name": "BotSceneList",
|
8964
9003
|
"output_required": true,
|
@@ -9034,13 +9073,13 @@
|
|
9034
9073
|
},
|
9035
9074
|
{
|
9036
9075
|
"disabled": false,
|
9037
|
-
"document": "
|
9076
|
+
"document": "当前开启的、匹配范围为全局、优先级最高的场景",
|
9038
9077
|
"example": "{ \"SceneId\": \"3000004882\", \"SceneName\": \"登录防护场景2\", \"Priority\": 1, \"UpdateTime\": 1667198325353 }",
|
9039
9078
|
"member": "GlobalSceneInfo",
|
9040
9079
|
"name": "CurrentGlobalScene",
|
9041
|
-
"output_required":
|
9080
|
+
"output_required": false,
|
9042
9081
|
"type": "object",
|
9043
|
-
"value_allowed_null":
|
9082
|
+
"value_allowed_null": false
|
9044
9083
|
},
|
9045
9084
|
{
|
9046
9085
|
"disabled": false,
|
@@ -9153,6 +9192,15 @@
|
|
9153
9192
|
"name": "ValidStatus",
|
9154
9193
|
"required": false,
|
9155
9194
|
"type": "int"
|
9195
|
+
},
|
9196
|
+
{
|
9197
|
+
"disabled": false,
|
9198
|
+
"document": "规则id",
|
9199
|
+
"example": "2342",
|
9200
|
+
"member": "string",
|
9201
|
+
"name": "RuleId",
|
9202
|
+
"required": false,
|
9203
|
+
"type": "string"
|
9156
9204
|
}
|
9157
9205
|
],
|
9158
9206
|
"type": "object"
|
@@ -9162,13 +9210,13 @@
|
|
9162
9210
|
"members": [
|
9163
9211
|
{
|
9164
9212
|
"disabled": false,
|
9165
|
-
"document": "
|
9166
|
-
"example": "{ \"Res\": [
|
9213
|
+
"document": "返回数据包",
|
9214
|
+
"example": "{ \"Res\": [ ], \"TotalCount\": 0 }",
|
9167
9215
|
"member": "DescribeBotUCBRuleRsp",
|
9168
9216
|
"name": "Data",
|
9169
|
-
"output_required":
|
9217
|
+
"output_required": false,
|
9170
9218
|
"type": "object",
|
9171
|
-
"value_allowed_null":
|
9219
|
+
"value_allowed_null": false
|
9172
9220
|
},
|
9173
9221
|
{
|
9174
9222
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -9420,7 +9468,7 @@
|
|
9420
9468
|
},
|
9421
9469
|
{
|
9422
9470
|
"disabled": false,
|
9423
|
-
"document": "
|
9471
|
+
"document": "证书类型,此参数和GmCertType不可同时为0。 0:不检测国际标准证书 1:证书来源为自有证书 2:证书来源为托管证书",
|
9424
9472
|
"example": "1",
|
9425
9473
|
"member": "int64",
|
9426
9474
|
"name": "CertType",
|
@@ -9456,7 +9504,7 @@
|
|
9456
9504
|
},
|
9457
9505
|
{
|
9458
9506
|
"disabled": false,
|
9459
|
-
"document": "
|
9507
|
+
"document": "国密证书类型,此参数和CertType不可同时为0。0:不检测国密证书 1:证书来源为自有国密证书 2:证书来源为托管国密证书",
|
9460
9508
|
"example": "0",
|
9461
9509
|
"member": "int64",
|
9462
9510
|
"name": "GmCertType",
|
@@ -11393,6 +11441,24 @@
|
|
11393
11441
|
"name": "Filters",
|
11394
11442
|
"required": false,
|
11395
11443
|
"type": "list"
|
11444
|
+
},
|
11445
|
+
{
|
11446
|
+
"disabled": false,
|
11447
|
+
"document": "排序方式,支持asc或者desc",
|
11448
|
+
"example": "asc",
|
11449
|
+
"member": "string",
|
11450
|
+
"name": "Order",
|
11451
|
+
"required": false,
|
11452
|
+
"type": "string"
|
11453
|
+
},
|
11454
|
+
{
|
11455
|
+
"disabled": false,
|
11456
|
+
"document": "根据哪个字段排序",
|
11457
|
+
"example": "ModifyTime",
|
11458
|
+
"member": "string",
|
11459
|
+
"name": "By",
|
11460
|
+
"required": false,
|
11461
|
+
"type": "string"
|
11396
11462
|
}
|
11397
11463
|
],
|
11398
11464
|
"type": "object"
|
@@ -11403,7 +11469,7 @@
|
|
11403
11469
|
{
|
11404
11470
|
"disabled": false,
|
11405
11471
|
"document": "对象列表",
|
11406
|
-
"example": "
|
11472
|
+
"example": "无",
|
11407
11473
|
"member": "ClbObject",
|
11408
11474
|
"name": "ClbObjects",
|
11409
11475
|
"output_required": true,
|
@@ -16292,6 +16358,17 @@
|
|
16292
16358
|
"required": false,
|
16293
16359
|
"type": "list",
|
16294
16360
|
"value_allowed_null": false
|
16361
|
+
},
|
16362
|
+
{
|
16363
|
+
"disabled": false,
|
16364
|
+
"document": "惩罚时间",
|
16365
|
+
"example": "10",
|
16366
|
+
"member": "int64",
|
16367
|
+
"name": "DelayTime",
|
16368
|
+
"output_required": false,
|
16369
|
+
"required": false,
|
16370
|
+
"type": "int",
|
16371
|
+
"value_allowed_null": false
|
16295
16372
|
}
|
16296
16373
|
],
|
16297
16374
|
"usage": "both"
|
@@ -16397,6 +16474,17 @@
|
|
16397
16474
|
"required": false,
|
16398
16475
|
"type": "string",
|
16399
16476
|
"value_allowed_null": false
|
16477
|
+
},
|
16478
|
+
{
|
16479
|
+
"disabled": false,
|
16480
|
+
"document": "参数匹配",
|
16481
|
+
"example": "[{\"Key\":\"ddp\",\"Value\":\"waf\"},{\"Key\":\"ddp2\",\"Value\":\"waf1\"}]",
|
16482
|
+
"member": "ParamCompareList",
|
16483
|
+
"name": "ParamCompareList",
|
16484
|
+
"output_required": false,
|
16485
|
+
"required": false,
|
16486
|
+
"type": "list",
|
16487
|
+
"value_allowed_null": false
|
16400
16488
|
}
|
16401
16489
|
],
|
16402
16490
|
"usage": "both"
|
@@ -17309,17 +17397,6 @@
|
|
17309
17397
|
"type": "string",
|
17310
17398
|
"value_allowed_null": false
|
17311
17399
|
},
|
17312
|
-
{
|
17313
|
-
"disabled": false,
|
17314
|
-
"document": "负载均衡实例的IP",
|
17315
|
-
"example": "136.51.67.104",
|
17316
|
-
"member": "string",
|
17317
|
-
"name": "Vip",
|
17318
|
-
"output_required": true,
|
17319
|
-
"required": true,
|
17320
|
-
"type": "string",
|
17321
|
-
"value_allowed_null": false
|
17322
|
-
},
|
17323
17400
|
{
|
17324
17401
|
"disabled": false,
|
17325
17402
|
"document": "负载均衡实例的端口",
|
@@ -17364,6 +17441,17 @@
|
|
17364
17441
|
"type": "string",
|
17365
17442
|
"value_allowed_null": false
|
17366
17443
|
},
|
17444
|
+
{
|
17445
|
+
"disabled": false,
|
17446
|
+
"document": "负载均衡实例的IP。域名化CLB VIP可填空。",
|
17447
|
+
"example": "136.51.67.104",
|
17448
|
+
"member": "string",
|
17449
|
+
"name": "Vip",
|
17450
|
+
"output_required": true,
|
17451
|
+
"required": false,
|
17452
|
+
"type": "string",
|
17453
|
+
"value_allowed_null": false
|
17454
|
+
},
|
17367
17455
|
{
|
17368
17456
|
"disabled": false,
|
17369
17457
|
"document": "负载均衡的VPCID,公网为-1,内网按实际填写",
|
@@ -18686,7 +18774,7 @@
|
|
18686
18774
|
{
|
18687
18775
|
"disabled": false,
|
18688
18776
|
"document": "规则内容, 增加编码SceneId信息,1.BOT全局白名单处调用时,SceneId为\"global\", RuleType传10, Action为\"permit\";2.BOT场景配置时,SceneId为场景ID",
|
18689
|
-
"example": "{ \"RuleType\":\"10\", \"Name\":\"云图API全局白名单测试改名1\", \"RuleId\":\"3000004932\", \"ValidTime\":\"0\", \"Timestamp\":\"1666164720592\", \"AdditionArg\":\"none\", \"Domain\":\"fgsta.qcloudwaf.com\"
|
18777
|
+
"example": "{ \"RuleType\":\"10\", \"Name\":\"云图API全局白名单测试改名1\", \"RuleId\":\"3000004932\", \"ValidTime\":\"0\", \"Timestamp\":\"1666164720592\", \"AdditionArg\":\"none\", \"Domain\":\"fgsta.qcloudwaf.com\" }",
|
18690
18778
|
"member": "InOutputBotUCBRule",
|
18691
18779
|
"name": "Rule",
|
18692
18780
|
"required": false,
|
@@ -18695,7 +18783,7 @@
|
|
18695
18783
|
{
|
18696
18784
|
"disabled": false,
|
18697
18785
|
"document": "530改批量操作",
|
18698
|
-
"example": "[{ \"RuleType\":\"10\", \"Name\":\"云图API全局白名单测试改名1\", \"RuleId\":\"3000004932\", \"ValidTime\":\"0\", \"Timestamp\":\"1666164720592\", \"AdditionArg\":\"none\", \"Domain\":\"fgsta.qcloudwaf.com\"
|
18786
|
+
"example": "[{ \"RuleType\":\"10\", \"Name\":\"云图API全局白名单测试改名1\", \"RuleId\":\"3000004932\", \"ValidTime\":\"0\", \"Timestamp\":\"1666164720592\", \"AdditionArg\":\"none\", \"Domain\":\"fgsta.qcloudwaf.com\" }]",
|
18699
18787
|
"member": "InOutputBotUCBRule",
|
18700
18788
|
"name": "BatchRules",
|
18701
18789
|
"required": false,
|
@@ -18717,6 +18805,16 @@
|
|
18717
18805
|
"type": "string",
|
18718
18806
|
"value_allowed_null": false
|
18719
18807
|
},
|
18808
|
+
{
|
18809
|
+
"disabled": false,
|
18810
|
+
"document": "[\"1231\"]",
|
18811
|
+
"example": "修改成功的ruleid列表",
|
18812
|
+
"member": "string",
|
18813
|
+
"name": "RuleIdList",
|
18814
|
+
"output_required": false,
|
18815
|
+
"type": "list",
|
18816
|
+
"value_allowed_null": false
|
18817
|
+
},
|
18720
18818
|
{
|
18721
18819
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
18722
18820
|
"member": "string",
|
@@ -21133,6 +21231,34 @@
|
|
21133
21231
|
],
|
21134
21232
|
"type": "object"
|
21135
21233
|
},
|
21234
|
+
"ParamCompareList": {
|
21235
|
+
"document": "bot-自定义规则请求参数比对结构体",
|
21236
|
+
"members": [
|
21237
|
+
{
|
21238
|
+
"disabled": false,
|
21239
|
+
"document": "请求参数比对的匹配参数",
|
21240
|
+
"example": "key1",
|
21241
|
+
"member": "string",
|
21242
|
+
"name": "Key",
|
21243
|
+
"output_required": false,
|
21244
|
+
"required": false,
|
21245
|
+
"type": "string",
|
21246
|
+
"value_allowed_null": false
|
21247
|
+
},
|
21248
|
+
{
|
21249
|
+
"disabled": false,
|
21250
|
+
"document": "请求参数比对的匹配值",
|
21251
|
+
"example": "value1",
|
21252
|
+
"member": "string",
|
21253
|
+
"name": "Value",
|
21254
|
+
"output_required": false,
|
21255
|
+
"required": false,
|
21256
|
+
"type": "string",
|
21257
|
+
"value_allowed_null": false
|
21258
|
+
}
|
21259
|
+
],
|
21260
|
+
"usage": "both"
|
21261
|
+
},
|
21136
21262
|
"PeakPointsItem": {
|
21137
21263
|
"document": "PeakPoints数组项",
|
21138
21264
|
"members": [
|
@@ -22853,7 +22979,7 @@
|
|
22853
22979
|
"members": [
|
22854
22980
|
{
|
22855
22981
|
"disabled": false,
|
22856
|
-
"document": "分配的服务器id",
|
22982
|
+
"document": "分配的服务器id。首次接入的域名和端口该参数填0,已接入的域名和端口分配的id可以通过DescribeDomainDetailsSaas或DescribeDomains接口获取。",
|
22857
22983
|
"example": "36582",
|
22858
22984
|
"member": "uint64",
|
22859
22985
|
"name": "NginxServerId",
|
@@ -23546,7 +23672,7 @@
|
|
23546
23672
|
},
|
23547
23673
|
{
|
23548
23674
|
"disabled": false,
|
23549
|
-
"document": "CC的匹配条件JSON序列化的字符串,示例:[{\\\"key\\\":\\\"Method\\\",\\\"args\\\":[\\\"=R0VU\\\"],\\\"match\\\":\\\"0\\\",\\\"encodeflag\\\":true}] Key可选值为 Method、Post、Referer、Cookie、User-Agent、CustomHeader match可选值为,当Key为Method的时候可选值为0(等于)、3(不等于)。 Key为Post的时候可选值为0(等于)、3(不等于),Key为Cookie的时候可选值为0(等于)、2(包含),3(不等于)、7(不包含)、 当Key为Referer的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为Cookie的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为User-Agent的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为CustomHeader的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空)。 args用来表示匹配内容,需要设置encodeflag为true,当Key为Post、Cookie、CustomHeader时,用等号=来分别串接Key和Value,并分别用Base64编码,类似YWJj=YWJj。当Key为Referer、User-Agent时,用等号=来串接Value,类似=YWJj。",
|
23675
|
+
"document": "CC的匹配条件JSON序列化的字符串,示例:[{\\\"key\\\":\\\"Method\\\",\\\"args\\\":[\\\"=R0VU\\\"],\\\"match\\\":\\\"0\\\",\\\"encodeflag\\\":true}] Key可选值为 Method、Post、Referer、Cookie、User-Agent、CustomHeader match可选值为,当Key为Method的时候可选值为0(等于)、3(不等于)。 Key为Post的时候可选值为0(等于)、3(不等于),Key为Cookie的时候可选值为0(等于)、2(包含),3(不等于)、7(不包含)、 当Key为Referer的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为Cookie的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为User-Agent的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为CustomHeader的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空)。 Key为IPLocation时,可选值为13(属于)、14(不属于)。args用来表示匹配内容,需要设置encodeflag为true,当Key为Post、Cookie、CustomHeader时,用等号=来分别串接Key和Value,并分别用Base64编码,类似YWJj=YWJj。当Key为Referer、User-Agent时,用等号=来串接Value,类似=YWJj。",
|
23550
23676
|
"example": "\"[]\"",
|
23551
23677
|
"member": "string",
|
23552
23678
|
"name": "OptionsArr",
|
@@ -23615,6 +23741,15 @@
|
|
23615
23741
|
"name": "Length",
|
23616
23742
|
"required": false,
|
23617
23743
|
"type": "int"
|
23744
|
+
},
|
23745
|
+
{
|
23746
|
+
"disabled": false,
|
23747
|
+
"document": "限频方式",
|
23748
|
+
"example": "only_limit",
|
23749
|
+
"member": "string",
|
23750
|
+
"name": "LimitMethod",
|
23751
|
+
"required": false,
|
23752
|
+
"type": "string"
|
23618
23753
|
}
|
23619
23754
|
],
|
23620
23755
|
"type": "object"
|
@@ -108,6 +108,12 @@
|
|
108
108
|
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateHost\n<公共请求参数>\n\n{\n \"InstanceID\": \"waf_2kzgm331pk3213\",\n \"Host\": {\n \"Status\": \"1\",\n \"Engine\": \"1\",\n \"Domain\": \"lucainfo.qcloudwaf.com\",\n \"DomainId\": \"waf-d4foqwZy\",\n \"LoadBalancerSet\": [\n {\n \"Protocol\": \"HTTP\",\n \"Zone\": \"1\",\n \"Region\": \"gz\",\n \"LoadBalancerName\": \"门户\",\n \"ListenerId\": \"lbl-87vxk72\",\n \"Vip\": \"127.0.0.1\",\n \"ListenerName\": \"监听器测试\",\n \"LoadBalancerId\": \"lb-2s7f791x\",\n \"Vport\": \"80\"\n }\n ],\n \"Level\": \"1\",\n \"MainDomain\": \"snv.vom\",\n \"Region\": \"cd\",\n \"FlowMode\": \"1\",\n \"State\": \"1\",\n \"ClsStatus\": \"1\",\n \"IsCdn\": \"1\",\n \"Mode\": \"1\",\n \"Edition\": \"clb-waf\"\n }\n}",
|
109
109
|
"output": "{\n \"Response\": {\n \"RequestId\": \"97720395-7456-4a21-bcd9-1f32a7deaa90\",\n \"Error\": {\n \"Code\": \"ResourceInUse\",\n \"Message\": \"DomainExisted\"\n }\n }\n}",
|
110
110
|
"title": "添加负载均衡型WAF域名"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"document": "",
|
114
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateHost\n<公共请求参数>\n\n{\n \"InstanceID\": \"waf_2kzgm331pk3213\",\n \"Host\": {\n \"Status\": \"1\",\n \"Engine\": \"1\",\n \"Domain\": \"lucainfointer.qcloudwaf.com\",\n \"DomainId\": \"waf-d4foqwZy\",\n \"LoadBalancerSet\": [\n {\n \"Protocol\": \"HTTP\",\n \"Zone\": \"\",\n \"Region\": \"gz\",\n \"LoadBalancerName\": \"门户\",\n \"ListenerId\": \"lbl-87vxk85\",\n \"Vip\": \"172.16.49.53\",\n \"ListenerName\": \"监听器测试\",\n \"LoadBalancerId\": \"lb-2s7f123\",\n \"Vport\": \"80\",\n \"LoadBalancerType\": \"INTERNAL\",\n \"NumericalVpcId\": 11533948\n }\n ],\n \"Level\": \"1\",\n \"MainDomain\": \"snv.vom\",\n \"Region\": \"cd\",\n \"FlowMode\": \"1\",\n \"State\": \"1\",\n \"ClsStatus\": \"1\",\n \"IsCdn\": \"1\",\n \"Mode\": \"1\",\n \"Edition\": \"clb-waf\"\n }\n}",
|
115
|
+
"output": "{\n \"Response\": {\n \"DomainId\": \"waf-cr3rPnlN\",\n \"RequestId\": \"0c93baaf-d7b8-4ab8-8d91-759128d5d864\"\n }\n}",
|
116
|
+
"title": "添加内网负载均衡型WAF域名"
|
111
117
|
}
|
112
118
|
],
|
113
119
|
"CreateIpAccessControl": [
|