tccli 3.0.1212.1__py2.py3-none-any.whl → 3.0.1214.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/services/batch/v20170312/api.json +2 -2
- tccli/services/captcha/v20190722/api.json +55 -45
- tccli/services/captcha/v20190722/examples.json +11 -11
- tccli/services/cdb/v20170320/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +96 -87
- tccli/services/cfw/v20190904/examples.json +32 -32
- tccli/services/clb/v20180317/api.json +19 -1
- tccli/services/cvm/v20170312/api.json +3 -3
- tccli/services/cwp/v20180228/api.json +478 -394
- tccli/services/cwp/v20180228/examples.json +160 -160
- tccli/services/cynosdb/v20190107/api.json +51 -40
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dbbrain/v20210527/api.json +2 -2
- tccli/services/dbbrain/v20210527/examples.json +1 -1
- tccli/services/ecdn/v20191012/api.json +2 -2
- tccli/services/ecdn/v20191012/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/emr/v20190103/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +19 -1
- tccli/services/ess/v20201111/examples.json +6 -0
- tccli/services/essbasic/v20210526/api.json +18 -0
- tccli/services/essbasic/v20210526/examples.json +6 -0
- tccli/services/gaap/v20180529/api.json +95 -85
- tccli/services/gaap/v20180529/examples.json +27 -33
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lcic/v20220817/examples.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +19 -0
- tccli/services/mqtt/v20240516/api.json +3 -3
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/pts/v20210728/api.json +11 -0
- tccli/services/rce/v20201103/api.json +10 -10
- tccli/services/rce/v20201103/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/ses/v20201002/api.json +21 -21
- tccli/services/sms/v20190711/api.json +74 -74
- tccli/services/sms/v20190711/examples.json +12 -12
- tccli/services/sms/v20210111/api.json +73 -73
- tccli/services/sms/v20210111/examples.json +15 -15
- tccli/services/taf/v20200210/api.json +92 -95
- tccli/services/taf/v20200210/examples.json +2 -2
- tccli/services/tdmq/tdmq_client.py +159 -0
- tccli/services/tdmq/v20200217/api.json +769 -358
- tccli/services/tdmq/v20200217/examples.json +107 -83
- tccli/services/trocket/v20230308/api.json +382 -285
- tccli/services/trocket/v20230308/examples.json +60 -66
- tccli/services/tsi/v20210325/api.json +79 -0
- tccli/services/vod/v20180717/api.json +500 -57
- tccli/services/vod/v20180717/examples.json +8 -2
- tccli/services/vpc/v20170312/api.json +9 -9
- tccli/services/waf/v20180125/api.json +83 -1
- tccli/services/waf/v20180125/examples.json +9 -1
- tccli/services/waf/waf_client.py +57 -4
- tccli/services/wedata/v20210820/api.json +390 -0
- tccli/services/wedata/v20210820/examples.json +14 -0
- tccli/services/wedata/wedata_client.py +57 -4
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/RECORD +64 -64
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/license_files/LICENSE +0 -0
@@ -20,7 +20,7 @@
|
|
20
20
|
{
|
21
21
|
"document": "创建新企业安全组规则",
|
22
22
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddEnterpriseSecurityGroupRules\n<公共请求参数>\n\n{\n \"Data\": [\n {\n \"OrderIndex\": \"1\",\n \"Protocol\": \"TCP\",\n \"SourceType\": \"net\",\n \"SourceContent\": \"192.168.0.1\",\n \"DestType\": \"net\",\n \"DestContent\": \"192.168.0.2\",\n \"RuleAction\": \"accept\",\n \"Port\": \"80\",\n \"Description\": \"规则详情\"\n }\n ]\n}",
|
23
|
-
"output": "{\n \"Response\": {\n \"Status\": 1,\n \"Rules\": [\n {\n \"SourceContent\": \"
|
23
|
+
"output": "{\n \"Response\": {\n \"Status\": 1,\n \"Rules\": [\n {\n \"SourceContent\": \"192.168.0.1\",\n \"DestContent\": \"192.168.0.2\",\n \"Protocol\": \"TCP\",\n \"Description\": \"规则详情\",\n \"RuleUuid\": 1,\n \"Sequence\": 1\n }\n ],\n \"RequestId\": \"d4b7cab1-5594-41fb-88c6-67822af94807\"\n }\n}",
|
24
24
|
"title": "创建新企业安全组规则"
|
25
25
|
}
|
26
26
|
],
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"CreateBlockIgnoreRuleList": [
|
90
90
|
{
|
91
91
|
"document": "空值返回",
|
92
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBlockIgnoreRuleList\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"IP\": \"
|
92
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBlockIgnoreRuleList\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"IP\": \"1.1.1.1\",\n \"Domain\": \"\",\n \"Direction\": 1,\n \"EndTime\": \"2025-01-01 00:00:00\",\n \"Comment\": \"阻断访问\",\n \"StartTime\": \"2024-10-10 00:00:00\"\n }\n ],\n \"RuleType\": 1\n}",
|
93
93
|
"output": "{\n \"Response\": {\n \"RequestId\": \"\"\n }\n}",
|
94
94
|
"title": "空值返回"
|
95
95
|
}
|
@@ -165,7 +165,7 @@
|
|
165
165
|
"CreateVpcFwGroup": [
|
166
166
|
{
|
167
167
|
"document": "创建防火墙(组)",
|
168
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpcFwGroup\n<公共请求参数>\n\n{\n \"Name\": \"新的世界\",\n \"Mode\": 0,\n \"VpcFwInstances\": [\n {\n \"FwInsId\": \"\",\n \"Name\": \"新的时间\",\n \"VpcIds\": [\n \"vpc-ddddaaaa\"\n ],\n \"FwDeploy\": {\n \"DeployRegion\": \"ap-guangzhou\",\n \"Width\": 1024,\n \"CrossAZone\": 1,\n \"Zone\": \"ap-guangzhou-1\",\n \"ZoneBak\": \"ap-guangzhou-2\",\n \"CdcId\": \"
|
168
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpcFwGroup\n<公共请求参数>\n\n{\n \"Name\": \"新的世界\",\n \"Mode\": 0,\n \"VpcFwInstances\": [\n {\n \"FwInsId\": \"\",\n \"Name\": \"新的时间\",\n \"VpcIds\": [\n \"vpc-ddddaaaa\"\n ],\n \"FwDeploy\": {\n \"DeployRegion\": \"ap-guangzhou\",\n \"Width\": 1024,\n \"CrossAZone\": 1,\n \"Zone\": \"ap-guangzhou-1\",\n \"ZoneBak\": \"ap-guangzhou-2\",\n \"CdcId\": \"cluster-xxxxxxxx\"\n }\n }\n ],\n \"SwitchMode\": 1,\n \"FwVpcCidr\": \"auto\",\n \"CcnId\": \"\",\n \"FwCidrInfo\": {\n \"FwCidrType\": \"\",\n \"FwCidrLst\": [],\n \"ComFwCidr\": \"10.0.0.0/24\"\n }\n}",
|
169
169
|
"output": "{\n \"Response\": {\n \"FwGroupId\": \"cfwg-12345678\",\n \"RequestId\": \"0752de63-570c-4c2e-bbd2-78574e22a1ae\"\n }\n}",
|
170
170
|
"title": "创建防火墙(组)"
|
171
171
|
}
|
@@ -277,8 +277,8 @@
|
|
277
277
|
"DescribeAddressTemplateList": [
|
278
278
|
{
|
279
279
|
"document": "",
|
280
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressTemplateList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\":
|
281
|
-
"output": "{\n \"Response\": {\n \"
|
280
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressTemplateList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 20,\n \"SearchValue\": \"出向白名单\",\n \"TemplateType\": \"\"\n}",
|
281
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Detail\": \"\",\n \"IPNum\": 4,\n \"InsertTime\": \"2024-02-21 16:33:11\",\n \"IpString\": \"10.222.0.0/16,10.222.0.14,10.26.26.11,10.115.1.12\",\n \"IpVersion\": 0,\n \"Name\": \"出向白名单\",\n \"ProtocolType\": \"\",\n \"RulesNum\": 5,\n \"TemplateId\": \"ip-863papye\",\n \"Type\": 1,\n \"UpdateTime\": \"2024-09-11 10:14:42\",\n \"Uuid\": \"mb_appid_1708504391199\"\n }\n ],\n \"DomainTemplateCount\": 0,\n \"IpTemplateCount\": 1,\n \"NameList\": [\n \"dora\"\n ],\n \"PortTemplateCount\": 0,\n \"RequestId\": \"f68d4fbb-4887-4fbb-91cb-e964131d5b4c\",\n \"TemplateQuotaCount\": 300,\n \"Total\": 1,\n \"UsedTemplateCount\": 1\n }\n}",
|
282
282
|
"title": "查询地址模板列表"
|
283
283
|
}
|
284
284
|
],
|
@@ -293,8 +293,8 @@
|
|
293
293
|
"DescribeAssociatedInstanceList": [
|
294
294
|
{
|
295
295
|
"document": "",
|
296
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssociatedInstanceList\n<公共请求参数>\n\n{\n \"Area\": \"
|
297
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"InstanceId\": \"eni-4ymwnaoe\",\n \"InstanceName\": \"test-private\",\n \"Type\": 5,\n \"VpcId\": \"vpc-406waega\",\n \"VpcName\": \"vpc---\",\n \"PublicIp\": \"\",\n \"Ip\": \"192.168.0.13,192.168.0.3\",\n \"SecurityGroupCount\": 1\n },\n {\n \"InstanceId\": \"eni-oskydbvm\",\n \"InstanceName\": \"privat-test\",\n \"Type\": 5,\n \"VpcId\": \"vpc-dvc0qmmm\",\n \"VpcName\": \"Dno\",\n \"PublicIp\": \"\",\n \"Ip\": \"172.21.0.12\",\n \"SecurityGroupCount\": 0\n }\n ],\n \"Total\": 2,\n \"RequestId\": \"8f563b4d-8151-4db0-a822-9bde279d2079\"\n }\n}",
|
296
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssociatedInstanceList\n<公共请求参数>\n\n{\n \"Area\": \"ap-guangzhou\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
297
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"InstanceId\": \"eni-4ymwnaoe\",\n \"InstanceName\": \"test-private\",\n \"Type\": 5,\n \"VpcId\": \"vpc-406waega\",\n \"VpcName\": \"vpc---\",\n \"PublicIp\": \"\",\n \"Ip\": \"192.168.0.13,192.168.0.3\",\n \"CdbId\": \"\",\n \"SecurityGroupRuleCount\": 1,\n \"SecurityGroupCount\": 1\n },\n {\n \"InstanceId\": \"eni-oskydbvm\",\n \"InstanceName\": \"privat-test\",\n \"Type\": 5,\n \"VpcId\": \"vpc-dvc0qmmm\",\n \"VpcName\": \"Dno\",\n \"PublicIp\": \"\",\n \"Ip\": \"172.21.0.12\",\n \"CdbId\": \"\",\n \"SecurityGroupRuleCount\": 1,\n \"SecurityGroupCount\": 0\n }\n ],\n \"Total\": 2,\n \"RequestId\": \"8f563b4d-8151-4db0-a822-9bde279d2079\"\n }\n}",
|
298
298
|
"title": "查询安全组关联实例列表"
|
299
299
|
}
|
300
300
|
],
|
@@ -310,7 +310,7 @@
|
|
310
310
|
{
|
311
311
|
"document": "查询入侵防御放通封禁列表",
|
312
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\": \"abc\",\n \"Direction\": \"abc\",\n \"RuleType\": 1,\n \"Order\": \"abc\",\n \"By\": \"abc\"\n}",
|
313
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"
|
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
|
}
|
316
316
|
],
|
@@ -334,7 +334,7 @@
|
|
334
334
|
{
|
335
335
|
"document": "接口返回常见入侵防御开关接口",
|
336
336
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDefenseSwitch\n<公共请求参数>\n\n{}",
|
337
|
-
"output": "{\n \"Response\": {\n \"BasicRuleSwitch\": 0,\n \"BaselineAllSwitch\": 0,\n \"TiSwitch\": 0,\n \"VirtualPatchSwitch\": 0,\n \"HistoryOpen\": 0,\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"
|
337
|
+
"output": "{\n \"Response\": {\n \"BasicRuleSwitch\": 0,\n \"BaselineAllSwitch\": 0,\n \"TiSwitch\": 0,\n \"VirtualPatchSwitch\": 0,\n \"HistoryOpen\": 0,\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"sccess\",\n \"RequestId\": \"RequestId\"\n }\n}",
|
338
338
|
"title": "入侵防御开关相关"
|
339
339
|
}
|
340
340
|
],
|
@@ -349,8 +349,8 @@
|
|
349
349
|
"DescribeEnterpriseSecurityGroupRule": [
|
350
350
|
{
|
351
351
|
"document": "查询新企业安全组规则",
|
352
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnterpriseSecurityGroupRule\n<公共请求参数>\n\n{\n \"SourceContent\": \"
|
353
|
-
"output": "{\n \"Response\": {\n \"PageNo\": \"
|
352
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnterpriseSecurityGroupRule\n<公共请求参数>\n\n{\n \"SourceContent\": \"192.168.0.2\",\n \"DestContent\": \"192.168.0.3\",\n \"Description\": \"放行规则\",\n \"RuleAction\": \"accept\",\n \"Enable\": \"true\",\n \"Port\": \"80\",\n \"Protocol\": \"TCP\",\n \"ServiceTemplateId\": \"\",\n \"PageNo\": \"1\",\n \"PageSize\": \"10\",\n \"RuleUuid\": 1\n}",
|
353
|
+
"output": "{\n \"Response\": {\n \"PageNo\": \"1\",\n \"PageSize\": \"10\",\n \"Rules\": [\n {\n \"SourceContent\": \"192.168.0.2\",\n \"SourceType\": \"net\",\n \"DestContent\": \"192.168.0.3\",\n \"DestType\": \"net\",\n \"Protocol\": \"TCP\",\n \"Port\": \"80\",\n \"ServiceTemplateId\": \"\",\n \"RuleAction\": \"accept\",\n \"Description\": \"放行规则\",\n \"OrderIndex\": \"1\",\n \"Id\": \"1\",\n \"Enable\": \"true\"\n }\n ],\n \"TotalCount\": \"1\",\n \"RequestId\": \"8f563b4d-8151-4db0-a822-9bde279d2079\"\n }\n}",
|
354
354
|
"title": "查询新企业安全组规则"
|
355
355
|
}
|
356
356
|
],
|
@@ -358,7 +358,7 @@
|
|
358
358
|
{
|
359
359
|
"document": "示例1",
|
360
360
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnterpriseSecurityGroupRuleList\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Offset\": 0,\n \"SearchFilters\": [\n {\n \"Name\": \"common\",\n \"Values\": [\n \"模板\"\n ],\n \"OperatorType\": 9\n }\n ]\n}",
|
361
|
-
"output": "{\n \"Response\": {\n \"AllTotal\": 30,\n \"Data\": [\n {\n \"AclTags\": \"云防火墙封禁IP自动下发,请勿删除或修改\",\n \"BetaList\": [],\n \"Cidr\": \"\",\n \"Detail\": \"云防火墙封禁IP自动下发,请勿删除或修改\",\n \"InstanceName\": \"\",\n \"IsDelay\": 0,\n \"IsNew\": 1,\n \"OrderIndex\": 1,\n \"ParameterName\": \"\",\n \"Port\": \"-1/-1\",\n \"PrivateIp\": \"\",\n \"Protocol\": \"ANY\",\n \"ProtocolPortName\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"AllRegion\",\n \"RuleUuid\": 61257,\n \"ServiceTemplateId\": \"\",\n \"SouCidr\": \"\",\n \"SouInstanceName\": \"\",\n \"SouParameterName\": \"云防火墙拦截列表IP地址组IN,请勿删除\",\n \"SouPrivateIp\": \"\",\n \"SouPublicIp\": \"\",\n \"SourceId\": \"ipmg-17hphuxg\",\n \"SourceType\": 7,\n \"Status\": 1,\n \"Strategy\": 1,\n \"TargetId\": \"cfwrg-b803523898534bcbd9b7d2c7d92c175e1712804418\",\n \"TargetType\": 100,\n \"Uuid\": \"cfw_newsg_1300448058_0.0.0.0/0_17228848067531\"\n }\n ],\n \"Enable\": 2,\n \"RequestId\": \"d835bbe0-99e8-4cb7-a29a-3dfe2eff7d14\",\n \"Total\": 28\n }\n}",
|
361
|
+
"output": "{\n \"Response\": {\n \"AllTotal\": 30,\n \"Data\": [\n {\n \"AclTags\": \"云防火墙封禁IP自动下发,请勿删除或修改\",\n \"BetaList\": [],\n \"Cidr\": \"\",\n \"Detail\": \"云防火墙封禁IP自动下发,请勿删除或修改\",\n \"InstanceName\": \"\",\n \"IsDelay\": 0,\n \"IsNew\": 1,\n \"OrderIndex\": 1,\n \"ParameterName\": \"\",\n \"Port\": \"-1/-1\",\n \"PrivateIp\": \"\",\n \"Protocol\": \"ANY\",\n \"ProtocolPortName\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"AllRegion\",\n \"RuleUuid\": 61257,\n \"ServiceTemplateId\": \"\",\n \"SouCidr\": \"\",\n \"SouInstanceName\": \"\",\n \"SouParameterName\": \"云防火墙拦截列表IP地址组IN,请勿删除\",\n \"SouPrivateIp\": \"\",\n \"SouPublicIp\": \"\",\n \"SourceId\": \"ipmg-17hphuxg\",\n \"SourceType\": 7,\n \"Status\": 1,\n \"Strategy\": 1,\n \"TargetId\": \"cfwrg-b803523898534bcbd9b7d2c7d92c175e1712804418\",\n \"TargetType\": 100,\n \"Uuid\": \"cfw_newsg_1300448058_0.0.0.0/0_17228848067531\",\n \"Id\": 61257\n }\n ],\n \"Enable\": 2,\n \"RequestId\": \"d835bbe0-99e8-4cb7-a29a-3dfe2eff7d14\",\n \"Total\": 28\n }\n}",
|
362
362
|
"title": "示例1"
|
363
363
|
}
|
364
364
|
],
|
@@ -366,7 +366,7 @@
|
|
366
366
|
{
|
367
367
|
"document": "串行防火墙开关列表",
|
368
368
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFwEdgeIps\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"PublicIp\",\n \"Values\": [\n \"1.1.1.1\"\n ],\n \"OperatorType\": 9\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0,\n \"StartTime\": \"2022-07-27 16:00:00\",\n \"EndTime\": \"2022-07-27 16:00:00\",\n \"Order\": \"desc\",\n \"By\": \"PublicIp\"\n}",
|
369
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"PublicIp\": \"2.2.2.2\",\n \"PublicIpType\": 2,\n \"InstanceId\": \"ins-xxxxxxxx\",\n \"InstanceName\": \"cvm实例1\",\n \"IntranetIp\": \"172.16.1.1\",\n \"AssetType\": \"cvm\",\n \"Region\": \"ap-chongqing\",\n \"PortRiskCount\": 10,\n \"LastScanTime\": \"2022-07-27 16:00:00\",\n \"SwitchMode\": 2,\n \"IsRegionEip\": 1,\n \"VpcId\": \"vpc-abcdabcd\",\n \"IsSerialRegion\": 1,\n \"IsPublicClb\": 0,\n \"EndpointBindEipNum\": 1,\n \"ScanMode\": \"medium\",\n \"ScanStatus\": 0,\n \"EndpointId\": \"vpce-xxxxxxxx\",\n \"EndpointIp\": \"10.10.10.10\",\n \"SwitchWeight\": 100\n }\n ],\n \"Total\": 10,\n \"RegionLst\": [\n \"
|
369
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"PublicIp\": \"2.2.2.2\",\n \"PublicIpType\": 2,\n \"InstanceId\": \"ins-xxxxxxxx\",\n \"InstanceName\": \"cvm实例1\",\n \"IntranetIp\": \"172.16.1.1\",\n \"AssetType\": \"cvm\",\n \"Region\": \"ap-chongqing\",\n \"PortRiskCount\": 10,\n \"LastScanTime\": \"2022-07-27 16:00:00\",\n \"SwitchMode\": 2,\n \"IsRegionEip\": 1,\n \"VpcId\": \"vpc-abcdabcd\",\n \"IsSerialRegion\": 1,\n \"IsPublicClb\": 0,\n \"EndpointBindEipNum\": 1,\n \"ScanMode\": \"medium\",\n \"ScanStatus\": 0,\n \"EndpointId\": \"vpce-xxxxxxxx\",\n \"EndpointIp\": \"10.10.10.10\",\n \"SwitchWeight\": 100\n }\n ],\n \"Total\": 10,\n \"RegionLst\": [\n \"ap-beijing\"\n ],\n \"InstanceTypeLst\": [\n \"nat\",\n \"cvm\"\n ],\n \"RequestId\": \"0752de63-570c-4c2e-bbd2-78574e22a1ae\"\n }\n}",
|
370
370
|
"title": "串行防火墙开关列表"
|
371
371
|
}
|
372
372
|
],
|
@@ -380,10 +380,10 @@
|
|
380
380
|
],
|
381
381
|
"DescribeFwSyncStatus": [
|
382
382
|
{
|
383
|
-
"document": "
|
384
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFwSyncStatus\n<公共请求参数>\n\n{\n \"SyncType\": \"
|
385
|
-
"output": "{\n \"Response\": {\n \"
|
386
|
-
"title": "
|
383
|
+
"document": "获取防火墙路由同步状态",
|
384
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFwSyncStatus\n<公共请求参数>\n\n{\n \"SyncType\": \"Route\"\n}",
|
385
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"00075104-8d9e-4b29-a0b1-b0609a4ce726\",\n \"SyncStatus\": 0\n }\n}",
|
386
|
+
"title": "获取防火墙路由同步状态"
|
387
387
|
}
|
388
388
|
],
|
389
389
|
"DescribeGuideScanInfo": [
|
@@ -396,10 +396,10 @@
|
|
396
396
|
],
|
397
397
|
"DescribeIPStatusList": [
|
398
398
|
{
|
399
|
-
"document": "",
|
400
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIPStatusList\n<公共请求参数>\n\n{\n \"IPList\": [\n \"
|
401
|
-
"output": "{\n \"Response\": {\n \"
|
402
|
-
"title": "
|
399
|
+
"document": "查询IP状态接口",
|
400
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIPStatusList\n<公共请求参数>\n\n{\n \"IPList\": [\n \"124.220.226.180\"\n ]\n}",
|
401
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3fc3d1f9-b80f-4c2b-88c9-e3a8c0ec5ddd\",\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"success\",\n \"StatusList\": [\n {\n \"IP\": \"124.220.226.180\",\n \"Status\": 1\n }\n ]\n }\n}",
|
402
|
+
"title": "查询IP状态接口示例"
|
403
403
|
}
|
404
404
|
],
|
405
405
|
"DescribeIdsWhiteRule": [
|
@@ -414,7 +414,7 @@
|
|
414
414
|
{
|
415
415
|
"document": "日志审计日志查询",
|
416
416
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogs\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"protocol\",\n \"Values\": [\n \"ANY\",\n \"TCP\",\n \"ICMP\"\n ],\n \"OperatorType\": 1\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0,\n \"Index\": \"netflow_border\",\n \"StartTime\": \"2021-09-21 12:00:00\",\n \"EndTime\": \"2021-09-21 12:00:00\"\n}",
|
417
|
-
"output": "{\n \"Response\": {\n \"Data\": \"[]\",\n \"RequestId\": \"e368c536-0331-46d3-b888-90c27152970f\",\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"success\",\n \"Total\": 0\n }\n}",
|
417
|
+
"output": "{\n \"Response\": {\n \"Data\": \"[{\\\"StartTime\\\":\\\"2024-09-21 12:00:00\\\",\\\"EndTime\\\":\\\"2024-09-21 12:01:00\\\",\\\"SourceIp\\\":\\\"91.148.190.158\\\",\\\"TargetIp\\\":\\\"81.70.48.154\\\",\\\"SourcePort\\\":\\\"50865\\\",\\\"TargetPort\\\":\\\"17589\\\",\\\"Direction\\\":\\\"1\\\",\\\"Domain\\\":\\\"\\\",\\\"Protocol\\\":\\\"TCP\\\",\\\"Address\\\":\\\"保加利亚索非亚州索非亚\\\",\\\"Supplier\\\":\\\"Tamatiya EOOD\\\",\\\"AssetName\\\":\\\"\\\",\\\"ReceivePackageNum\\\":1,\\\"ReceiveBytesNum\\\":44,\\\"SendPackageNum\\\":0,\\\"SendBytesNum\\\":0,\\\"FlowPackageNum\\\":1,\\\"FlowBytesNum\\\":44,\\\"AssetId\\\":\\\"\\\",\\\"Tags\\\":\\\"\\\"},{\\\"StartTime\\\":\\\"2024-09-21 12:00:00\\\",\\\"EndTime\\\":\\\"2024-09-21 12:00:11\\\",\\\"SourceIp\\\":\\\"80.64.30.109\\\",\\\"TargetIp\\\":\\\"81.70.41.63\\\",\\\"SourcePort\\\":\\\"42573\\\",\\\"TargetPort\\\":\\\"38847\\\",\\\"Direction\\\":\\\"1\\\",\\\"Domain\\\":\\\"\\\",\\\"Protocol\\\":\\\"TCP\\\",\\\"Address\\\":\\\"俄罗斯莫斯科\\\",\\\"Supplier\\\":\\\"Hivelocity Inc\\\",\\\"AssetName\\\":\\\"\\\",\\\"ReceivePackageNum\\\":2,\\\"ReceiveBytesNum\\\":80,\\\"SendPackageNum\\\":1,\\\"SendBytesNum\\\":40,\\\"FlowPackageNum\\\":3,\\\"FlowBytesNum\\\":120,\\\"AssetId\\\":\\\"\\\",\\\"Tags\\\":\\\"\\\"},{\\\"StartTime\\\":\\\"2024-09-21 12:00:00\\\",\\\"EndTime\\\":\\\"2024-09-21 12:01:00\\\",\\\"SourceIp\\\":\\\"91.148.190.158\\\",\\\"TargetIp\\\":\\\"81.70.48.154\\\",\\\"SourcePort\\\":\\\"50865\\\",\\\"TargetPort\\\":\\\"17589\\\",\\\"Direction\\\":\\\"1\\\",\\\"Domain\\\":\\\"\\\",\\\"Protocol\\\":\\\"TCP\\\",\\\"Address\\\":\\\"保加利亚索非亚州索非亚\\\",\\\"Supplier\\\":\\\"Tamatiya EOOD\\\",\\\"AssetName\\\":\\\"league-规则测试靶机-勿删\\\",\\\"ReceivePackageNum\\\":1,\\\"ReceiveBytesNum\\\":44,\\\"SendPackageNum\\\":0,\\\"SendBytesNum\\\":0,\\\"FlowPackageNum\\\":1,\\\"FlowBytesNum\\\":44,\\\"AssetId\\\":\\\"ins-mec2asax\\\",\\\"Tags\\\":\\\"\\\"},{\\\"StartTime\\\":\\\"2024-09-21 12:00:00\\\",\\\"EndTime\\\":\\\"2024-09-21 12:00:11\\\",\\\"SourceIp\\\":\\\"89.248.165.16\\\",\\\"TargetIp\\\":\\\"81.70.41.63\\\",\\\"SourcePort\\\":\\\"52015\\\",\\\"TargetPort\\\":\\\"38433\\\",\\\"Direction\\\":\\\"1\\\",\\\"Domain\\\":\\\"\\\",\\\"Protocol\\\":\\\"TCP\\\",\\\"Address\\\":\\\"荷兰北荷兰省阿姆斯特丹\\\",\\\"Supplier\\\":\\\"IP Volume inc\\\",\\\"AssetName\\\":\\\"\\\",\\\"ReceivePackageNum\\\":2,\\\"ReceiveBytesNum\\\":88,\\\"SendPackageNum\\\":1,\\\"SendBytesNum\\\":40,\\\"FlowPackageNum\\\":3,\\\"FlowBytesNum\\\":128,\\\"AssetId\\\":\\\"\\\",\\\"Tags\\\":\\\"\\\"},{\\\"StartTime\\\":\\\"2024-09-21 12:00:00\\\",\\\"EndTime\\\":\\\"2024-09-21 12:00:11\\\",\\\"SourceIp\\\":\\\"80.64.30.109\\\",\\\"TargetIp\\\":\\\"81.70.41.63\\\",\\\"SourcePort\\\":\\\"42573\\\",\\\"TargetPort\\\":\\\"38847\\\",\\\"Direction\\\":\\\"1\\\",\\\"Domain\\\":\\\"\\\",\\\"Protocol\\\":\\\"TCP\\\",\\\"Address\\\":\\\"俄罗斯莫斯科\\\",\\\"Supplier\\\":\\\"Hivelocity Inc\\\",\\\"AssetName\\\":\\\"ins-r0jh352d\\\",\\\"ReceivePackageNum\\\":2,\\\"ReceiveBytesNum\\\":80,\\\"SendPackageNum\\\":1,\\\"SendBytesNum\\\":40,\\\"FlowPackageNum\\\":3,\\\"FlowBytesNum\\\":120,\\\"AssetId\\\":\\\"ins-r0jh352d\\\",\\\"Tags\\\":\\\"\\\"},{\\\"StartTime\\\":\\\"2024-09-21 12:00:00\\\",\\\"EndTime\\\":\\\"2024-09-21 12:00:11\\\",\\\"SourceIp\\\":\\\"89.248.165.16\\\",\\\"TargetIp\\\":\\\"81.70.41.63\\\",\\\"SourcePort\\\":\\\"52015\\\",\\\"TargetPort\\\":\\\"38433\\\",\\\"Direction\\\":\\\"1\\\",\\\"Domain\\\":\\\"\\\",\\\"Protocol\\\":\\\"TCP\\\",\\\"Address\\\":\\\"荷兰北荷兰省阿姆斯特丹\\\",\\\"Supplier\\\":\\\"IP Volume inc\\\",\\\"AssetName\\\":\\\"ins-r0jh352d\\\",\\\"ReceivePackageNum\\\":2,\\\"ReceiveBytesNum\\\":88,\\\"SendPackageNum\\\":1,\\\"SendBytesNum\\\":40,\\\"FlowPackageNum\\\":3,\\\"FlowBytesNum\\\":128,\\\"AssetId\\\":\\\"ins-r0jh352d\\\",\\\"Tags\\\":\\\"\\\"}]\",\n \"RequestId\": \"e368c536-0331-46d3-b888-90c27152970f\",\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"success\",\n \"Total\": 0\n }\n}",
|
418
418
|
"title": "日志审计日志查询"
|
419
419
|
}
|
420
420
|
],
|
@@ -428,10 +428,10 @@
|
|
428
428
|
],
|
429
429
|
"DescribeNatFwDnatRule": [
|
430
430
|
{
|
431
|
-
"document": "查询Nat防火墙Dnat
|
432
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNatFwDnatRule\n<公共请求参数>\n\n{\n \"
|
433
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Id\":
|
434
|
-
"title": "查询Nat防火墙Dnat
|
431
|
+
"document": "查询Nat防火墙Dnat规则示例",
|
432
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNatFwDnatRule\n<公共请求参数>\n\n{\n \"Limit\": 3,\n \"Offset\": 0\n}",
|
433
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Description\": \"自动化勿删\",\n \"FwInsId\": \"cfwnat-ef74fdaf\",\n \"Id\": 6176,\n \"IpProtocol\": \"TCP\",\n \"IsReferenced\": 0,\n \"NatGwId\": \"\",\n \"PrivateIpAddress\": \"10.8.1.12\",\n \"PrivatePort\": 8080,\n \"PublicIpAddress\": \"124.223.94.81\",\n \"PublicPort\": 8080\n },\n {\n \"Description\": \"自动化勿删\",\n \"FwInsId\": \"cfwnat-ef74fdaf\",\n \"Id\": 6175,\n \"IpProtocol\": \"TCP\",\n \"IsReferenced\": 0,\n \"NatGwId\": \"\",\n \"PrivateIpAddress\": \"10.8.2.4\",\n \"PrivatePort\": 80,\n \"PublicIpAddress\": \"124.223.94.81\",\n \"PublicPort\": 80\n },\n {\n \"Description\": \"test\",\n \"FwInsId\": \"cfwnat-dce8698e\",\n \"Id\": 6126,\n \"IpProtocol\": \"UDP\",\n \"IsReferenced\": 0,\n \"NatGwId\": \"\",\n \"PrivateIpAddress\": \"172.16.0.17\",\n \"PrivatePort\": 65530,\n \"PublicIpAddress\": \"43.138.154.20\",\n \"PublicPort\": 65530\n }\n ],\n \"RequestId\": \"d6ab3ac9-0902-48f3-8753-c0a48adcfc3f\",\n \"Total\": 5\n }\n}",
|
434
|
+
"title": "查询Nat防火墙Dnat规则示例"
|
435
435
|
}
|
436
436
|
],
|
437
437
|
"DescribeNatFwInfoCount": [
|
@@ -470,7 +470,7 @@
|
|
470
470
|
{
|
471
471
|
"document": "",
|
472
472
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNatFwVpcDnsLst\n<公共请求参数>\n\n{\n \"NatFwInsId\": \"cfwnat-d1580b7b\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
473
|
-
"output": "{\n \"Response\": {\n \"VpcDnsSwitchLst\": [\n {\n \"SwitchStatus\": 0,\n \"NatInsId\": \"cfwnat-f3250045\",\n \"DNSEip\": \"121.5.27.250\",\n \"VpcIpv4Cidr\": \"10.115.0.0/16\",\n \"FwMode\": 1,\n \"VpcName\": \"
|
473
|
+
"output": "{\n \"Response\": {\n \"VpcDnsSwitchLst\": [\n {\n \"SwitchStatus\": 0,\n \"NatInsId\": \"cfwnat-f3250045\",\n \"NatInsName\": \"hello\",\n \"DNSEip\": \"121.5.27.250\",\n \"VpcIpv4Cidr\": \"10.115.0.0/16\",\n \"FwMode\": 1,\n \"VpcName\": \"hello\",\n \"VpcId\": \"vpc-ilbrv877\",\n \"ProtectedStatus\": 1,\n \"SupportDNSFW\": 1\n }\n ],\n \"Total\": 1,\n \"ReturnMsg\": \"success\",\n \"RequestId\": \"50e39f16-3b3a-4c66-b76e-1705449ba828\"\n }\n}",
|
474
474
|
"title": "ShowNatFwVpcDnsLst 展示租户NAT防火墙实例的vpc dns 开关信息"
|
475
475
|
}
|
476
476
|
],
|
@@ -605,8 +605,8 @@
|
|
605
605
|
"ModifyAddressTemplate": [
|
606
606
|
{
|
607
607
|
"document": "",
|
608
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAddressTemplate\n<公共请求参数>\n\n{\n \"
|
609
|
-
"output": "{\n \"Response\": {\n \"Status\": 0,\n \"Uuid\": \"
|
608
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAddressTemplate\n<公共请求参数>\n\n{\n \"Name\": \"dora\",\n \"Detail\": \"\",\n \"IpString\": \"1.1.1.1\",\n \"Type\": 1,\n \"ProtocolType\": \"\",\n \"Uuid\": \"mb_appid_1708504391199\"\n}",
|
609
|
+
"output": "{\n \"Response\": {\n \"Status\": 0,\n \"Uuid\": \"mb_appid_1708504391199\",\n \"RequestId\": \"RequestId\"\n }\n}",
|
610
610
|
"title": "修改地址模板"
|
611
611
|
}
|
612
612
|
],
|
@@ -661,7 +661,7 @@
|
|
661
661
|
"ModifyBlockIgnoreRule": [
|
662
662
|
{
|
663
663
|
"document": "空值返回",
|
664
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBlockIgnoreRule\n<公共请求参数>\n\n{\n \"Rule\": {\n \"IP\": \"
|
664
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBlockIgnoreRule\n<公共请求参数>\n\n{\n \"Rule\": {\n \"IP\": \"1.1.1.1\",\n \"Domain\": \"\",\n \"Direction\": 0,\n \"EndTime\": \"2025-01-01 00:00:00\",\n \"Comment\": \"阻断访问\",\n \"StartTime\": \"2024-01-01 00:00:00\"\n },\n \"RuleType\": 0\n}",
|
665
665
|
"output": "{\n \"Response\": {\n \"RequestId\": \"\"\n }\n}",
|
666
666
|
"title": "空值返回"
|
667
667
|
}
|
@@ -709,8 +709,8 @@
|
|
709
709
|
"ModifyEnterpriseSecurityGroupRule": [
|
710
710
|
{
|
711
711
|
"document": "编辑新企业安全组规则",
|
712
|
-
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEnterpriseSecurityGroupRule\n<公共请求参数>\n\n{\n \"RuleUuid\": 1,\n \"Data\": {\n \"OrderIndex\": \"
|
713
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"\",\n \"Status\": 0,\n \"NewRuleUuid\":
|
712
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEnterpriseSecurityGroupRule\n<公共请求参数>\n\n{\n \"RuleUuid\": 1,\n \"Data\": {\n \"OrderIndex\": \"1\",\n \"Protocol\": \"TCP\",\n \"SourceType\": \"net\",\n \"SourceContent\": \"192.168.0.2\",\n \"DestType\": \"net\",\n \"ServiceTemplateId\": \"\",\n \"DestContent\": \"192.168.0.3\",\n \"RuleAction\": \"accept\",\n \"Port\": \"80\",\n \"Description\": \"放行规则\"\n },\n \"ModifyType\": 0\n}",
|
713
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8f563b4d-8151-4db0-a822-9bde279d2079\",\n \"Status\": 0,\n \"NewRuleUuid\": 3\n }\n}",
|
714
714
|
"title": "编辑新企业安全组规则"
|
715
715
|
}
|
716
716
|
],
|
@@ -2851,7 +2851,7 @@
|
|
2851
2851
|
},
|
2852
2852
|
{
|
2853
2853
|
"disabled": false,
|
2854
|
-
"document": "在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP
|
2854
|
+
"document": "在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。创建内网负载均衡实例时,此参数必填,创建公网IPv4负载均衡实例时,不支持指定该参数。",
|
2855
2855
|
"example": "subnet-dva8****",
|
2856
2856
|
"member": "string",
|
2857
2857
|
"name": "SubnetId",
|
@@ -3064,6 +3064,24 @@
|
|
3064
3064
|
"name": "LBChargePrepaid",
|
3065
3065
|
"required": false,
|
3066
3066
|
"type": "object"
|
3067
|
+
},
|
3068
|
+
{
|
3069
|
+
"disabled": false,
|
3070
|
+
"document": "负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。",
|
3071
|
+
"example": "POSTPAID_BY_HOUR",
|
3072
|
+
"member": "string",
|
3073
|
+
"name": "LBChargeType",
|
3074
|
+
"required": false,
|
3075
|
+
"type": "string"
|
3076
|
+
},
|
3077
|
+
{
|
3078
|
+
"disabled": false,
|
3079
|
+
"document": "七层访问日志主题ID",
|
3080
|
+
"example": "9ec21ce7-a71b-4ba7-afb1-c1bd630233**",
|
3081
|
+
"member": "string",
|
3082
|
+
"name": "AccessLogTopicId",
|
3083
|
+
"required": false,
|
3084
|
+
"type": "string"
|
3067
3085
|
}
|
3068
3086
|
],
|
3069
3087
|
"type": "object"
|
@@ -9411,7 +9411,7 @@
|
|
9411
9411
|
{
|
9412
9412
|
"disabled": false,
|
9413
9413
|
"document": "实例所属的专用宿主机ID列表,仅用于入参。如果您有购买专用宿主机并且指定了该参数,则您购买的实例就会随机的部署在这些专用宿主机上。",
|
9414
|
-
"example": "host-o5i742go",
|
9414
|
+
"example": "[\"host-o5i742go\"]",
|
9415
9415
|
"member": "string",
|
9416
9416
|
"name": "HostIds",
|
9417
9417
|
"output_required": true,
|
@@ -9422,7 +9422,7 @@
|
|
9422
9422
|
{
|
9423
9423
|
"disabled": false,
|
9424
9424
|
"document": "实例所属的专用宿主机ID,仅用于出参。",
|
9425
|
-
"example": "
|
9425
|
+
"example": "host-o5i742go",
|
9426
9426
|
"member": "string",
|
9427
9427
|
"name": "HostId",
|
9428
9428
|
"output_required": true,
|
@@ -12082,7 +12082,7 @@
|
|
12082
12082
|
"members": [
|
12083
12083
|
{
|
12084
12084
|
"disabled": false,
|
12085
|
-
"document": "可用区名称,例如,ap-guangzhou-3\n全网可用区名称如下:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1(售罄) </li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3(售罄) </li>\n<li> ap-guangzhou-1(售罄)</li>\n<li> ap-guangzhou-2(售罄)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1(售罄) </li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li>
|
12085
|
+
"document": "可用区名称,例如,ap-guangzhou-3\n全网可用区名称如下:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1(售罄) </li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3(售罄) </li>\n<li> ap-guangzhou-1(售罄)</li>\n<li> ap-guangzhou-2(售罄)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1(售罄) </li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> ap-beijing-1(售罄)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
|
12086
12086
|
"example": "ap-guangzhou-3",
|
12087
12087
|
"member": "string",
|
12088
12088
|
"name": "Zone",
|