tccli 3.0.990.1__py2.py3-none-any.whl → 3.0.992.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/car/v20220110/DestroySession.md +1 -1
- tccli/examples/cls/v20201016/CheckFunction.md +25 -0
- tccli/examples/ess/v20201111/DescribeBillUsageDetail.md +108 -0
- tccli/examples/essbasic/v20210526/ChannelCreatePreparedPersonalEsign.md +92 -0
- tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +94 -19
- tccli/examples/essbasic/v20210526/ChannelCreateSealPolicy.md +88 -0
- tccli/examples/essbasic/v20210526/ChannelDescribeEmployees.md +85 -45
- tccli/examples/essbasic/v20210526/DescribeBillUsageDetail.md +69 -0
- tccli/examples/essbasic/v20210526/SyncProxyOrganization.md +9 -9
- tccli/examples/mna/v20210119/GetNetMonitor.md +228 -0
- tccli/examples/ocr/v20181119/VatInvoiceVerifyNew.md +4 -0
- tccli/examples/tdmq/v20200217/DescribeRocketMQCluster.md +4 -4
- tccli/examples/teo/v20220901/BindSharedCNAME.md +48 -0
- tccli/examples/teo/v20220901/CreateSharedCNAME.md +4 -4
- tccli/examples/teo/v20220901/DeleteSharedCNAME.md +21 -0
- tccli/examples/waf/v20180125/DescribeCCRuleList.md +16 -2
- tccli/examples/waf/v20180125/DescribeModuleStatus.md +9 -1
- tccli/examples/waf/v20180125/ModifyModuleStatus.md +9 -1
- tccli/services/aiart/v20221229/api.json +2 -2
- tccli/services/car/v20220110/api.json +2 -2
- tccli/services/car/v20220110/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +72 -0
- tccli/services/cls/v20201016/examples.json +8 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +228 -3
- tccli/services/ess/v20201111/examples.json +20 -0
- tccli/services/essbasic/v20210526/api.json +38 -29
- tccli/services/essbasic/v20210526/examples.json +51 -15
- tccli/services/mna/mna_client.py +53 -0
- tccli/services/mna/v20210119/api.json +142 -0
- tccli/services/mna/v20210119/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +65 -25
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +107 -38
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/teo/teo_client.py +114 -8
- tccli/services/teo/v20220901/api.json +127 -4
- tccli/services/teo/v20220901/examples.json +26 -4
- tccli/services/waf/v20180125/api.json +194 -5
- tccli/services/waf/v20180125/examples.json +5 -5
- {tccli-3.0.990.1.dist-info → tccli-3.0.992.1.dist-info}/METADATA +2 -2
- {tccli-3.0.990.1.dist-info → tccli-3.0.992.1.dist-info}/RECORD +48 -42
- {tccli-3.0.990.1.dist-info → tccli-3.0.992.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.990.1.dist-info → tccli-3.0.992.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.990.1.dist-info → tccli-3.0.992.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,6 +7,13 @@
|
|
7
7
|
"output": "BindSecurityTemplateToEntityResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
|
+
"BindSharedCNAME": {
|
11
|
+
"document": "用于加速域名绑定或解绑共享 CNAME,该功能白名单内测中。",
|
12
|
+
"input": "BindSharedCNAMERequest",
|
13
|
+
"name": "绑定共享CNAME",
|
14
|
+
"output": "BindSharedCNAMEResponse",
|
15
|
+
"status": "online"
|
16
|
+
},
|
10
17
|
"BindZoneToPlan": {
|
11
18
|
"document": "将未绑定套餐的站点绑定到已有套餐",
|
12
19
|
"input": "BindZoneToPlanRequest",
|
@@ -92,7 +99,7 @@
|
|
92
99
|
"status": "online"
|
93
100
|
},
|
94
101
|
"CreateSharedCNAME": {
|
95
|
-
"document": "
|
102
|
+
"document": "用于创建共享 CNAME,该功能白名单内测中。",
|
96
103
|
"input": "CreateSharedCNAMERequest",
|
97
104
|
"name": "创建共享 CNAME",
|
98
105
|
"output": "CreateSharedCNAMEResponse",
|
@@ -154,6 +161,13 @@
|
|
154
161
|
"output": "DeleteSecurityIPGroupResponse",
|
155
162
|
"status": "online"
|
156
163
|
},
|
164
|
+
"DeleteSharedCNAME": {
|
165
|
+
"document": "用于删除共享 CNAME,该功能白名单内测中。",
|
166
|
+
"input": "DeleteSharedCNAMERequest",
|
167
|
+
"name": "删除共享CNAME",
|
168
|
+
"output": "DeleteSharedCNAMEResponse",
|
169
|
+
"status": "online"
|
170
|
+
},
|
157
171
|
"DeleteZone": {
|
158
172
|
"document": "删除站点。",
|
159
173
|
"input": "DeleteZoneRequest",
|
@@ -1762,6 +1776,79 @@
|
|
1762
1776
|
],
|
1763
1777
|
"type": "object"
|
1764
1778
|
},
|
1779
|
+
"BindSharedCNAMEMap": {
|
1780
|
+
"document": "共享 CNAME 和接入域名的绑定关系",
|
1781
|
+
"members": [
|
1782
|
+
{
|
1783
|
+
"disabled": false,
|
1784
|
+
"document": "需要绑定或解绑的共享 CNAME。",
|
1785
|
+
"example": "qq.com.sai2ig51kaa5.share.dnse5.com",
|
1786
|
+
"member": "string",
|
1787
|
+
"name": "SharedCNAME",
|
1788
|
+
"output_required": true,
|
1789
|
+
"required": true,
|
1790
|
+
"type": "string",
|
1791
|
+
"value_allowed_null": false
|
1792
|
+
},
|
1793
|
+
{
|
1794
|
+
"disabled": false,
|
1795
|
+
"document": "加速域名,可传递多个,最多20个。",
|
1796
|
+
"example": "[\"a.qq.com\",\"b.qq.com\"]",
|
1797
|
+
"member": "string",
|
1798
|
+
"name": "DomainNames",
|
1799
|
+
"output_required": true,
|
1800
|
+
"required": true,
|
1801
|
+
"type": "list",
|
1802
|
+
"value_allowed_null": false
|
1803
|
+
}
|
1804
|
+
],
|
1805
|
+
"usage": "both"
|
1806
|
+
},
|
1807
|
+
"BindSharedCNAMERequest": {
|
1808
|
+
"document": "BindSharedCNAME请求参数结构体",
|
1809
|
+
"members": [
|
1810
|
+
{
|
1811
|
+
"disabled": false,
|
1812
|
+
"document": "加速域名所属站点 ID。\t",
|
1813
|
+
"example": "zone-20hyebgyfsko",
|
1814
|
+
"member": "string",
|
1815
|
+
"name": "ZoneId",
|
1816
|
+
"required": true,
|
1817
|
+
"type": "string"
|
1818
|
+
},
|
1819
|
+
{
|
1820
|
+
"disabled": false,
|
1821
|
+
"document": "绑定类型,取值有:\n<li>bind:绑定;</li>\n<li>unbind:解绑。</li>",
|
1822
|
+
"example": "bind",
|
1823
|
+
"member": "string",
|
1824
|
+
"name": "BindType",
|
1825
|
+
"required": true,
|
1826
|
+
"type": "string"
|
1827
|
+
},
|
1828
|
+
{
|
1829
|
+
"disabled": false,
|
1830
|
+
"document": "接入域名与共享 CNAME 的绑定关系。",
|
1831
|
+
"example": "无",
|
1832
|
+
"member": "BindSharedCNAMEMap",
|
1833
|
+
"name": "BindSharedCNAMEMaps",
|
1834
|
+
"required": true,
|
1835
|
+
"type": "list"
|
1836
|
+
}
|
1837
|
+
],
|
1838
|
+
"type": "object"
|
1839
|
+
},
|
1840
|
+
"BindSharedCNAMEResponse": {
|
1841
|
+
"document": "BindSharedCNAME返回参数结构体",
|
1842
|
+
"members": [
|
1843
|
+
{
|
1844
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1845
|
+
"member": "string",
|
1846
|
+
"name": "RequestId",
|
1847
|
+
"type": "string"
|
1848
|
+
}
|
1849
|
+
],
|
1850
|
+
"type": "object"
|
1851
|
+
},
|
1765
1852
|
"BindZoneToPlanRequest": {
|
1766
1853
|
"document": "BindZoneToPlan请求参数结构体",
|
1767
1854
|
"members": [
|
@@ -3442,7 +3529,7 @@
|
|
3442
3529
|
},
|
3443
3530
|
{
|
3444
3531
|
"disabled": false,
|
3445
|
-
"document": "共享 CNAME 前缀。请输入合法的域名前缀,例如\"test-api\"、\"test-api.com\",限制输入 50 个字符。\n\n共享 CNAME 完整格式为:<自定义前缀>+<zoneid中的12位随机字符串>+\"share.
|
3532
|
+
"document": "共享 CNAME 前缀。请输入合法的域名前缀,例如\"test-api\"、\"test-api.com\",限制输入 50 个字符。\n\n共享 CNAME 完整格式为:<自定义前缀>+<zoneid中的12位随机字符串>+\"share.dnse[0-5].com\"。\n\n例如前缀传入 example.com,EO 会为您创建共享 CNAME:example.com.sai2ig51kaa5.share.dnse2.com。",
|
3446
3533
|
"example": "example.com",
|
3447
3534
|
"member": "string",
|
3448
3535
|
"name": "SharedCNAMEPrefix",
|
@@ -3466,8 +3553,8 @@
|
|
3466
3553
|
"members": [
|
3467
3554
|
{
|
3468
3555
|
"disabled": false,
|
3469
|
-
"document": "共享 CNAME。格式为:<自定义前缀>+<ZoneId中的12位随机字符串>+\"share.
|
3470
|
-
"example": "example.com.drvsif25rt7.share.
|
3556
|
+
"document": "共享 CNAME。格式为:<自定义前缀>+<ZoneId中的12位随机字符串>+\"share.dnse[0-5].com\"。",
|
3557
|
+
"example": "example.com.drvsif25rt7.share.dnse2.com",
|
3471
3558
|
"member": "string",
|
3472
3559
|
"name": "SharedCNAME",
|
3473
3560
|
"output_required": false,
|
@@ -4137,6 +4224,42 @@
|
|
4137
4224
|
],
|
4138
4225
|
"type": "object"
|
4139
4226
|
},
|
4227
|
+
"DeleteSharedCNAMERequest": {
|
4228
|
+
"document": "DeleteSharedCNAME请求参数结构体",
|
4229
|
+
"members": [
|
4230
|
+
{
|
4231
|
+
"disabled": false,
|
4232
|
+
"document": "共享 CNAME 所属站点 ID。",
|
4233
|
+
"example": "zone-2drvsif25rt7",
|
4234
|
+
"member": "string",
|
4235
|
+
"name": "ZoneId",
|
4236
|
+
"required": true,
|
4237
|
+
"type": "string"
|
4238
|
+
},
|
4239
|
+
{
|
4240
|
+
"disabled": false,
|
4241
|
+
"document": "需要删除的共享 CNAME。",
|
4242
|
+
"example": "qq.com.sai2ig51kaa5.share.dns2.com",
|
4243
|
+
"member": "string",
|
4244
|
+
"name": "SharedCNAME",
|
4245
|
+
"required": true,
|
4246
|
+
"type": "string"
|
4247
|
+
}
|
4248
|
+
],
|
4249
|
+
"type": "object"
|
4250
|
+
},
|
4251
|
+
"DeleteSharedCNAMEResponse": {
|
4252
|
+
"document": "DeleteSharedCNAME返回参数结构体",
|
4253
|
+
"members": [
|
4254
|
+
{
|
4255
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
4256
|
+
"member": "string",
|
4257
|
+
"name": "RequestId",
|
4258
|
+
"type": "string"
|
4259
|
+
}
|
4260
|
+
],
|
4261
|
+
"type": "object"
|
4262
|
+
},
|
4140
4263
|
"DeleteZoneRequest": {
|
4141
4264
|
"document": "DeleteZone请求参数结构体",
|
4142
4265
|
"members": [
|
@@ -14,6 +14,20 @@
|
|
14
14
|
"title": "将策略模板应用到指定域名 (绑定域名至策略模板)"
|
15
15
|
}
|
16
16
|
],
|
17
|
+
"BindSharedCNAME": [
|
18
|
+
{
|
19
|
+
"document": "将 ZoneId 为 zone-225qgrnvbi9w 的站点下的域名 a.qq.com 和 b.qq.com 绑定至共享 CNAME qq.com.sai2ig51kaa5.share.dnse5.com,域名 api.qq.com 和 img.qq.com 绑定至共享 CNAME config.qq.com.sai2ig51kaa5.share.dnse5.com。",
|
20
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindSharedCNAME\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-225qgrnvbi9w\",\n \"BindType\": \"bind\",\n \"BindSharedCNAMEMaps\": [\n {\n \"SharedCNAME\": \"qq.com.sai2ig51kaa5.share.dnse5.com\",\n \"DomainNames\": [\n \"a.qq.com\",\n \"b.qq.com\"\n ]\n },\n {\n \"SharedCNAME\": \"config.qq.com.sai2ig51kaa5.share.dnse5.com\",\n \"DomainNames\": [\n \"api.qq.com\",\n \"img.qq.com\"\n ]\n }\n ]\n}",
|
21
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
|
22
|
+
"title": "绑定共享 CNAME"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"document": "将 ZoneId 为 zone-225qgrnvbi9w 的站点下的域名 a.qq.com 和共享 CNAME qq.com.sai2ig51kaa5.share.dnse5.com 解绑。",
|
26
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindSharedCNAME\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-225qgrnvbi9w\",\n \"BindType\": \"unbind\",\n \"BindSharedCNAMEMaps\": [\n {\n \"SharedCNAME\": \"qq.com.sai2ig51kaa5.share.dnse5.com\",\n \"DomainNames\": [\n \"a.qq.com\"\n ]\n }\n ]\n}",
|
27
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-5d3a-ac39-1706cbf8a708\"\n }\n}",
|
28
|
+
"title": "解绑共享 CNAME"
|
29
|
+
}
|
30
|
+
],
|
17
31
|
"BindZoneToPlan": [
|
18
32
|
{
|
19
33
|
"document": "",
|
@@ -154,10 +168,10 @@
|
|
154
168
|
],
|
155
169
|
"CreateSharedCNAME": [
|
156
170
|
{
|
157
|
-
"document": "
|
158
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSharedCNAME\n<公共请求参数>\n\n{\n \"SharedCNAMEPrefix\": \"test\",\n \"ZoneId\": \"zone-225qgrnvbi9w\",\n \"Description\": \"
|
159
|
-
"output": "{\n \"Response\": {\n \"SharedCNAME\": \"test.225qgrnvbi9w.share.
|
160
|
-
"title": "创建共享CNAME"
|
171
|
+
"document": "在 ZoneId 为 zone-225qgrnvbi9w 的站点下,创建一个共享 CNAME 前缀为 test,描述为 For Service A 的共享 CNAME。",
|
172
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSharedCNAME\n<公共请求参数>\n\n{\n \"SharedCNAMEPrefix\": \"test\",\n \"ZoneId\": \"zone-225qgrnvbi9w\",\n \"Description\": \"For Service A\"\n}",
|
173
|
+
"output": "{\n \"Response\": {\n \"SharedCNAME\": \"test.225qgrnvbi9w.share.dnse1.com\",\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
|
174
|
+
"title": "创建共享 CNAME"
|
161
175
|
}
|
162
176
|
],
|
163
177
|
"CreateZone": [
|
@@ -236,6 +250,14 @@
|
|
236
250
|
"title": "删除安全 IP 组"
|
237
251
|
}
|
238
252
|
],
|
253
|
+
"DeleteSharedCNAME": [
|
254
|
+
{
|
255
|
+
"document": "删除 ZoneId 为 zone-225qgrnvbi9w 的站点下的共享 CNAME qq.com.225qgrnvbi9w.share.dnse5.com。",
|
256
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSharedCNAME\n<公共请求参数>\n\n{\n \"SharedCNAME\": \"qq.com.225qgrnvbi9w.share.dnse5.com\",\n \"ZoneId\": \"zone-225qgrnvbi9w\"\n}",
|
257
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
|
258
|
+
"title": "删除共享 CNAME"
|
259
|
+
}
|
260
|
+
],
|
239
261
|
"DeleteZone": [
|
240
262
|
{
|
241
263
|
"document": "",
|
@@ -239,11 +239,11 @@
|
|
239
239
|
"status": "online"
|
240
240
|
},
|
241
241
|
"DescribeAutoDenyIP": {
|
242
|
-
"document": "
|
242
|
+
"document": "描述WAF自动封禁IP详情,对齐自动封堵状态",
|
243
243
|
"input": "DescribeAutoDenyIPRequest",
|
244
244
|
"name": "描述WAF自动封禁IP详情",
|
245
245
|
"output": "DescribeAutoDenyIPResponse",
|
246
|
-
"status": "
|
246
|
+
"status": "online"
|
247
247
|
},
|
248
248
|
"DescribeBatchIpAccessControl": {
|
249
249
|
"document": "Waf 多域名ip黑白名单查询",
|
@@ -5572,7 +5572,62 @@
|
|
5572
5572
|
},
|
5573
5573
|
"DescribeCCRuleListRequest": {
|
5574
5574
|
"document": "DescribeCCRuleList请求参数结构体",
|
5575
|
-
"members": [
|
5575
|
+
"members": [
|
5576
|
+
{
|
5577
|
+
"disabled": false,
|
5578
|
+
"document": "需要查询的API所属的域名",
|
5579
|
+
"example": "test.qcloudwaf.com",
|
5580
|
+
"member": "string",
|
5581
|
+
"name": "Domain",
|
5582
|
+
"required": true,
|
5583
|
+
"type": "string"
|
5584
|
+
},
|
5585
|
+
{
|
5586
|
+
"disabled": false,
|
5587
|
+
"document": "偏移",
|
5588
|
+
"example": "1",
|
5589
|
+
"member": "uint64",
|
5590
|
+
"name": "Offset",
|
5591
|
+
"required": true,
|
5592
|
+
"type": "int"
|
5593
|
+
},
|
5594
|
+
{
|
5595
|
+
"disabled": false,
|
5596
|
+
"document": "容量",
|
5597
|
+
"example": "1",
|
5598
|
+
"member": "uint64",
|
5599
|
+
"name": "Limit",
|
5600
|
+
"required": true,
|
5601
|
+
"type": "int"
|
5602
|
+
},
|
5603
|
+
{
|
5604
|
+
"disabled": false,
|
5605
|
+
"document": "目前支持根据ts_version排序",
|
5606
|
+
"example": "ts_version",
|
5607
|
+
"member": "string",
|
5608
|
+
"name": "By",
|
5609
|
+
"required": true,
|
5610
|
+
"type": "string"
|
5611
|
+
},
|
5612
|
+
{
|
5613
|
+
"disabled": false,
|
5614
|
+
"document": "过滤数组,name可以是如下的值: RuleID,ParamName,Url,Action,Method,Source,Status",
|
5615
|
+
"example": "无",
|
5616
|
+
"member": "FiltersItemNew",
|
5617
|
+
"name": "Filters",
|
5618
|
+
"required": false,
|
5619
|
+
"type": "list"
|
5620
|
+
},
|
5621
|
+
{
|
5622
|
+
"disabled": false,
|
5623
|
+
"document": "asc或者desc",
|
5624
|
+
"example": "asc",
|
5625
|
+
"member": "string",
|
5626
|
+
"name": "Order",
|
5627
|
+
"required": false,
|
5628
|
+
"type": "string"
|
5629
|
+
}
|
5630
|
+
],
|
5576
5631
|
"type": "object"
|
5577
5632
|
},
|
5578
5633
|
"DescribeCCRuleListResponse": {
|
@@ -7308,12 +7363,82 @@
|
|
7308
7363
|
},
|
7309
7364
|
"DescribeModuleStatusRequest": {
|
7310
7365
|
"document": "DescribeModuleStatus请求参数结构体",
|
7311
|
-
"members": [
|
7366
|
+
"members": [
|
7367
|
+
{
|
7368
|
+
"disabled": false,
|
7369
|
+
"document": "要查询状态的域名",
|
7370
|
+
"example": "zjm.qcloudwaf.com",
|
7371
|
+
"member": "string",
|
7372
|
+
"name": "Domain",
|
7373
|
+
"required": true,
|
7374
|
+
"type": "string"
|
7375
|
+
}
|
7376
|
+
],
|
7312
7377
|
"type": "object"
|
7313
7378
|
},
|
7314
7379
|
"DescribeModuleStatusResponse": {
|
7315
7380
|
"document": "DescribeModuleStatus返回参数结构体",
|
7316
7381
|
"members": [
|
7382
|
+
{
|
7383
|
+
"disabled": false,
|
7384
|
+
"document": "WEB安全规则是否开启",
|
7385
|
+
"example": "1",
|
7386
|
+
"member": "uint64",
|
7387
|
+
"name": "WebSecurity",
|
7388
|
+
"output_required": true,
|
7389
|
+
"type": "int",
|
7390
|
+
"value_allowed_null": false
|
7391
|
+
},
|
7392
|
+
{
|
7393
|
+
"disabled": false,
|
7394
|
+
"document": "访问控制规则是否开启",
|
7395
|
+
"example": "1",
|
7396
|
+
"member": "int64",
|
7397
|
+
"name": "AccessControl",
|
7398
|
+
"output_required": true,
|
7399
|
+
"type": "int",
|
7400
|
+
"value_allowed_null": false
|
7401
|
+
},
|
7402
|
+
{
|
7403
|
+
"disabled": false,
|
7404
|
+
"document": "CC防护是否开启",
|
7405
|
+
"example": "1",
|
7406
|
+
"member": "uint64",
|
7407
|
+
"name": "CcProtection",
|
7408
|
+
"output_required": true,
|
7409
|
+
"type": "int",
|
7410
|
+
"value_allowed_null": false
|
7411
|
+
},
|
7412
|
+
{
|
7413
|
+
"disabled": false,
|
7414
|
+
"document": "网页防篡改是否开启",
|
7415
|
+
"example": "1",
|
7416
|
+
"member": "uint64",
|
7417
|
+
"name": "AntiTamper",
|
7418
|
+
"output_required": true,
|
7419
|
+
"type": "int",
|
7420
|
+
"value_allowed_null": false
|
7421
|
+
},
|
7422
|
+
{
|
7423
|
+
"disabled": false,
|
7424
|
+
"document": "信息防泄漏是否开启",
|
7425
|
+
"example": "1",
|
7426
|
+
"member": "uint64",
|
7427
|
+
"name": "AntiLeakage",
|
7428
|
+
"output_required": true,
|
7429
|
+
"type": "int",
|
7430
|
+
"value_allowed_null": false
|
7431
|
+
},
|
7432
|
+
{
|
7433
|
+
"disabled": false,
|
7434
|
+
"document": "API安全是否开启",
|
7435
|
+
"example": "1",
|
7436
|
+
"member": "uint64",
|
7437
|
+
"name": "ApiProtection",
|
7438
|
+
"output_required": true,
|
7439
|
+
"type": "int",
|
7440
|
+
"value_allowed_null": false
|
7441
|
+
},
|
7317
7442
|
{
|
7318
7443
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
7319
7444
|
"member": "string",
|
@@ -13580,7 +13705,71 @@
|
|
13580
13705
|
},
|
13581
13706
|
"ModifyModuleStatusRequest": {
|
13582
13707
|
"document": "ModifyModuleStatus请求参数结构体",
|
13583
|
-
"members": [
|
13708
|
+
"members": [
|
13709
|
+
{
|
13710
|
+
"disabled": false,
|
13711
|
+
"document": "需要设置的domain",
|
13712
|
+
"example": "zjm.qcloudwaf.com",
|
13713
|
+
"member": "string",
|
13714
|
+
"name": "Domain",
|
13715
|
+
"required": true,
|
13716
|
+
"type": "string"
|
13717
|
+
},
|
13718
|
+
{
|
13719
|
+
"disabled": false,
|
13720
|
+
"document": "WEB 安全模块开关,0或1",
|
13721
|
+
"example": "1",
|
13722
|
+
"member": "uint64",
|
13723
|
+
"name": "WebSecurity",
|
13724
|
+
"required": true,
|
13725
|
+
"type": "int"
|
13726
|
+
},
|
13727
|
+
{
|
13728
|
+
"disabled": false,
|
13729
|
+
"document": "访问控制模块开关,0或者1",
|
13730
|
+
"example": "1",
|
13731
|
+
"member": "uint64",
|
13732
|
+
"name": "AccessControl",
|
13733
|
+
"required": true,
|
13734
|
+
"type": "int"
|
13735
|
+
},
|
13736
|
+
{
|
13737
|
+
"disabled": false,
|
13738
|
+
"document": "CC模块开关,0或者1",
|
13739
|
+
"example": "1",
|
13740
|
+
"member": "uint64",
|
13741
|
+
"name": "CcProtection",
|
13742
|
+
"required": true,
|
13743
|
+
"type": "int"
|
13744
|
+
},
|
13745
|
+
{
|
13746
|
+
"disabled": false,
|
13747
|
+
"document": "API安全模块开关,0或者1",
|
13748
|
+
"example": "1",
|
13749
|
+
"member": "uint64",
|
13750
|
+
"name": "ApiProtection",
|
13751
|
+
"required": true,
|
13752
|
+
"type": "int"
|
13753
|
+
},
|
13754
|
+
{
|
13755
|
+
"disabled": false,
|
13756
|
+
"document": "防篡改模块开关,0或者1",
|
13757
|
+
"example": "1",
|
13758
|
+
"member": "uint64",
|
13759
|
+
"name": "AntiTamper",
|
13760
|
+
"required": false,
|
13761
|
+
"type": "int"
|
13762
|
+
},
|
13763
|
+
{
|
13764
|
+
"disabled": false,
|
13765
|
+
"document": "防泄漏模块开关,0或者1",
|
13766
|
+
"example": "1",
|
13767
|
+
"member": "uint64",
|
13768
|
+
"name": "AntiLeakage",
|
13769
|
+
"required": false,
|
13770
|
+
"type": "int"
|
13771
|
+
}
|
13772
|
+
],
|
13584
13773
|
"type": "object"
|
13585
13774
|
},
|
13586
13775
|
"ModifyModuleStatusResponse": {
|
@@ -335,13 +335,13 @@
|
|
335
335
|
"DescribeCCRuleList": [
|
336
336
|
{
|
337
337
|
"document": "",
|
338
|
-
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCCRuleList\n<公共请求参数>\n\n{}",
|
338
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCCRuleList\n<公共请求参数>\n\n{\n \"Domain\": \"www.testwaf.com\",\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"clb\",\n \"saas\"\n ],\n \"Name\": \"InstanceType\",\n \"ExactMatch\": true\n }\n ],\n \"Offset\": 1,\n \"By\": \"ts_version\"\n}",
|
339
339
|
"output": "{\n \"Response\": {\n \"RequestId\": \"1cc54bf4-cfeb-40cc-a823-035e52106df9\"\n }\n}",
|
340
340
|
"title": "根据URL查询API规则"
|
341
341
|
},
|
342
342
|
{
|
343
343
|
"document": "",
|
344
|
-
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCCRuleList\n<公共请求参数>\n\n{}",
|
344
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCCRuleList\n<公共请求参数>\n\n{\n \"By\": \"ts_version\",\n \"Domain\": \"hzh.qcloud.com\",\n \"Limit\": \"10\",\n \"Order\": \"asc\",\n \"Offset\": \"10000002\"\n}",
|
345
345
|
"output": "{\n \"Response\": {\n \"RequestId\": \"41b55f8b-1ed1-484c-aab7-c14c0889f78b\"\n }\n}",
|
346
346
|
"title": "test1"
|
347
347
|
}
|
@@ -515,8 +515,8 @@
|
|
515
515
|
"DescribeModuleStatus": [
|
516
516
|
{
|
517
517
|
"document": "",
|
518
|
-
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeModuleStatus\n<公共请求参数>\n\n{}",
|
519
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"46757c6e-786c-48ca-b5c4-9fa29ece1c9e\"\n }\n}",
|
518
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeModuleStatus\n<公共请求参数>\n\n{\n \"Domain\": \"test.qcloudwaf.com\"\n}",
|
519
|
+
"output": "{\n \"Response\": {\n \"AccessControl\": 1,\n \"AntiLeakage\": 1,\n \"WebSecurity\": 1,\n \"ApiProtection\": 1,\n \"CcProtection\": 1,\n \"AntiTamper\": 1,\n \"RequestId\": \"46757c6e-786c-48ca-b5c4-9fa29ece1c9e\"\n }\n}",
|
520
520
|
"title": "查询某个domain的基础安全模块开关状态"
|
521
521
|
}
|
522
522
|
],
|
@@ -975,7 +975,7 @@
|
|
975
975
|
"ModifyModuleStatus": [
|
976
976
|
{
|
977
977
|
"document": "",
|
978
|
-
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyModuleStatus\n<公共请求参数>\n\n{}",
|
978
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyModuleStatus\n<公共请求参数>\n\n{\n \"Domain\": \"zjm.qcloudwaf.com\",\n \"WebSecurity\": 1,\n \"AccessControl\": 1,\n \"CcProtection\": 1,\n \"AntiTamper\": 1,\n \"AntiLeakage\": 1,\n \"ApiProtection\": 1\n}",
|
979
979
|
"output": "{\n \"Response\": {\n \"RequestId\": \"abc-edf\"\n }\n}",
|
980
980
|
"title": "修改模块状态"
|
981
981
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.992.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.992
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|