tccli 3.0.1308.1__py2.py3-none-any.whl → 3.0.1310.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 +18 -0
- tccli/services/asr/v20190614/api.json +9 -0
- tccli/services/bh/v20230418/api.json +193 -2
- tccli/services/bh/v20230418/examples.json +2 -2
- tccli/services/cat/cat_client.py +53 -0
- tccli/services/cat/v20180409/api.json +80 -0
- tccli/services/cat/v20180409/examples.json +8 -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/cfs/v20190719/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +11 -1
- tccli/services/cfw/v20190904/examples.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 +103 -4
- 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/hunyuan_client.py +53 -0
- tccli/services/hunyuan/v20230901/api.json +162 -7
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/iai/v20180301/api.json +12 -12
- tccli/services/iai/v20180301/examples.json +8 -2
- tccli/services/iss/v20230517/examples.json +1 -1
- tccli/services/keewidb/v20220308/api.json +1 -1
- tccli/services/keewidb/v20220308/examples.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +2 -2
- tccli/services/mongodb/v20190725/api.json +1 -1
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +151 -0
- tccli/services/partners/v20180321/examples.json +14 -0
- tccli/services/postgres/v20170312/api.json +7 -7
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/redis/v20180412/examples.json +4 -4
- tccli/services/tcbr/v20220217/api.json +94 -0
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/v20220901/api.json +9 -9
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/thpc/v20230321/api.json +2 -2
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +11 -11
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +183 -29
- tccli/services/waf/v20180125/examples.json +7 -1
- tccli/services/wedata/v20210820/api.json +1519 -0
- tccli/services/wedata/v20210820/examples.json +65 -1
- tccli/services/wedata/wedata_client.py +424 -0
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/RECORD +60 -60
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/license_files/LICENSE +0 -0
@@ -4666,7 +4666,7 @@
|
|
4666
4666
|
{
|
4667
4667
|
"disabled": false,
|
4668
4668
|
"document": "待导入的配置内容。要求采用 JSON 格式,按照 UTF-8 方式进行编码。配置文件内容可参考下方示例。",
|
4669
|
-
"example": "
|
4669
|
+
"example": "{\"FormatVersion\": \"1.0\"***}",
|
4670
4670
|
"member": "string",
|
4671
4671
|
"name": "Content",
|
4672
4672
|
"required": true,
|
@@ -8058,7 +8058,7 @@
|
|
8058
8058
|
{
|
8059
8059
|
"disabled": false,
|
8060
8060
|
"document": "版本文件的内容。以 JSON 格式返回。",
|
8061
|
-
"example": "
|
8061
|
+
"example": "{\"FormatVersion\": \"1.0\"***}",
|
8062
8062
|
"member": "string",
|
8063
8063
|
"name": "Content",
|
8064
8064
|
"output_required": true,
|
@@ -9344,7 +9344,7 @@
|
|
9344
9344
|
{
|
9345
9345
|
"disabled": false,
|
9346
9346
|
"document": "四层代理实例所属站点的 ID。",
|
9347
|
-
"example": "
|
9347
|
+
"example": "zone-24wjy25v1cwi",
|
9348
9348
|
"member": "string",
|
9349
9349
|
"name": "ZoneId",
|
9350
9350
|
"required": true,
|
@@ -9767,7 +9767,7 @@
|
|
9767
9767
|
},
|
9768
9768
|
{
|
9769
9769
|
"disabled": false,
|
9770
|
-
"document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:\n<li>origin-group-id
|
9770
|
+
"document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:\n<li>origin-group-id:按照源站组 ID 进行过滤,不支持模糊查询。源站组 ID 形如:origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a;</li><li>origin-group-name: 按照源站组名称进行过滤,使用模糊查询时,仅支持填写一个源站组名称。</li>",
|
9771
9771
|
"example": "无",
|
9772
9772
|
"member": "AdvancedFilter",
|
9773
9773
|
"name": "Filters",
|
@@ -10623,7 +10623,7 @@
|
|
10623
10623
|
{
|
10624
10624
|
"disabled": false,
|
10625
10625
|
"document": "数据归属地区。该参数已废弃。请在 Filters.country 中按客户端地域过滤数据。",
|
10626
|
-
"example": "
|
10626
|
+
"example": "mainland",
|
10627
10627
|
"member": "string",
|
10628
10628
|
"name": "Area",
|
10629
10629
|
"required": false,
|
@@ -12577,7 +12577,7 @@
|
|
12577
12577
|
{
|
12578
12578
|
"disabled": false,
|
12579
12579
|
"document": "导出的配置的具体内容。以 JSON 格式返回,按照 UTF-8 方式进行编码。配置内容可参考下方示例。",
|
12580
|
-
"example": "
|
12580
|
+
"example": "{\"FormatVersion\": \"1.0\"***}",
|
12581
12581
|
"member": "string",
|
12582
12582
|
"name": "Content",
|
12583
12583
|
"output_required": false,
|
@@ -13959,7 +13959,7 @@
|
|
13959
13959
|
{
|
13960
13960
|
"disabled": false,
|
13961
13961
|
"document": "待导入的配置内容。要求采用 JSON 格式,按照 UTF-8 方式进行编码。配置内容可通过站点配置导出接口(ExportZoneConfig)获取。您可以单独导入「站点加速-全局加速配置」或「站点加速-规则引擎」,传入对应的字段即可,详情可以参考下方示例。",
|
13962
|
-
"example": "
|
13962
|
+
"example": "{\"FormatVersion\": \"1.0\"***}",
|
13963
13963
|
"member": "string",
|
13964
13964
|
"name": "Content",
|
13965
13965
|
"required": true,
|
@@ -22505,7 +22505,7 @@
|
|
22505
22505
|
"members": [
|
22506
22506
|
{
|
22507
22507
|
"disabled": false,
|
22508
|
-
"document": "
|
22508
|
+
"document": "站点域名或者站点下的加速域名。",
|
22509
22509
|
"example": "qq.com",
|
22510
22510
|
"member": "string",
|
22511
22511
|
"name": "Domain",
|
@@ -22531,7 +22531,7 @@
|
|
22531
22531
|
{
|
22532
22532
|
"disabled": false,
|
22533
22533
|
"document": "当验证结果为不通过时,该字段会返回原因,协助您排查问题。",
|
22534
|
-
"example": "
|
22534
|
+
"example": "DnsVerification look up \"edgeonereclaim.hewhehe.qq.cool\" TXT record , content expected: \"reclaim-szexbv5iejcjxne8agf4lr2resmj7c3a\", actual: empty.",
|
22535
22535
|
"member": "string",
|
22536
22536
|
"name": "Result",
|
22537
22537
|
"output_required": true,
|
@@ -754,7 +754,7 @@
|
|
754
754
|
{
|
755
755
|
"document": "查询站点 ID 为 zone-24wjy25v1cwi 的站点下四层代理实例列表。",
|
756
756
|
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeL4Proxy\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 10,\n \"Filters\": [],\n \"ZoneId\": \"zone-24wjy25v1cwi\"\n}",
|
757
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"L4Proxies\": [\n {\n \"ZoneId\": \"zone-24wjy25v1cwi\",\n \"ProxyId\": \"sid-2qwk27xf7j9g\",\n \"ProxyName\": \"
|
757
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"L4Proxies\": [\n {\n \"ZoneId\": \"zone-24wjy25v1cwi\",\n \"ProxyId\": \"sid-2qwk27xf7j9g\",\n \"ProxyName\": \"myproxy\",\n \"Area\": \"mainland\",\n \"Cname\": \"myproxy.24wjy25v1cwi.eo.dnse5.com\",\n \"Ips\": [],\n \"Status\": \"online\",\n \"Ipv6\": \"off\",\n \"StaticIp\": \"off\",\n \"AccelerateMainland\": \"off\",\n \"L4ProxyRuleCount\": 1,\n \"UpdateTime\": \"2023-09-22T15:31:04+00:00\"\n }\n ],\n \"RequestId\": \"6f8h5258-cdda-4f82-b7sc-0aef4a219244\"\n }\n}",
|
758
758
|
"title": "查询站点下四层代理实例列表"
|
759
759
|
}
|
760
760
|
],
|
@@ -426,7 +426,7 @@
|
|
426
426
|
},
|
427
427
|
{
|
428
428
|
"disabled": false,
|
429
|
-
"document": "队列名称。<br><li>最多支持32
|
429
|
+
"document": "队列名称。<br><li>最多支持32个字符。</li>",
|
430
430
|
"example": "compute",
|
431
431
|
"member": "string",
|
432
432
|
"name": "QueueName",
|
@@ -2066,7 +2066,7 @@
|
|
2066
2066
|
},
|
2067
2067
|
{
|
2068
2068
|
"disabled": false,
|
2069
|
-
"document": "
|
2069
|
+
"document": "<ul> <li> <strong>zone</strong> <p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>space-id</strong> <p style=\"padding-left: 30px;\">按照【<strong>工作空间实例ID</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>cvm-instance-id</strong> <p style=\"padding-left: 30px;\">按照【<strong>CVM实例ID</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>space-state</strong> <p style=\"padding-left: 30px;\">按照【<strong>工作空间状态</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>space-name</strong> <p style=\"padding-left: 30px;\">按照【<strong>工作空间别名</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>space-charge-type</strong> <p style=\"padding-left: 30px;\">按照【<strong>工作空间实例付费模式</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>tag-key</strong> <p style=\"padding-left: 30px;\">按照【<strong>标签键</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>tag-value</strong> <p style=\"padding-left: 30px;\">按照【<strong>标签值</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> </ul> <p style=\"padding-left: 30px;\">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>",
|
2070
2070
|
"example": "[{\"Name\":\"space-id\",\"Value\":[\"wks-xxx\"]}]",
|
2071
2071
|
"member": "Filter",
|
2072
2072
|
"name": "Filters",
|
@@ -858,7 +858,7 @@
|
|
858
858
|
{
|
859
859
|
"disabled": false,
|
860
860
|
"document": "用来标记不希望被翻译的文本内容,如句子中的特殊符号、人名、地名等;每次请求只支持配置一个不被翻译的单词;仅支持配置人名、地名等名词,不要配置动词或短语,否则会影响翻译结果。",
|
861
|
-
"example": "
|
861
|
+
"example": "Beijing",
|
862
862
|
"member": "string",
|
863
863
|
"name": "UntranslatedText",
|
864
864
|
"required": false,
|
@@ -2017,7 +2017,7 @@
|
|
2017
2017
|
"status": "online"
|
2018
2018
|
},
|
2019
2019
|
"InquiryPriceModifyAddressesBandwidth": {
|
2020
|
-
"document": "EIP
|
2020
|
+
"document": "本接口(InquiryPriceModifyAddressesBandwidth)用于EIP修改带宽询价。",
|
2021
2021
|
"input": "InquiryPriceModifyAddressesBandwidthRequest",
|
2022
2022
|
"name": "弹性公网IP调整带宽询价",
|
2023
2023
|
"output": "InquiryPriceModifyAddressesBandwidthResponse",
|
@@ -3906,7 +3906,7 @@
|
|
3906
3906
|
},
|
3907
3907
|
{
|
3908
3908
|
"disabled": false,
|
3909
|
-
"document": "EIP类型。各种EIP类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:EIP。\n<li>EIP:弹性公网 IP。 </li>\n<li>AnycastEIP:加速 IP,已开通 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)白名单的用户可选。仅部分地域支持加速IP。</li>\n<li>HighQualityEIP:精品 IP
|
3909
|
+
"document": "EIP类型。各种EIP类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:EIP。\n<li>EIP:弹性公网 IP。 </li>\n<li>AnycastEIP:加速 IP,已开通 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)白名单的用户可选。仅部分地域支持加速IP,详情可见Anycast公网加速[购买指南](https://cloud.tencent.com/document/product/644/12617)。</li>\n<li>HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>\n<li>AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见弹性公网IP[产品概述](https://cloud.tencent.com/document/product/1199/41646)。</li>",
|
3910
3910
|
"example": "AnycastEIP",
|
3911
3911
|
"member": "string",
|
3912
3912
|
"name": "AddressType",
|
@@ -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,
|
@@ -25242,7 +25242,7 @@
|
|
25242
25242
|
"members": [
|
25243
25243
|
{
|
25244
25244
|
"disabled": false,
|
25245
|
-
"document": "EIP唯一ID",
|
25245
|
+
"document": "EIP唯一ID,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。",
|
25246
25246
|
"example": "eip-e7yggyi0",
|
25247
25247
|
"member": "string",
|
25248
25248
|
"name": "AddressIds",
|
@@ -25251,7 +25251,7 @@
|
|
25251
25251
|
},
|
25252
25252
|
{
|
25253
25253
|
"disabled": false,
|
25254
|
-
"document": "
|
25254
|
+
"document": "新带宽值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。",
|
25255
25255
|
"example": "1",
|
25256
25256
|
"member": "int64",
|
25257
25257
|
"name": "InternetMaxBandwidthOut",
|
@@ -27788,7 +27788,7 @@
|
|
27788
27788
|
"members": [
|
27789
27789
|
{
|
27790
27790
|
"disabled": false,
|
27791
|
-
"document": "弹性公网IPv6地址唯一ID",
|
27791
|
+
"document": "弹性公网IPv6地址唯一ID,可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。",
|
27792
27792
|
"example": "[\"eipv6-3lxpc6sh\"]",
|
27793
27793
|
"member": "string",
|
27794
27794
|
"name": "IPv6AddressIds",
|
@@ -27797,7 +27797,7 @@
|
|
27797
27797
|
},
|
27798
27798
|
{
|
27799
27799
|
"disabled": false,
|
27800
|
-
"document": "弹性公网IPv6
|
27800
|
+
"document": "弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。",
|
27801
27801
|
"example": "10",
|
27802
27802
|
"member": "int64",
|
27803
27803
|
"name": "InternetMaxBandwidthOut",
|
@@ -34119,11 +34119,11 @@
|
|
34119
34119
|
"members": [
|
34120
34120
|
{
|
34121
34121
|
"disabled": false,
|
34122
|
-
"document": "普通公网IP 的 IP
|
34122
|
+
"document": "普通公网IP 的 IP 地址,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressIps。",
|
34123
34123
|
"example": "[\"101.35.139.183\"]",
|
34124
34124
|
"member": "string",
|
34125
34125
|
"name": "AddressIps",
|
34126
|
-
"required":
|
34126
|
+
"required": true,
|
34127
34127
|
"type": "list"
|
34128
34128
|
}
|
34129
34129
|
],
|
@@ -2649,7 +2649,7 @@
|
|
2649
2649
|
"InquiryPriceModifyAddressesBandwidth": [
|
2650
2650
|
{
|
2651
2651
|
"document": "小时流量EIP修改带宽询价。",
|
2652
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceModifyAddressesBandwidth\n<公共请求参数>\n\n{\n \"InternetMaxBandwidthOut\":
|
2652
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceModifyAddressesBandwidth\n<公共请求参数>\n\n{\n \"InternetMaxBandwidthOut\": 2,\n \"AddressIds\": [\n \"eip-hxlqja90\"\n ]\n}",
|
2653
2653
|
"output": "{\n \"Response\": {\n \"Price\": {\n \"AddressPrice\": {\n \"UnitPrice\": 0.8,\n \"DiscountPrice\": 0.8,\n \"ChargeUnit\": \"HOUR\"\n }\n },\n \"RequestId\": \"7daad6af-50de-4df5-8238-0d76c7be62e1\"\n }\n}",
|
2654
2654
|
"title": "小时流量EIP修改带宽询价"
|
2655
2655
|
},
|
@@ -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",
|
@@ -19761,7 +19859,26 @@
|
|
19761
19859
|
},
|
19762
19860
|
"ModifyInstanceAttackLogPostRequest": {
|
19763
19861
|
"document": "ModifyInstanceAttackLogPost请求参数结构体",
|
19764
|
-
"members": [
|
19862
|
+
"members": [
|
19863
|
+
{
|
19864
|
+
"disabled": false,
|
19865
|
+
"document": "实例ID",
|
19866
|
+
"example": "waf_000001",
|
19867
|
+
"member": "string",
|
19868
|
+
"name": "InstanceId",
|
19869
|
+
"required": true,
|
19870
|
+
"type": "string"
|
19871
|
+
},
|
19872
|
+
{
|
19873
|
+
"disabled": false,
|
19874
|
+
"document": "攻击日志投递开关",
|
19875
|
+
"example": "1",
|
19876
|
+
"member": "int64",
|
19877
|
+
"name": "AttackLogPost",
|
19878
|
+
"required": true,
|
19879
|
+
"type": "int"
|
19880
|
+
}
|
19881
|
+
],
|
19765
19882
|
"type": "object"
|
19766
19883
|
},
|
19767
19884
|
"ModifyInstanceAttackLogPostResponse": {
|
@@ -21114,6 +21231,34 @@
|
|
21114
21231
|
],
|
21115
21232
|
"type": "object"
|
21116
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
|
+
},
|
21117
21262
|
"PeakPointsItem": {
|
21118
21263
|
"document": "PeakPoints数组项",
|
21119
21264
|
"members": [
|
@@ -22834,7 +22979,7 @@
|
|
22834
22979
|
"members": [
|
22835
22980
|
{
|
22836
22981
|
"disabled": false,
|
22837
|
-
"document": "分配的服务器id",
|
22982
|
+
"document": "分配的服务器id。首次接入的域名和端口该参数填0,已接入的域名和端口分配的id可以通过DescribeDomainDetailsSaas或DescribeDomains接口获取。",
|
22838
22983
|
"example": "36582",
|
22839
22984
|
"member": "uint64",
|
22840
22985
|
"name": "NginxServerId",
|
@@ -23527,7 +23672,7 @@
|
|
23527
23672
|
},
|
23528
23673
|
{
|
23529
23674
|
"disabled": false,
|
23530
|
-
"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。",
|
23531
23676
|
"example": "\"[]\"",
|
23532
23677
|
"member": "string",
|
23533
23678
|
"name": "OptionsArr",
|
@@ -23596,6 +23741,15 @@
|
|
23596
23741
|
"name": "Length",
|
23597
23742
|
"required": false,
|
23598
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"
|
23599
23753
|
}
|
23600
23754
|
],
|
23601
23755
|
"type": "object"
|