tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.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/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -11,8 +11,8 @@
|
|
11
11
|
"AddAclRule": [
|
12
12
|
{
|
13
13
|
"document": "添加互联网边界访问控制规则",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddAclRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"SourceContent\": \"
|
15
|
-
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n 0\n ],\n \"RequestId\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddAclRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"SourceContent\": \"0.0.0.0/0\",\n \"SourceType\": \"net\",\n \"Description\": \"test\",\n \"TargetContent\": \"www.qq.com\",\n \"TargetType\": \"domain\",\n \"Protocol\": \"HTTP\",\n \"RuleAction\": \"accept\",\n \"Port\": \"-1/-1\",\n \"Direction\": 0,\n \"OrderIndex\": 1,\n \"Scope\": \"serial\",\n \"RuleSource\": 0,\n \"ParamTemplateId\": \"\"\n }\n ],\n \"From\": \"\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n 0\n ],\n \"RequestId\": \"3f60a76f-0f44-4b58-bf98-615cbbc59ede\"\n }\n}",
|
16
16
|
"title": "添加互联网边界访问控制规则"
|
17
17
|
}
|
18
18
|
],
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"AddNatAcRule": [
|
28
28
|
{
|
29
29
|
"document": "添加nat防火墙访问控制规则",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddNatAcRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"
|
31
|
-
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n
|
30
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddNatAcRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"OrderIndex\": 1,\n \"SourceContent\": \"0.0.0.0/0\",\n \"TargetContent\": \"www.qq.com\",\n \"ParamTemplateId\": \"\",\n \"Protocol\": \"HTTP\",\n \"Port\": \"-1/-1\",\n \"RuleAction\": \"log\",\n \"Description\": \"test\",\n \"Scope\": \"ap-shanghai\",\n \"SourceType\": \"net\",\n \"TargetType\": \"domain\",\n \"Direction\": 0,\n \"Enable\": \"true\"\n }\n ],\n \"From\": \"\"\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n 242218\n ],\n \"RequestId\": \"9def6113-984b-4a01-b0e9-851c84005a9f\"\n }\n}",
|
32
32
|
"title": "添加nat访问控制规则"
|
33
33
|
}
|
34
34
|
],
|
@@ -51,8 +51,8 @@
|
|
51
51
|
"CreateAddressTemplate": [
|
52
52
|
{
|
53
53
|
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAddressTemplate\n<公共请求参数>\n\n{\n \"Name\": \"
|
55
|
-
"output": "{\n \"Response\": {\n \"Status\": 0,\n \"RequestId\": \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAddressTemplate\n<公共请求参数>\n\n{\n \"Name\": \"测试地址模板\",\n \"Detail\": \"测试地址模板\",\n \"IpString\": \"1.1.1.1\",\n \"Type\": 0\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"Status\": 0,\n \"RequestId\": \"\"\n }\n}",
|
56
56
|
"title": "创建地址模板"
|
57
57
|
}
|
58
58
|
],
|
@@ -181,8 +181,8 @@
|
|
181
181
|
"DeleteAddressTemplate": [
|
182
182
|
{
|
183
183
|
"document": "",
|
184
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAddressTemplate\n<公共请求参数>\n\n{\n \"Uuid\": \"
|
185
|
-
"output": "{\n \"Response\": {\n \"Status\": 0,\n \"RequestId\": \"
|
184
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAddressTemplate\n<公共请求参数>\n\n{\n \"Uuid\": \"mb_***_***\"\n}",
|
185
|
+
"output": "{\n \"Response\": {\n \"Status\": 0,\n \"RequestId\": \"\"\n }\n}",
|
186
186
|
"title": "删除地址模板规则"
|
187
187
|
}
|
188
188
|
],
|
@@ -197,8 +197,8 @@
|
|
197
197
|
"DeleteBlockIgnoreRuleList": [
|
198
198
|
{
|
199
199
|
"document": "",
|
200
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBlockIgnoreRuleList\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"IP\": \"
|
201
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
200
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBlockIgnoreRuleList\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"IP\": \"1.1.1.1\",\n \"Direction\": 0,\n \"Domain\": \"\"\n }\n ],\n \"RuleType\": 0\n}",
|
201
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"\"\n }\n}",
|
202
202
|
"title": "批量删除入侵防御封禁列表、放通列表规则"
|
203
203
|
}
|
204
204
|
],
|
@@ -237,8 +237,8 @@
|
|
237
237
|
"DeleteResourceGroup": [
|
238
238
|
{
|
239
239
|
"document": "",
|
240
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteResourceGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"
|
241
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
240
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteResourceGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cfwrg-fb53dc8e6860b732b55f22be44ec9b9f1712804417\"\n}",
|
241
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"97865824-6719-eb29-f5d1-a156f7cd307d\"\n }\n}",
|
242
242
|
"title": "资产中心资产组删除"
|
243
243
|
}
|
244
244
|
],
|
@@ -268,10 +268,10 @@
|
|
268
268
|
],
|
269
269
|
"DescribeAclRule": [
|
270
270
|
{
|
271
|
-
"document": "
|
272
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAclRule\n<公共请求参数>\n\n{\n \"
|
273
|
-
"output": "{\n \"Response\": {\n \"
|
274
|
-
"title": "
|
271
|
+
"document": "查询互联网边界出向访问控制列表,其中Filters中Direction 为0表示查询出向访问控制规则列表,为1时表示查询入向访问控制列表",
|
272
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAclRule\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"Direction\",\n \"Values\": [\n \"0\"\n ],\n \"OperatorType\": 1\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
273
|
+
"output": "{\n \"Response\": {\n \"AllTotal\": 6,\n \"Data\": [\n {\n \"BetaList\": [\n {\n \"LastTime\": \"\",\n \"TaskId\": 9070,\n \"TaskName\": \"aa\"\n }\n ],\n \"CityCode\": 0,\n \"CityName\": \"\",\n \"CloudCode\": \"\",\n \"Count\": 0,\n \"CountryCode\": 0,\n \"CountryName\": \"\",\n \"Description\": \"测试命中\",\n \"Direction\": 0,\n \"Enable\": \"false\",\n \"InstanceName\": \"\",\n \"InternalUuid\": 0,\n \"InternetBorderUuid\": \"1300448058_0.0.0.0/0_1729685657863970\",\n \"Invalid\": 0,\n \"IsCloud\": 0,\n \"IsRegion\": 0,\n \"LastHitTime\": \"\",\n \"OrderIndex\": 2,\n \"ParamTemplateId\": \"\",\n \"ParamTemplateName\": \"\",\n \"Port\": \"-1/-1\",\n \"Protocol\": \"HTTPS\",\n \"RuleAction\": \"log\",\n \"Scope\": \"serial\",\n \"SourceContent\": \"0.0.0.0/0\",\n \"SourceName\": \"\",\n \"SourceType\": \"net\",\n \"Status\": 0,\n \"TargetContent\": \"www.qq.com\",\n \"TargetName\": \"\",\n \"TargetType\": \"domain\",\n \"Uuid\": 148183\n }\n ],\n \"RequestId\": \"985187d2-9a80-4ee7-b519-ad48e75f6588\",\n \"Total\": 6\n }\n}",
|
274
|
+
"title": "查询互联网边界访问控制列表示例"
|
275
275
|
}
|
276
276
|
],
|
277
277
|
"DescribeAddressTemplateList": [
|
@@ -301,15 +301,15 @@
|
|
301
301
|
"DescribeBlockByIpTimesList": [
|
302
302
|
{
|
303
303
|
"document": "",
|
304
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBlockByIpTimesList\n<公共请求参数>\n\n{\n \"Ip\": \"
|
305
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"StatTime\": \"
|
304
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBlockByIpTimesList\n<公共请求参数>\n\n{\n \"Ip\": \"114.25.114.2\",\n \"EndTime\": \"2024-10-24 10:11:11\",\n \"StartTime\": \"2024-10-17 10:11:11\"\n}",
|
305
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"StatTime\": \"2024-10-17\",\n \"Num\": 20\n }\n ],\n \"RequestId\": \"\"\n }\n}",
|
306
306
|
"title": "DescribeBlockByIpTimesList"
|
307
307
|
}
|
308
308
|
],
|
309
309
|
"DescribeBlockIgnoreList": [
|
310
310
|
{
|
311
311
|
"document": "查询入侵防御放通封禁列表",
|
312
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBlockIgnoreList\n<公共请求参数>\n\n{\n \"Limit\": 0,\n \"Offset\": 0,\n \"SearchValue\": \"
|
312
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBlockIgnoreList\n<公共请求参数>\n\n{\n \"Limit\": 0,\n \"Offset\": 0,\n \"SearchValue\": \"\",\n \"Direction\": \"1\",\n \"RuleType\": 1,\n \"Order\": \"desc\",\n \"By\": \"EndTime\"\n}",
|
313
313
|
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Action\": 1,\n \"Address\": \"土耳其伊斯坦布尔省伊斯坦布尔\",\n \"Comment\": \"\",\n \"Country\": \"土耳其\",\n \"CustomRule\": {\n \"DstIP\": \"\",\n \"IdsRuleId\": \"\",\n \"IdsRuleName\": \"\",\n \"SrcIP\": \"\"\n },\n \"Direction\": 1,\n \"DirectionList\": \"1\",\n \"Domain\": \"\",\n \"EndTime\": \"2024-10-23 09:50:59\",\n \"EventName\": \"泛微OA蜜罐探测事件\",\n \"FwType\": 15,\n \"IP\": \"1.1.1.1\",\n \"IgnoreReason\": \"0\",\n \"Ioc\": \"1.1.1.1\",\n \"IocInfo\": \"\",\n \"IocName\": \"\",\n \"LastHitTime\": \"2024-10-21 16:59:09\",\n \"Level\": \"高危\",\n \"MatchTimes\": 563038,\n \"Protocol\": \"HTTP\",\n \"RuleType\": 1,\n \"Source\": \"网络蜜罐(严格模式)\",\n \"StartTime\": \"2024-09-27 09:50:59\",\n \"UniqueId\": \"appid-1.1.1.1-1-1\"\n }\n ],\n \"RequestId\": \"d4b7cab1-5594-41fb-88c6-67822af94807\",\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"success\",\n \"RuleTypeDataList\": [\n 0,\n 5,\n 1,\n 0,\n 0,\n 1,\n 0\n ],\n \"SourceList\": [\n \"基础防御\",\n \"手动添加\",\n \"网络蜜罐(严格模式)\",\n \"虚拟补丁\"\n ],\n \"Total\": 30\n }\n}",
|
314
314
|
"title": "查询入侵防御放通封禁列表"
|
315
315
|
}
|
@@ -317,8 +317,8 @@
|
|
317
317
|
"DescribeBlockStaticList": [
|
318
318
|
{
|
319
319
|
"document": "",
|
320
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBlockStaticList\n<公共请求参数>\n\n{\n \"
|
321
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"InsID\": \"
|
320
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBlockStaticList\n<公共请求参数>\n\n{\n \"StartTime\": \"2024-10-14 17:07:36\",\n \"EndTime\": \"2024-10-21 17:07:36\",\n \"Top\": 5,\n \"QueryType\": \"ip\",\n \"SearchValue\": \"{\\\"instance_id\\\":\\\"\\\",\\\"source\\\":\\\"\\\"}\"\n}",
|
321
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Num\": 3145,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"45.84.89.3\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 3126,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"45.84.89.2\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 1152,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"179.43.133.162\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 755,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"60.191.20.210\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 731,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"185.224.128.67\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n }\n ],\n \"RequestId\": \"a7c543d3-b4b7-437c-9088-f4ab462f28ca\",\n \"Status\": 0\n }\n}",
|
322
322
|
"title": "DescribeBlockStaticList"
|
323
323
|
}
|
324
324
|
],
|
@@ -390,7 +390,7 @@
|
|
390
390
|
{
|
391
391
|
"document": "",
|
392
392
|
"input": "https://cfw.tencentcloudapi.com/?Action=DescribeGuideScanInfo\n&<公共请求参数>",
|
393
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"ScanResultInfo\": {\n \"LeakNum\": 1,\n \"IPNum\": 1,\n \"PortNum\": 1,\n \"IPStatus\": true,\n \"IdpStatus\": true,\n \"BanStatus\": true\n },\n \"ScanStatus\": 0,\n \"ScanPercent\": 0,\n \"ScanTime\": \"
|
393
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"ScanResultInfo\": {\n \"LeakNum\": 1,\n \"IPNum\": 1,\n \"PortNum\": 1,\n \"IPStatus\": true,\n \"IdpStatus\": true,\n \"BanStatus\": true\n },\n \"ScanStatus\": 0,\n \"ScanPercent\": 0,\n \"ScanTime\": \"2023-11-22 11:22:15\"\n },\n \"RequestId\": \"\"\n }\n}",
|
394
394
|
"title": "DescribeGuideScanInfo 新手引导扫描接口"
|
395
395
|
}
|
396
396
|
],
|
@@ -420,10 +420,10 @@
|
|
420
420
|
],
|
421
421
|
"DescribeNatAcRule": [
|
422
422
|
{
|
423
|
-
"document": "查询NAT
|
424
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNatAcRule\n<公共请求参数>\n\n{\n \"
|
425
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"
|
426
|
-
"title": "查询NAT
|
423
|
+
"document": "查询NAT访问控制出向规则列表,其中Filters中 Direction 为0时表示查询出向规则列表,为1时表示查询入向规则列表",
|
424
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNatAcRule\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"Direction\",\n \"Values\": [\n \"0\"\n ],\n \"OperatorType\": 1\n }\n ],\n \"Limit\": 20,\n \"Offset\": 0\n}",
|
425
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"Uuid\": 238778,\n \"InternalUuid\": 1726341068438565,\n \"OrderIndex\": 19,\n \"SourceContent\": \"ins-gt3h3i8f\",\n \"SourceType\": \"instance\",\n \"TargetContent\": \"mb_1300448058_1702866694255\",\n \"TargetType\": \"template\",\n \"Port\": \"-1/-1\",\n \"Protocol\": \"ANY\",\n \"Scope\": \"ap-guangzhou\",\n \"ScopeDesc\": \"广州地域\",\n \"Direction\": 0,\n \"RuleAction\": \"log\",\n \"Description\": \"autotest_nat_add\",\n \"Count\": 0,\n \"LastHitTime\": \"\",\n \"Enable\": \"true\",\n \"Invalid\": 0,\n \"CountryCode\": 0,\n \"CityCode\": 0,\n \"CountryName\": \"\",\n \"CityName\": \"\",\n \"IsRegion\": 0,\n \"CloudCode\": \"\",\n \"IsCloud\": 0,\n \"InstanceName\": \"\",\n \"Status\": 0,\n \"BetaList\": [],\n \"ParamTemplateId\": \"pp-336ad325\",\n \"ParamTemplateName\": \"test\",\n \"TargetName\": \"\",\n \"SourceName\": \"testsrc\"\n }\n ],\n \"AllTotal\": 1,\n \"RequestId\": \"efa6461b-9410-4cd8-9168-73f37d6ed532\"\n }\n}",
|
426
|
+
"title": "查询NAT访问控制列表实例1"
|
427
427
|
}
|
428
428
|
],
|
429
429
|
"DescribeNatFwDnatRule": [
|
@@ -485,16 +485,16 @@
|
|
485
485
|
"DescribeResourceGroup": [
|
486
486
|
{
|
487
487
|
"document": "",
|
488
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeResourceGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"
|
489
|
-
"output": "{\n \"Response\": {\n \"Data\": \"
|
488
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeResourceGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"\",\n \"QueryType\": \"vpc\",\n \"ShowType\": \"\"\n}",
|
489
|
+
"output": "{\n \"Response\": {\n \"Data\": \"[{\\\"GroupId\\\":\\\"1300448058_masternode\\\",\\\"ParentId\\\":\\\"\\\",\\\"GroupName\\\":\\\"全部资产\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"\\\",\\\"InsNum\\\":52,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"测试A\\\",\\\"ParentId\\\":\\\"\\\",\\\"GroupName\\\":\\\"测试A\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"\\\",\\\"InsNum\\\":3,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"测试A%cfw%测试B\\\",\\\"ParentId\\\":\\\"\\\",\\\"GroupName\\\":\\\"测试B\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"\\\",\\\"InsNum\\\":3,\\\"TreeChild\\\":[]}]},]}]\",\n \"RequestId\": \"\"\n }\n}",
|
490
490
|
"title": "资产中心资产树信息"
|
491
491
|
}
|
492
492
|
],
|
493
493
|
"DescribeResourceGroupNew": [
|
494
494
|
{
|
495
495
|
"document": "",
|
496
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeResourceGroupNew\n<公共请求参数>\n\n{\n \"
|
497
|
-
"output": "{\n \"Response\": {\n \"Data\": \"
|
496
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeResourceGroupNew\n<公共请求参数>\n\n{\n \"QueryType\": \"resource\",\n \"GroupId\": \"0\",\n \"ShowType\": \"all\"\n}",
|
497
|
+
"output": "{\n \"Response\": {\n \"Data\": \"[{\\\"GroupId\\\":\\\"cfwrg-1300448058masternode\\\",\\\"ParentId\\\":\\\"0\\\",\\\"GroupName\\\":\\\"全部资产\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/\\\",\\\"InsNum\\\":48,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-ef042ae87114b36857804e3de943026a1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-1300448058masternode\\\",\\\"GroupName\\\":\\\"测试环境\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/测试环境/\\\",\\\"InsNum\\\":7,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-fb18094a0e9486ac32b00b7870e46f8a1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-ef042ae87114b36857804e3de943026a1712804418\\\",\\\"GroupName\\\":\\\"DMZ隔离区\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/测试环境/DMZ隔离区/\\\",\\\"InsNum\\\":7,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-159c40481439cd2293946fa9cb9ef21b1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-fb18094a0e9486ac32b00b7870e46f8a1712804418\\\",\\\"GroupName\\\":\\\"CVM\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/测试环境/DMZ隔离区/CVM/\\\",\\\"InsNum\\\":7,\\\"TreeChild\\\":[]},{\\\"GroupId\\\":\\\"cfwrg-d14a238af3ff49012d5d2eed7a7ebec11712804418\\\",\\\"ParentId\\\":\\\"cfwrg-fb18094a0e9486ac32b00b7870e46f8a1712804418\\\",\\\"GroupName\\\":\\\"NAT防火墙\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/测试环境/DMZ隔离区/NAT防火墙/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]}]},{\\\"GroupId\\\":\\\"cfwrg-f34032ec0915b3cf9fe71069d54fbdae1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-ef042ae87114b36857804e3de943026a1712804418\\\",\\\"GroupName\\\":\\\"数据库服务\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/测试环境/数据库服务/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-5f7aa58783737230bc4e1cf9287c27501712804418\\\",\\\"ParentId\\\":\\\"cfwrg-f34032ec0915b3cf9fe71069d54fbdae1712804418\\\",\\\"GroupName\\\":\\\"MySQL\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/测试环境/数据库服务/MySQL/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]}]},{\\\"GroupId\\\":\\\"cfwrg-2ee2e47eb17b9b55c70c59dfe92c27261712804418\\\",\\\"ParentId\\\":\\\"cfwrg-ef042ae87114b36857804e3de943026a1712804418\\\",\\\"GroupName\\\":\\\"消息中间件\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/测试环境/消息中间件/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-d118afd161c0e0ee50c7dac4c409835f1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-2ee2e47eb17b9b55c70c59dfe92c27261712804418\\\",\\\"GroupName\\\":\\\"Kafka\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/测试环境/消息中间件/Kafka/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]}]}]},{\\\"GroupId\\\":\\\"cfwrg-fb53dc8e6860b732b55f22be44ec9b9f1712804417\\\",\\\"ParentId\\\":\\\"cfwrg-1300448058masternode\\\",\\\"GroupName\\\":\\\"默认环境\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/\\\",\\\"InsNum\\\":12,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-b803523898534bcbd9b7d2c7d92c175e1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-fb53dc8e6860b732b55f22be44ec9b9f1712804417\\\",\\\"GroupName\\\":\\\"DMZ隔离区\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/DMZ隔离区/\\\",\\\"InsNum\\\":8,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-39d232c1e26fad11831a51ba9c98478f1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-b803523898534bcbd9b7d2c7d92c175e1712804418\\\",\\\"GroupName\\\":\\\"CVM\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/DMZ隔离区/CVM/\\\",\\\"InsNum\\\":8,\\\"TreeChild\\\":[]},{\\\"GroupId\\\":\\\"cfwrg-9d1ce0513d6fe04a6d22ac37fe3026c31712804418\\\",\\\"ParentId\\\":\\\"cfwrg-b803523898534bcbd9b7d2c7d92c175e1712804418\\\",\\\"GroupName\\\":\\\"NAT防火墙\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/DMZ隔离区/NAT防火墙/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]}]},{\\\"GroupId\\\":\\\"cfwrg-0f31e837912bd440ce8c8ad3f7090e7e1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-fb53dc8e6860b732b55f22be44ec9b9f1712804417\\\",\\\"GroupName\\\":\\\"数据库服务\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/数据库服务/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-a64b4b95ec358c8f9f046c677fdd485d1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-0f31e837912bd440ce8c8ad3f7090e7e1712804418\\\",\\\"GroupName\\\":\\\"MySQL\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/数据库服务/MySQL/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]}]},{\\\"GroupId\\\":\\\"cfwrg-65d29c28e6ec873835a910be48bddf811712804418\\\",\\\"ParentId\\\":\\\"cfwrg-fb53dc8e6860b732b55f22be44ec9b9f1712804417\\\",\\\"GroupName\\\":\\\"消息中间件\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/消息中间件/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-e742e85e686c06c362142a9c6ac32e0b1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-65d29c28e6ec873835a910be48bddf811712804418\\\",\\\"GroupName\\\":\\\"Kafka\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/消息中间件/Kafka/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]}]},{\\\"GroupId\\\":\\\"cfwrg-8b5332e1a4d6523d0318a087d5ab1a6c1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-fb53dc8e6860b732b55f22be44ec9b9f1712804417\\\",\\\"GroupName\\\":\\\"后台服务\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/后台服务/\\\",\\\"InsNum\\\":5,\\\"TreeChild\\\":[{\\\"GroupId\\\":\\\"cfwrg-c02efd7805c70a100cfceb6c7f426fdc1712804418\\\",\\\"ParentId\\\":\\\"cfwrg-8b5332e1a4d6523d0318a087d5ab1a6c1712804418\\\",\\\"GroupName\\\":\\\"其他\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/后台服务/其他/\\\",\\\"InsNum\\\":5,\\\"TreeChild\\\":[]}]},{\\\"GroupId\\\":\\\"cfwrg-9cd38fd17d774e356d5c1b43c2de20171720057543\\\",\\\"ParentId\\\":\\\"cfwrg-fb53dc8e6860b732b55f22be44ec9b9f1712804417\\\",\\\"GroupName\\\":\\\"eni-server\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/默认环境/eni-server/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]}]},{\\\"GroupId\\\":\\\"cfwrg-8c87782c2214d033403cab64d6fbf2581717569270\\\",\\\"ParentId\\\":\\\"cfwrg-1300448058masternode\\\",\\\"GroupName\\\":\\\"auotest勿删\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/auotest勿删/\\\",\\\"InsNum\\\":6,\\\"TreeChild\\\":[]},{\\\"GroupId\\\":\\\"cfwrg-56f2292e16a79562202edf4598b10e061724295571\\\",\\\"ParentId\\\":\\\"cfwrg-1300448058masternode\\\",\\\"GroupName\\\":\\\"Dora\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/Dora/\\\",\\\"InsNum\\\":1,\\\"TreeChild\\\":[]},{\\\"GroupId\\\":\\\"cfwrg-453b9196924de8bc3c5333de058638701724376867\\\",\\\"ParentId\\\":\\\"cfwrg-1300448058masternode\\\",\\\"GroupName\\\":\\\"doravpc\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/doravpc/\\\",\\\"InsNum\\\":1,\\\"TreeChild\\\":[]},{\\\"GroupId\\\":\\\"cfwrg-4269f93e9bbe0a7b56e608dc5b2a9c081724658223\\\",\\\"ParentId\\\":\\\"cfwrg-1300448058masternode\\\",\\\"GroupName\\\":\\\"li-分组\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/li-分组/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]},{\\\"GroupId\\\":\\\"cfwrg-cd359580c0715fa45b92661df490ebe41724664886\\\",\\\"ParentId\\\":\\\"cfwrg-1300448058masternode\\\",\\\"GroupName\\\":\\\"零信任测试分组\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/零信任测试分组/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]},{\\\"GroupId\\\":\\\"cfwrg-aaeedf10cc336a937e3fa483942cc6801725000102\\\",\\\"ParentId\\\":\\\"cfwrg-1300448058masternode\\\",\\\"GroupName\\\":\\\"空分组在资产分组\\\",\\\"Cidr\\\":\\\"\\\",\\\"Path\\\":\\\"/全部资产/空分组在资产分组/\\\",\\\"InsNum\\\":0,\\\"TreeChild\\\":[]}]}]\",\n \"RequestId\": \"cec284f8-bf23-4e81-ba86-8c3fdd492df2\",\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"success\",\n \"UnResourceNum\": 32\n }\n}",
|
498
498
|
"title": "资产中心资产树信息"
|
499
499
|
}
|
500
500
|
],
|
@@ -517,8 +517,8 @@
|
|
517
517
|
"DescribeSourceAsset": [
|
518
518
|
{
|
519
519
|
"document": "",
|
520
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSourceAsset\n<公共请求参数>\n\n{\n \"
|
521
|
-
"output": "{\n \"Response\": {\n \"
|
520
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSourceAsset\n<公共请求参数>\n\n{\n \"InsType\": \"\",\n \"Zone\": \"\",\n \"ChooseType\": \"0\",\n \"FuzzySearch\": \"\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
521
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AppId\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-3kdn8tfl\",\n \"SubnetId\": \"subnet-jovl8il2\",\n \"InstanceId\": \"crs-jkbfbllz\",\n \"InstanceName\": \"test-ipv6\",\n \"InsType\": 7,\n \"PublicIp\": \"\",\n \"PrivateIp\": \"10.11.77.14\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n },\n {\n \"AppId\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-12wu4ke9\",\n \"SubnetId\": \"subnet-6jm69l78\",\n \"InstanceId\": \"eni-180aej3b\",\n \"InstanceName\": \"111\",\n \"InsType\": 5,\n \"PublicIp\": \"\",\n \"PrivateIp\": \"192.168.0.3\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n },\n {\n \"AppId\": \"\",\n \"Region\": \"ap-beijing\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-0lucogis\",\n \"SubnetId\": \"subnet-r10fryfv\",\n \"InstanceId\": \"eni-1njhyq4g\",\n \"InstanceName\": \"test\",\n \"InsType\": 5,\n \"PublicIp\": \"\",\n \"PrivateIp\": \"10.111.0.15\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n },\n {\n \"AppId\": \"\",\n \"Region\": \"ap-singapore\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-bozc3uj5\",\n \"SubnetId\": \"subnet-48hj9yiu\",\n \"InstanceId\": \"eni-2f35far7\",\n \"InstanceName\": \"未命名\",\n \"InsType\": 5,\n \"PublicIp\": \"\",\n \"PrivateIp\": \"10.1.0.21,10.1.0.22,10.1.0.23,10.1.0.24,10.1.0.25,10.1.0.26,10.1.0.27,10.1.0.28,10.1.0.29\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n },\n {\n \"AppId\": \"\",\n \"Region\": \"ap-chengdu\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-n7k5rwjg\",\n \"SubnetId\": \"subnet-oq7vudkb\",\n \"InstanceId\": \"eni-2npbqunq\",\n \"InstanceName\": \"eth1\",\n \"InsType\": 5,\n \"PublicIp\": \"148.70.225.68\",\n \"PrivateIp\": \"10.27.0.20,10.27.0.21,10.27.0.22,10.27.0.23,10.27.0.24,10.27.0.25,10.27.0.26,10.27.0.27,10.27.0.28,10.27.0.8\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n },\n {\n \"AppId\": \"\",\n \"Region\": \"ap-singapore\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-n6s7a21j\",\n \"SubnetId\": \"subnet-c4434w3y\",\n \"InstanceId\": \"eni-3fcx9q39\",\n \"InstanceName\": \"未命名\",\n \"InsType\": 5,\n \"PublicIp\": \"\",\n \"PrivateIp\": \"172.22.32.10,172.22.32.11,172.22.32.12,172.22.32.14,172.22.32.15,172.22.32.16,172.22.32.17,172.22.32.2,172.22.32.29,172.22.32.3,172.22.32.36,172.22.32.4,172.22.32.41,172.22.32.47,172.22.32.48,172.22.32.5,172.22.32.6,172.22.32.7,172.22.32.8,172.22.32.9\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n },\n {\n \"AppId\": \"\",\n \"Region\": \"ap-singapore\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-n6s7a21j\",\n \"SubnetId\": \"subnet-c4434w3y\",\n \"InstanceId\": \"eni-42al7ni7\",\n \"InstanceName\": \"未命名\",\n \"InsType\": 5,\n \"PublicIp\": \"\",\n \"PrivateIp\": \"172.22.32.18,172.22.32.19,172.22.32.21,172.22.32.22,172.22.32.23,172.22.32.24,172.22.32.25,172.22.32.26,172.22.32.27,172.22.32.30,172.22.32.31,172.22.32.33,172.22.32.34,172.22.32.35,172.22.32.37,172.22.32.38,172.22.32.39,172.22.32.40,172.22.32.42,172.22.32.44\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n },\n {\n \"AppId\": \"\",\n \"Region\": \"ap-shanghai\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-d0t6wgo2\",\n \"SubnetId\": \"subnet-jy2eionr\",\n \"InstanceId\": \"eni-4ueypjdw\",\n \"InstanceName\": \"未命名\",\n \"InsType\": 5,\n \"PublicIp\": \"\",\n \"PrivateIp\": \"10.8.1.4\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n },\n {\n \"AppId\": \"\",\n \"Region\": \"ap-shanghai\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-8f0zu2cu\",\n \"SubnetId\": \"subnet-fiq757rz\",\n \"InstanceId\": \"eni-6afui5ze\",\n \"InstanceName\": \"fw出口\",\n \"InsType\": 5,\n \"PublicIp\": \"\",\n \"PrivateIp\": \"10.0.2.9\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n },\n {\n \"AppId\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"RegionKey\": \"\",\n \"VpcId\": \"vpc-39sc6ru5\",\n \"SubnetId\": \"subnet-5bxkdvys\",\n \"InstanceId\": \"eni-6gxftgkh\",\n \"InstanceName\": \"引流卡\",\n \"InsType\": 5,\n \"PublicIp\": \"\",\n \"PrivateIp\": \"10.116.101.27\",\n \"PortNum\": \"\",\n \"LeakNum\": \"\",\n \"VPCName\": \"\",\n \"InsSource\": \"\",\n \"ResourcePath\": [],\n \"Server\": null\n }\n ],\n \"RequestId\": \"4b2b9cd7-a96a-44e2-8e97-ccd67869efa0\",\n \"Total\": 48,\n \"ZoneList\": [\n {\n \"Zone\": \"ap-guangzhou\",\n \"ZoneEng\": \"广州\"\n },\n {\n \"Zone\": \"ap-beijing\",\n \"ZoneEng\": \"北京\"\n },\n {\n \"Zone\": \"ap-singapore\",\n \"ZoneEng\": \"新加坡\"\n },\n {\n \"Zone\": \"ap-chengdu\",\n \"ZoneEng\": \"成都\"\n },\n {\n \"Zone\": \"ap-shanghai\",\n \"ZoneEng\": \"上海\"\n },\n {\n \"Zone\": \"ap-nanjing\",\n \"ZoneEng\": \"南京\"\n },\n {\n \"Zone\": \"ap-hongkong\",\n \"ZoneEng\": \"中国香港\"\n },\n {\n \"Zone\": \"ap-wuhan-ec\",\n \"ZoneEng\": \"武汉EC\"\n },\n {\n \"Zone\": \"ap-chongqing\",\n \"ZoneEng\": \"重庆\"\n }\n ]\n }\n}",
|
522
522
|
"title": "查询资产组全部资产信息"
|
523
523
|
}
|
524
524
|
],
|
@@ -534,16 +534,16 @@
|
|
534
534
|
{
|
535
535
|
"document": "",
|
536
536
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTLogInfo\n<公共请求参数>\n\n{\n \"EndTime\": \"2021-09-18 12:00:00\",\n \"SearchValue\": \"{country: 1, instance_id:instanceidtest, source:1}\",\n \"QueryType\": \"1\",\n \"StartTime\": \"2021-09-17 12:00:00\"\n}",
|
537
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"
|
538
|
-
"title": "DescribeTLogInfo"
|
537
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"OutNum\": 1,\n \"HandleNum\": 112,\n \"NetworkNum\": 6,\n \"VulNum\": 629,\n \"BanNum\": 0,\n \"BruteForceNum\": 0\n },\n \"RequestId\": \"706bdce3-bdc4-4cfe-8672-ed08cb451ef1\"\n }\n}",
|
538
|
+
"title": "DescribeTLogInfo告警中心概况查询"
|
539
539
|
}
|
540
540
|
],
|
541
541
|
"DescribeTLogIpList": [
|
542
542
|
{
|
543
543
|
"document": "",
|
544
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTLogIpList\n<公共请求参数>\n\n{\n \"
|
545
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"InsID\": \"
|
546
|
-
"title": "DescribeTLogIpList"
|
544
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTLogIpList\n<公共请求参数>\n\n{\n \"StartTime\": \"2024-10-14 17:06:30\",\n \"EndTime\": \"2024-10-21 17:06:30\",\n \"Top\": 10,\n \"QueryType\": \"1\",\n \"SearchValue\": \"{\\\"instance_id\\\":\\\"\\\"}\"\n}",
|
545
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Num\": 340,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"129.211.163.253\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 292,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"129.211.166.142\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 226,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"129.211.166.123\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 177,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"129.211.167.200\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 152,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"129.211.162.158\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 137,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"129.211.162.87\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 128,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"129.211.167.166\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 125,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"129.211.166.134\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 87,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"103.216.220.22\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n },\n {\n \"Num\": 82,\n \"Port\": \"\",\n \"Address\": \"\",\n \"Ip\": \"129.211.162.23\",\n \"InsID\": \"\",\n \"InsName\": \"\"\n }\n ],\n \"RequestId\": \"0fd1c929-ef54-40d5-b2be-24ebc7296490\"\n }\n}",
|
546
|
+
"title": "DescribeTLogIpList告警中心IP柱形图"
|
547
547
|
}
|
548
548
|
],
|
549
549
|
"DescribeTableStatus": [
|
@@ -564,10 +564,16 @@
|
|
564
564
|
],
|
565
565
|
"DescribeVpcAcRule": [
|
566
566
|
{
|
567
|
-
"document": "
|
568
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcAcRule\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"
|
569
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"
|
567
|
+
"document": "查询内网间访问控制列表,其中Filters中 IpVersion为0表示查询ipv4的规则列表",
|
568
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcAcRule\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"IpVersion\",\n \"Values\": [\n \"0\"\n ],\n \"OperatorType\": 1\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
569
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"Uuid\": 221579,\n \"InternalUuid\": 1729666998976364,\n \"OrderIndex\": 1,\n \"SourceContent\": \"mb_1256532032_1666263807415\",\n \"SourceType\": \"template\",\n \"DestContent\": \"192.168.1.2\",\n \"DestType\": \"net\",\n \"Port\": \"-1/-1\",\n \"Protocol\": \"TCP\",\n \"RuleAction\": \"accept\",\n \"Description\": \"test\",\n \"Enable\": \"true\",\n \"Deleted\": 0,\n \"EdgeId\": \"ALL\",\n \"EdgeName\": \"\",\n \"DetectedTimes\": 0,\n \"FwGroupId\": \"ALL\",\n \"FwGroupName\": \"\",\n \"BetaList\": [],\n \"ParamTemplateId\": \"\",\n \"ParamTemplateName\": \"\",\n \"TargetName\": \"\",\n \"SourceName\": \"\",\n \"IpVersion\": 0\n }\n ],\n \"RequestId\": \"9afc19d7-0036-4f3d-af1a-80088236f4ed\"\n }\n}",
|
570
570
|
"title": "查询内网间访问控制列表"
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"document": "查询内网间访问控制列表,其中Filters中 IpVersion为0表示查询ipv4的规则列表,且基于源ip过滤",
|
574
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcAcRule\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"SrcIP\",\n \"Values\": [\n \"192.168.1.10\"\n ],\n \"OperatorType\": 9\n },\n {\n \"Name\": \"IpVersion\",\n \"Values\": [\n \"0\"\n ],\n \"OperatorType\": 1\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
575
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"Uuid\": 221579,\n \"InternalUuid\": 1729666998976364,\n \"OrderIndex\": 1,\n \"SourceContent\": \"mb_1256532032_1666263807415\",\n \"SourceType\": \"template\",\n \"DestContent\": \"192.168.1.2\",\n \"DestType\": \"net\",\n \"Port\": \"-1/-1\",\n \"Protocol\": \"TCP\",\n \"RuleAction\": \"accept\",\n \"Description\": \"test\",\n \"Enable\": \"true\",\n \"Deleted\": 0,\n \"EdgeId\": \"ALL\",\n \"EdgeName\": \"\",\n \"DetectedTimes\": 0,\n \"FwGroupId\": \"ALL\",\n \"FwGroupName\": \"\",\n \"BetaList\": [],\n \"ParamTemplateId\": \"\",\n \"ParamTemplateName\": \"\",\n \"TargetName\": \"\",\n \"SourceName\": \"\",\n \"IpVersion\": 0\n }\n ],\n \"RequestId\": \"9afc19d7-0036-4f3d-af1a-80088236f4ed\"\n }\n}",
|
576
|
+
"title": "查询内网间访问控制列表示例2"
|
571
577
|
}
|
572
578
|
],
|
573
579
|
"DescribeVpcFwGroupSwitch": [
|
@@ -584,6 +590,12 @@
|
|
584
590
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExpandCfwVertical\n<公共请求参数>\n\n{\n \"FwType\": \"nat\",\n \"Width\": 200,\n \"CfwInstance\": \"cfwnat-d2afc817\"\n}",
|
585
591
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
586
592
|
"title": "防火墙垂直扩容"
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"document": "",
|
596
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExpandCfwVertical\n<公共请求参数>\n\n{\n \"FwType\": \"nat\",\n \"Width\": 200,\n \"CfwInstance\": \"cfwnat-d2afc817\",\n \"ElasticSwitch\": 1,\n \"ElasticBandwidth\": 220\n}",
|
597
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
598
|
+
"title": "防火墙规格调整开启弹性计费"
|
587
599
|
}
|
588
600
|
],
|
589
601
|
"ModifyAcRule": [
|
@@ -597,8 +609,8 @@
|
|
597
609
|
"ModifyAclRule": [
|
598
610
|
{
|
599
611
|
"document": "修改互联网边界访问控制规则",
|
600
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAclRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"SourceContent\": \"
|
601
|
-
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n
|
612
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAclRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"SourceContent\": \"0.0.0.0/0\",\n \"SourceType\": \"net\",\n \"Description\": \"test\",\n \"TargetContent\": \"www.qq.com\",\n \"TargetType\": \"domain\",\n \"Protocol\": \"HTTPS\",\n \"RuleAction\": \"accept\",\n \"Port\": \"-1/-1\",\n \"Direction\": 0,\n \"OrderIndex\": 1,\n \"Scope\": \"serial\",\n \"RuleSource\": 0,\n \"ParamTemplateId\": \"\",\n \"Uuid\": 148195,\n \"Enable\": \"true\"\n }\n ]\n}",
|
613
|
+
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n 148195\n ],\n \"RequestId\": \"3cfe92c5-da49-411e-9254-559a295471e9\"\n }\n}",
|
602
614
|
"title": "修改互联网边界访问控制规则"
|
603
615
|
}
|
604
616
|
],
|
@@ -677,8 +689,8 @@
|
|
677
689
|
"ModifyBlockTop": [
|
678
690
|
{
|
679
691
|
"document": "",
|
680
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBlockTop\n<公共请求参数>\n\n{\n \"OpeType\": \"
|
681
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
692
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBlockTop\n<公共请求参数>\n\n{\n \"OpeType\": \"1\",\n \"UniqueId\": \"5d723366818a39290f560f5f20d91203\"\n}",
|
693
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c97b1b64-b89e-6090-ff2c-163e1a0547d0\"\n }\n}",
|
682
694
|
"title": "取消置顶接口"
|
683
695
|
}
|
684
696
|
],
|
@@ -725,8 +737,8 @@
|
|
725
737
|
"ModifyNatAcRule": [
|
726
738
|
{
|
727
739
|
"document": "修改NAT访问控制规则",
|
728
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNatAcRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"SourceContent\": \"
|
729
|
-
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n
|
740
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNatAcRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"SourceContent\": \"0.0.0.0/0\",\n \"SourceType\": \"net\",\n \"TargetContent\": \"www.qq.com\",\n \"TargetType\": \"domain\",\n \"Protocol\": \"HTTP\",\n \"RuleAction\": \"accept\",\n \"Port\": \"-1/-1\",\n \"Direction\": 0,\n \"OrderIndex\": 1,\n \"Uuid\": 242218,\n \"Enable\": \"true\",\n \"Description\": \"test\",\n \"ParamTemplateId\": \"\",\n \"Scope\": \"ap-shanghai\"\n }\n ]\n}",
|
741
|
+
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n 242218\n ],\n \"RequestId\": \"fe7ca910-fcc9-4b58-b2a9-49a0d3ccd04c\"\n }\n}",
|
730
742
|
"title": "修改NAT访问控制规则"
|
731
743
|
}
|
732
744
|
],
|
@@ -785,8 +797,8 @@
|
|
785
797
|
"ModifyResourceGroup": [
|
786
798
|
{
|
787
799
|
"document": "",
|
788
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyResourceGroup\n<公共请求参数>\n\n{\n \"
|
789
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
800
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyResourceGroup\n<公共请求参数>\n\n{\n \"ParentId\": \"cfwrg-1300448058masternode\",\n \"GroupName\": \"auotest勿删11\",\n \"GroupId\": \"cfwrg-8c87782c2214d033403cab64d6fbf2581717569270\"\n}",
|
801
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8be5cf7c-c43b-4025-9f0a-e4b5936c99ea\"\n }\n}",
|
790
802
|
"title": "资产中心资产组信息修改"
|
791
803
|
}
|
792
804
|
],
|
@@ -825,8 +837,8 @@
|
|
825
837
|
"ModifySequenceAclRules": [
|
826
838
|
{
|
827
839
|
"document": "互联网边界规则快速排序",
|
828
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySequenceAclRules\n<公共请求参数>\n\n{\n \"RuleChangeItems\": [\n {\n \"OrderIndex\":
|
829
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
840
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySequenceAclRules\n<公共请求参数>\n\n{\n \"RuleChangeItems\": [\n {\n \"OrderIndex\": 2,\n \"NewOrderIndex\": 1\n },\n {\n \"OrderIndex\": 1,\n \"NewOrderIndex\": 2\n }\n ],\n \"Direction\": 0\n}",
|
841
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b02e2d2c-ce3c-425a-bcc1-cfc6b454162c\"\n }\n}",
|
830
842
|
"title": "互联网边界规则快速排序"
|
831
843
|
}
|
832
844
|
],
|
@@ -889,8 +901,8 @@
|
|
889
901
|
"RemoveAclRule": [
|
890
902
|
{
|
891
903
|
"document": "删除互联网边界访问控制规则",
|
892
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveAclRule\n<公共请求参数>\n\n{\n \"RuleUuid\": [\n
|
893
|
-
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n
|
904
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveAclRule\n<公共请求参数>\n\n{\n \"RuleUuid\": [\n 100\n ],\n \"Direction\": 1\n}",
|
905
|
+
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n 100\n ],\n \"RequestId\": \"3cfe92c5-da49-411e-9254-559a295471e9\"\n }\n}",
|
894
906
|
"title": "删除互联网边界访问控制规则"
|
895
907
|
}
|
896
908
|
],
|
@@ -905,8 +917,8 @@
|
|
905
917
|
"RemoveNatAcRule": [
|
906
918
|
{
|
907
919
|
"document": "删除NAT访问控制规则",
|
908
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveNatAcRule\n<公共请求参数>\n\n{\n \"RuleUuid\": [\n
|
909
|
-
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n
|
920
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveNatAcRule\n<公共请求参数>\n\n{\n \"RuleUuid\": [\n 241996\n ],\n \"Direction\": 1\n}",
|
921
|
+
"output": "{\n \"Response\": {\n \"RuleUuid\": [\n 241996\n ],\n \"RequestId\": \"896b6a81-26f9-47d6-97c5-9fa14a7cc883\"\n }\n}",
|
910
922
|
"title": "删除NAT访问控制规则"
|
911
923
|
}
|
912
924
|
],
|
@@ -951,8 +963,8 @@
|
|
951
963
|
"SyncFwOperate": [
|
952
964
|
{
|
953
965
|
"document": "同步防火墙操作,包括同步防火墙路由(若vpc,专线网关等增加了Cidr,需要手动同步一下路由使之在防火墙上生效)等",
|
954
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncFwOperate\n<公共请求参数>\n\n{\n \"SyncType\": \"
|
955
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
966
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncFwOperate\n<公共请求参数>\n\n{\n \"SyncType\": \"Route\",\n \"FwType\": \"ew\"\n}",
|
967
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"985187d2-9a80-4ee7-b519-ad48e75f6588\"\n }\n}",
|
956
968
|
"title": "同步防火墙操作"
|
957
969
|
}
|
958
970
|
]
|