tccli 3.0.1211.1__py2.py3-none-any.whl → 3.0.1213.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/asr/v20190614/api.json +1 -1
- tccli/services/captcha/v20190722/api.json +13 -3
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/cdb/v20170320/api.json +18 -0
- tccli/services/cfw/v20190904/api.json +68 -64
- tccli/services/cfw/v20190904/examples.json +22 -22
- tccli/services/ckafka/v20190819/api.json +12 -23
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +144 -112
- tccli/services/cwp/v20180228/examples.json +55 -55
- tccli/services/cynosdb/v20190107/api.json +52 -41
- 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 +19 -1
- tccli/services/essbasic/v20210526/examples.json +6 -0
- tccli/services/faceid/v20180301/api.json +13 -9
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +5 -5
- 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/rce/v20201103/api.json +10 -10
- tccli/services/rce/v20201103/examples.json +1 -1
- 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 +38 -1
- tccli/services/taf/v20200210/examples.json +1 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +180 -66
- tccli/services/tdmq/v20200217/examples.json +20 -12
- tccli/services/tke/v20180525/api.json +11 -1
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/trocket/v20230308/api.json +353 -274
- tccli/services/trocket/v20230308/examples.json +58 -64
- tccli/services/trtc/v20190722/api.json +20 -20
- 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.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/RECORD +61 -61
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/license_files/LICENSE +0 -0
@@ -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
|
}
|
@@ -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
|
],
|
@@ -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
|
],
|
@@ -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
|
],
|
@@ -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": [
|
@@ -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
|
}
|
@@ -1236,7 +1236,7 @@
|
|
1236
1236
|
},
|
1237
1237
|
{
|
1238
1238
|
"disabled": false,
|
1239
|
-
"document": "主题属性列表",
|
1239
|
+
"document": "主题属性列表 (同一个批次最多支持10个)",
|
1240
1240
|
"example": "无",
|
1241
1241
|
"member": "BatchModifyTopicInfo",
|
1242
1242
|
"name": "Topic",
|
@@ -1278,8 +1278,7 @@
|
|
1278
1278
|
"member": "string",
|
1279
1279
|
"name": "TopicName",
|
1280
1280
|
"required": true,
|
1281
|
-
"type": "string"
|
1282
|
-
"value_allowed_null": false
|
1281
|
+
"type": "string"
|
1283
1282
|
},
|
1284
1283
|
{
|
1285
1284
|
"disabled": false,
|
@@ -1288,8 +1287,7 @@
|
|
1288
1287
|
"member": "int64",
|
1289
1288
|
"name": "PartitionNum",
|
1290
1289
|
"required": false,
|
1291
|
-
"type": "int"
|
1292
|
-
"value_allowed_null": false
|
1290
|
+
"type": "int"
|
1293
1291
|
},
|
1294
1292
|
{
|
1295
1293
|
"disabled": false,
|
@@ -1298,8 +1296,7 @@
|
|
1298
1296
|
"member": "string",
|
1299
1297
|
"name": "Note",
|
1300
1298
|
"required": false,
|
1301
|
-
"type": "string"
|
1302
|
-
"value_allowed_null": false
|
1299
|
+
"type": "string"
|
1303
1300
|
},
|
1304
1301
|
{
|
1305
1302
|
"disabled": false,
|
@@ -1308,8 +1305,7 @@
|
|
1308
1305
|
"member": "int64",
|
1309
1306
|
"name": "ReplicaNum",
|
1310
1307
|
"required": false,
|
1311
|
-
"type": "int"
|
1312
|
-
"value_allowed_null": false
|
1308
|
+
"type": "int"
|
1313
1309
|
},
|
1314
1310
|
{
|
1315
1311
|
"disabled": false,
|
@@ -1318,8 +1314,7 @@
|
|
1318
1314
|
"member": "string",
|
1319
1315
|
"name": "CleanUpPolicy",
|
1320
1316
|
"required": false,
|
1321
|
-
"type": "string"
|
1322
|
-
"value_allowed_null": false
|
1317
|
+
"type": "string"
|
1323
1318
|
},
|
1324
1319
|
{
|
1325
1320
|
"disabled": false,
|
@@ -1328,8 +1323,7 @@
|
|
1328
1323
|
"member": "int64",
|
1329
1324
|
"name": "MinInsyncReplicas",
|
1330
1325
|
"required": false,
|
1331
|
-
"type": "int"
|
1332
|
-
"value_allowed_null": false
|
1326
|
+
"type": "int"
|
1333
1327
|
},
|
1334
1328
|
{
|
1335
1329
|
"disabled": false,
|
@@ -1338,8 +1332,7 @@
|
|
1338
1332
|
"member": "bool",
|
1339
1333
|
"name": "UncleanLeaderElectionEnable",
|
1340
1334
|
"required": false,
|
1341
|
-
"type": "bool"
|
1342
|
-
"value_allowed_null": false
|
1335
|
+
"type": "bool"
|
1343
1336
|
},
|
1344
1337
|
{
|
1345
1338
|
"disabled": false,
|
@@ -1348,8 +1341,7 @@
|
|
1348
1341
|
"member": "int64",
|
1349
1342
|
"name": "RetentionMs",
|
1350
1343
|
"required": false,
|
1351
|
-
"type": "int"
|
1352
|
-
"value_allowed_null": false
|
1344
|
+
"type": "int"
|
1353
1345
|
},
|
1354
1346
|
{
|
1355
1347
|
"disabled": false,
|
@@ -1358,8 +1350,7 @@
|
|
1358
1350
|
"member": "int64",
|
1359
1351
|
"name": "RetentionBytes",
|
1360
1352
|
"required": false,
|
1361
|
-
"type": "int"
|
1362
|
-
"value_allowed_null": false
|
1353
|
+
"type": "int"
|
1363
1354
|
},
|
1364
1355
|
{
|
1365
1356
|
"disabled": false,
|
@@ -1368,8 +1359,7 @@
|
|
1368
1359
|
"member": "int64",
|
1369
1360
|
"name": "SegmentMs",
|
1370
1361
|
"required": false,
|
1371
|
-
"type": "int"
|
1372
|
-
"value_allowed_null": false
|
1362
|
+
"type": "int"
|
1373
1363
|
},
|
1374
1364
|
{
|
1375
1365
|
"disabled": false,
|
@@ -1378,8 +1368,7 @@
|
|
1378
1368
|
"member": "int64",
|
1379
1369
|
"name": "MaxMessageBytes",
|
1380
1370
|
"required": false,
|
1381
|
-
"type": "int"
|
1382
|
-
"value_allowed_null": false
|
1371
|
+
"type": "int"
|
1383
1372
|
}
|
1384
1373
|
],
|
1385
1374
|
"usage": "in"
|
@@ -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",
|