tccli 3.0.1389.1__py2.py3-none-any.whl → 3.0.1391.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/ai3d/ai3d_client.py +216 -4
- tccli/services/ai3d/v20250513/api.json +326 -0
- tccli/services/ai3d/v20250513/examples.json +32 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/batch/v20170312/api.json +3 -3
- tccli/services/batch/v20170312/examples.json +3 -3
- tccli/services/cam/v20190116/api.json +11 -1
- tccli/services/ccc/v20200210/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +40 -2
- tccli/services/cdz/v20221123/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +31 -23
- tccli/services/ckafka/v20190819/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +20 -1
- tccli/services/cloudapp/cloudapp_client.py +53 -0
- tccli/services/cloudapp/v20220530/api.json +68 -0
- tccli/services/cloudapp/v20220530/examples.json +14 -0
- tccli/services/cls/cls_client.py +167 -8
- tccli/services/cls/v20201016/api.json +292 -2
- tccli/services/cls/v20201016/examples.json +24 -0
- tccli/services/dts/v20211206/api.json +15 -15
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/es/v20250101/api.json +99 -5
- tccli/services/ess/v20201111/api.json +145 -4
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/gme/v20180711/api.json +7 -7
- tccli/services/gs/gs_client.py +57 -4
- tccli/services/gs/v20191118/api.json +79 -0
- tccli/services/gs/v20191118/examples.json +8 -0
- tccli/services/gwlb/v20240906/api.json +117 -0
- tccli/services/igtm/v20231024/api.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +19 -1
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +53 -0
- tccli/services/lighthouse/v20200324/api.json +228 -35
- tccli/services/lighthouse/v20200324/examples.json +8 -0
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +25 -1
- tccli/services/lowcode/lowcode_client.py +163 -4
- tccli/services/lowcode/v20210108/api.json +1373 -96
- tccli/services/lowcode/v20210108/examples.json +24 -0
- tccli/services/mps/v20190612/api.json +804 -47
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/sqlserver/v20180328/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +51 -0
- tccli/services/tdai/__init__.py +4 -0
- tccli/services/tdai/tdai_client.py +1108 -0
- tccli/services/tdai/v20250717/api.json +1930 -0
- tccli/services/tdai/v20250717/examples.json +149 -0
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +111 -3
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/tmt/v20180321/api.json +3 -3
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/tts/v20190823/api.json +11 -11
- tccli/services/vpc/v20170312/api.json +37 -7
- tccli/services/vpc/v20170312/examples.json +7 -7
- tccli/services/vtc/v20240223/api.json +10 -8
- tccli/services/vtc/v20240223/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +283 -6
- tccli/services/waf/v20180125/examples.json +24 -0
- tccli/services/waf/waf_client.py +159 -0
- {tccli-3.0.1389.1.dist-info → tccli-3.0.1391.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1389.1.dist-info → tccli-3.0.1391.1.dist-info}/RECORD +68 -64
- {tccli-3.0.1389.1.dist-info → tccli-3.0.1391.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1389.1.dist-info → tccli-3.0.1391.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1389.1.dist-info → tccli-3.0.1391.1.dist-info}/license_files/LICENSE +0 -0
@@ -8985,7 +8985,7 @@
|
|
8985
8985
|
{
|
8986
8986
|
"disabled": false,
|
8987
8987
|
"document": "VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。",
|
8988
|
-
"example": "vpc-
|
8988
|
+
"example": "vpc-acbedgfh",
|
8989
8989
|
"member": "string",
|
8990
8990
|
"name": "VpcId",
|
8991
8991
|
"required": true,
|
@@ -9002,7 +9002,7 @@
|
|
9002
9002
|
},
|
9003
9003
|
{
|
9004
9004
|
"disabled": false,
|
9005
|
-
"document": "NAT网关并发连接数上限,支持参数值:1000000、3000000、10000000,默认值为
|
9005
|
+
"document": "NAT网关并发连接数上限,支持参数值:1000000、3000000、10000000,默认值为1000000。 当NatProductVersion参数值为2即标准型时,此参数无需填写,默认为2000000。",
|
9006
9006
|
"example": "1000000",
|
9007
9007
|
"member": "uint64",
|
9008
9008
|
"name": "MaxConcurrentConnection",
|
@@ -9089,6 +9089,15 @@
|
|
9089
9089
|
"name": "NatProductVersion",
|
9090
9090
|
"required": false,
|
9091
9091
|
"type": "int"
|
9092
|
+
},
|
9093
|
+
{
|
9094
|
+
"disabled": false,
|
9095
|
+
"document": "NAT实例是否开启删除保护",
|
9096
|
+
"example": "false",
|
9097
|
+
"member": "bool",
|
9098
|
+
"name": "DeletionProtectionEnabled",
|
9099
|
+
"required": false,
|
9100
|
+
"type": "bool"
|
9092
9101
|
}
|
9093
9102
|
],
|
9094
9103
|
"type": "object"
|
@@ -9593,7 +9602,7 @@
|
|
9593
9602
|
{
|
9594
9603
|
"disabled": false,
|
9595
9604
|
"document": "跨域参数。仅当取值为True时,才会支持跨域绑定VPC。",
|
9596
|
-
"example": "
|
9605
|
+
"example": "true",
|
9597
9606
|
"member": "bool",
|
9598
9607
|
"name": "CrossDomain",
|
9599
9608
|
"required": false,
|
@@ -9602,7 +9611,7 @@
|
|
9602
9611
|
{
|
9603
9612
|
"disabled": false,
|
9604
9613
|
"document": "实例标签",
|
9605
|
-
"example": "
|
9614
|
+
"example": "无",
|
9606
9615
|
"member": "Tag",
|
9607
9616
|
"name": "Tags",
|
9608
9617
|
"required": false,
|
@@ -9611,7 +9620,7 @@
|
|
9611
9620
|
{
|
9612
9621
|
"disabled": false,
|
9613
9622
|
"document": "VPC类型私网NAT网关。仅当取值为True时,才会创建VPC类型私网NAT网关。",
|
9614
|
-
"example": "
|
9623
|
+
"example": "true",
|
9615
9624
|
"member": "bool",
|
9616
9625
|
"name": "VpcType",
|
9617
9626
|
"required": false,
|
@@ -9625,6 +9634,15 @@
|
|
9625
9634
|
"name": "CcnId",
|
9626
9635
|
"required": false,
|
9627
9636
|
"type": "string"
|
9637
|
+
},
|
9638
|
+
{
|
9639
|
+
"disabled": false,
|
9640
|
+
"document": "私网NAT实例是否开启删除保护",
|
9641
|
+
"example": "false",
|
9642
|
+
"member": "bool",
|
9643
|
+
"name": "DeletionProtectionEnabled",
|
9644
|
+
"required": false,
|
9645
|
+
"type": "bool"
|
9628
9646
|
}
|
9629
9647
|
],
|
9630
9648
|
"type": "object"
|
@@ -17579,7 +17597,7 @@
|
|
17579
17597
|
},
|
17580
17598
|
{
|
17581
17599
|
"disabled": false,
|
17582
|
-
"document": "过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5
|
17600
|
+
"document": "过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5。<li>nat-gateway-id - String - (过滤条件)NAT实例ID,形如:`nat-123xx454`。</li><li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li><li>nat-gateway-name - String - (过滤条件)协议端口模板实例名称,形如:`test_nat`。</li><li>tag-key - String - (过滤条件)标签键,形如:`test-key`。</li><li>nat-status - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>",
|
17583
17601
|
"example": "{\"Name\": \"nat-gateway-id\", \"Values\":[\"nat-94cdyvfr\", \"nat-6eeis68f\", \"nat-dimeg9zd\"]}",
|
17584
17602
|
"member": "Filter",
|
17585
17603
|
"name": "Filters",
|
@@ -17630,6 +17648,16 @@
|
|
17630
17648
|
"type": "int",
|
17631
17649
|
"value_allowed_null": false
|
17632
17650
|
},
|
17651
|
+
{
|
17652
|
+
"disabled": false,
|
17653
|
+
"document": "输出信息详细程度,DETAIL代表输出实例所有信息;COMPACT代表不输出NAT规则和自定义路由,输出实例基本信息、特性开关和EIP信息;SIMPLE代表仅输出实例基本信息和特性开关",
|
17654
|
+
"example": "DETAIL",
|
17655
|
+
"member": "string",
|
17656
|
+
"name": "VerboseLevel",
|
17657
|
+
"output_required": false,
|
17658
|
+
"type": "string",
|
17659
|
+
"value_allowed_null": false
|
17660
|
+
},
|
17633
17661
|
{
|
17634
17662
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
17635
17663
|
"member": "string",
|
@@ -18515,7 +18543,7 @@
|
|
18515
18543
|
},
|
18516
18544
|
{
|
18517
18545
|
"disabled": false,
|
18518
|
-
"document": "
|
18546
|
+
"document": "过滤条件。<li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li><li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li><li>VpcId - String - 私网网关所在`VpcId`。</li><li>TagKey - Tag数组 - 私网网关标签键值对数组</li><li>intranat-status - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>",
|
18519
18547
|
"example": "无",
|
18520
18548
|
"member": "Filter",
|
18521
18549
|
"name": "Filters",
|
@@ -24172,6 +24200,7 @@
|
|
24172
24200
|
"example": "169.254.128.1",
|
24173
24201
|
"member": "string",
|
24174
24202
|
"name": "HealthCheckLocalIp",
|
24203
|
+
"output_required": true,
|
24175
24204
|
"type": "string",
|
24176
24205
|
"value_allowed_null": false
|
24177
24206
|
},
|
@@ -24181,6 +24210,7 @@
|
|
24181
24210
|
"example": "169.254.128.2",
|
24182
24211
|
"member": "string",
|
24183
24212
|
"name": "HealthCheckRemoteIp",
|
24213
|
+
"output_required": true,
|
24184
24214
|
"type": "string",
|
24185
24215
|
"value_allowed_null": false
|
24186
24216
|
},
|
@@ -542,13 +542,13 @@
|
|
542
542
|
{
|
543
543
|
"document": "创建一个传统型NAT网关并自动分配一个EIP",
|
544
544
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNatGateway\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-abcdefgh\",\n \"PublicIpAddresses\": [\n \"139.199.232.119\"\n ],\n \"MaxConcurrentConnection\": 1000000,\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"InternetMaxBandwidthOut\": 10,\n \"NatGatewayName\": \"test_name\",\n \"AddressCount\": 1\n}",
|
545
|
-
"output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-cqbn23ju\",\n \"NatGatewayName\": \"PublicNat\",\n \"VpcId\": \"vpc-qi4ja3sx\",\n \"CreatedTime\": \"2019-07-16 09:40:00\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"AVAILABLE\",\n \"InternetMaxBandwidthOut\": 10,\n \"MaxConcurrentConnection\": 1000000,\n \"SecurityGroupSet\": [],\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-9uw5fwsu\",\n \"PublicIpAddress\": \"139.199.232.119\",\n \"IsBlocked\": false,\n \"BlockType\": \"NORMAL\"\n },\n {\n \"AddressId\": \"eip-9uw5fsss\",\n \"PublicIpAddress\": \"139.199.232.221\",\n \"IsBlocked\": false,\n \"BlockType\": \"NORMAL\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"Zone\": \"ap-guangzhou-2\",\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SmartScheduleMode\": false,\n \"DedicatedClusterId\": \"\",\n \"NatProductVersion\": 1,\n \"RestrictState\": \"NORMAL\",\n \"SourceIpTranslationNatRuleSet\": [],\n \"SubnetId\": \"1215354\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6f2a42cf-2905-4fa5-af49-0f01612550de\"\n }\n}",
|
545
|
+
"output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-cqbn23ju\",\n \"NatGatewayName\": \"PublicNat\",\n \"VpcId\": \"vpc-qi4ja3sx\",\n \"CreatedTime\": \"2019-07-16 09:40:00\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"AVAILABLE\",\n \"InternetMaxBandwidthOut\": 10,\n \"MaxConcurrentConnection\": 1000000,\n \"SecurityGroupSet\": [],\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-9uw5fwsu\",\n \"PublicIpAddress\": \"139.199.232.119\",\n \"IsBlocked\": false,\n \"BlockType\": \"NORMAL\"\n },\n {\n \"AddressId\": \"eip-9uw5fsss\",\n \"PublicIpAddress\": \"139.199.232.221\",\n \"IsBlocked\": false,\n \"BlockType\": \"NORMAL\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"Zone\": \"ap-guangzhou-2\",\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SmartScheduleMode\": false,\n \"DedicatedClusterId\": \"\",\n \"NatProductVersion\": 1,\n \"RestrictState\": \"NORMAL\",\n \"SourceIpTranslationNatRuleSet\": [],\n \"SubnetId\": \"1215354\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"DeletionProtectionEnabled\": false\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6f2a42cf-2905-4fa5-af49-0f01612550de\"\n }\n}",
|
546
546
|
"title": "创建NAT网关"
|
547
547
|
},
|
548
548
|
{
|
549
549
|
"document": "创建一个标准型NAT网关并自动分配一个EIP",
|
550
550
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNatGateway\n<公共请求参数>\n\n{\n \"SubnetId\": \"subnet-q1b8fsg\",\n \"AddressCount\": \"1\",\n \"NatGatewayName\": \"xiaooliang_test\",\n \"VpcId\": \"vpc-bohigpb7\",\n \"NatProductVersion\": 2\n}",
|
551
|
-
"output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-o49t53q2\",\n \"NatGatewayName\": \"PublicStandardNat\",\n \"VpcId\": \"vpc-bohigpb7\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"AVAILABLE\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"Zone\": \"\",\n \"TagSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"SubnetId\": \"subnet-q1b8fsgu\",\n \"SecurityGroupSet\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"IsExclusive\": false,\n \"SmartScheduleMode\": false,\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 2,\n \"ExclusiveGatewayBandwidth\": 0\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"7b00a07c-7358-4f0a-b81c-8ce5882a87b8\"\n }\n}",
|
551
|
+
"output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-o49t53q2\",\n \"NatGatewayName\": \"PublicStandardNat\",\n \"VpcId\": \"vpc-bohigpb7\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"AVAILABLE\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"Zone\": \"\",\n \"TagSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"SubnetId\": \"subnet-q1b8fsgu\",\n \"SecurityGroupSet\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"IsExclusive\": false,\n \"SmartScheduleMode\": false,\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 2,\n \"ExclusiveGatewayBandwidth\": 0,\n \"DeletionProtectionEnabled\": false\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"7b00a07c-7358-4f0a-b81c-8ce5882a87b8\"\n }\n}",
|
552
552
|
"title": "创建标准型NAT网关"
|
553
553
|
}
|
554
554
|
],
|
@@ -612,7 +612,7 @@
|
|
612
612
|
{
|
613
613
|
"document": "创建一个私网NAT网关",
|
614
614
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGateway\n<公共请求参数>\n\n{\n \"NatGatewayName\": \"PrivateNatDemo\",\n \"VpcId\": \"vpc-m7sr81gh\"\n}",
|
615
|
-
"output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatType\": \"DCG\",\n \"Status\": \"AVILIABLE\",\n \"VpcId\": \"vpc-noanwmed\",\n \"CrossDomain\": false,\n \"NatGatewayName\": \"PrivateNatDemo\",\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TagSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"CreatedTime\": \"2022-10-01 00:00:00\"\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\",\n \"TotalCount\": 1\n }\n}",
|
615
|
+
"output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatType\": \"DCG\",\n \"Status\": \"AVILIABLE\",\n \"VpcId\": \"vpc-noanwmed\",\n \"CrossDomain\": false,\n \"NatGatewayName\": \"PrivateNatDemo\",\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TagSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"CreatedTime\": \"2022-10-01 00:00:00\",\n \"DeletionProtectionEnabled\": true\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\",\n \"TotalCount\": 1\n }\n}",
|
616
616
|
"title": "创建一个私网NAT网关"
|
617
617
|
}
|
618
618
|
],
|
@@ -1798,13 +1798,13 @@
|
|
1798
1798
|
{
|
1799
1799
|
"document": "用Filters进行查询NAT网关信息。",
|
1800
1800
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNatGateways\n&Filters.0.Name=vpc-id\n&Filters.0.Values.0=vpc-0yi4hekt\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
1801
|
-
"output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"NatGatewayName\": \"NatDemo\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2017-09-20 20:28:24\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"cluster-8zkaer1h\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-7qcdm91q\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"IsBlocked\": false,\n \"BlockType\": \"\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8586,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_modify\"\n },\n {\n \"IpProtocol\": \"UDP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"dnapt\"\n }\n ],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n },\n {\n \"NatGatewayId\": \"nat-7xh58vea\",\n \"NatGatewayName\": \"Nat-create\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2019-05-04 15:01:11\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"Zone\": \"ap-guangzhou-2\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 2\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"a3964872-e2f5-4180-8607-0b49ec8e0109\"\n }\n}",
|
1801
|
+
"output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"NatGatewayName\": \"NatDemo\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2017-09-20 20:28:24\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"cluster-8zkaer1h\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-7qcdm91q\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"IsBlocked\": false,\n \"BlockType\": \"\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8586,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_modify\"\n },\n {\n \"IpProtocol\": \"UDP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"dnapt\"\n }\n ],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n },\n {\n \"NatGatewayId\": \"nat-7xh58vea\",\n \"NatGatewayName\": \"Nat-create\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2019-05-04 15:01:11\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"Zone\": \"ap-guangzhou-2\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 2\n }\n ],\n \"TotalCount\": 2,\n \"VerboseLevel\": \"DETAIL\",\n \"RequestId\": \"a3964872-e2f5-4180-8607-0b49ec8e0109\"\n }\n}",
|
1802
1802
|
"title": "查询 NAT 网关信息"
|
1803
1803
|
},
|
1804
1804
|
{
|
1805
1805
|
"document": "用NatGatewayIds进行查询NAT网关信息。",
|
1806
1806
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNatGateways\n&NatGatewayIds.0=nat-3isn9hr0\n&NatGatewayIds.1=nat-mxkohguo\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
1807
|
-
"output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"NatGatewayName\": \"PublicDemo\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2017-09-20 20:28:24\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"cluster-acdz123k\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-7qcdm91q\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"IsBlocked\": false,\n \"BlockType\": \"\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8586,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_modify\"\n },\n {\n \"IpProtocol\": \"UDP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_dnapt\"\n }\n ],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n },\n {\n \"NatGatewayId\": \"nat-mxkohguo\",\n \"NatGatewayName\": \"Nat_Demo\",\n \"VpcId\": \"vpc-m7sihqw5\",\n \"CreatedTime\": \"2018-07-25 11:37:29\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"UNAVAILABLE\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"fed7e087-083f-49e4-8754-17fb130828e0\"\n }\n}",
|
1807
|
+
"output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"NatGatewayName\": \"PublicDemo\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2017-09-20 20:28:24\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"cluster-acdz123k\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-7qcdm91q\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"IsBlocked\": false,\n \"BlockType\": \"\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8586,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_modify\"\n },\n {\n \"IpProtocol\": \"UDP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_dnapt\"\n }\n ],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n },\n {\n \"NatGatewayId\": \"nat-mxkohguo\",\n \"NatGatewayName\": \"Nat_Demo\",\n \"VpcId\": \"vpc-m7sihqw5\",\n \"CreatedTime\": \"2018-07-25 11:37:29\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"UNAVAILABLE\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n }\n ],\n \"TotalCount\": 2,\n \"VerboseLevel\": \"DETAIL\",\n \"RequestId\": \"fed7e087-083f-49e4-8754-17fb130828e0\"\n }\n}",
|
1808
1808
|
"title": "查询 NAT 网关信息-2"
|
1809
1809
|
}
|
1810
1810
|
],
|
@@ -1932,13 +1932,13 @@
|
|
1932
1932
|
{
|
1933
1933
|
"document": "按ID过滤查询私网NAT网关",
|
1934
1934
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGateways\n<公共请求参数>\n\n{\n \"NatGatewayIds\": [\n \"intranat-0g3blj80\"\n ]\n}",
|
1935
|
-
"output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"NatGatewayName\": \"test_nat\",\n \"NatType\": \"DCG\",\n \"VpcId\": \"vpc-noanwmed\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2022-09-29 15:58:00\",\n \"DirectConnectGatewayIds\": [],\n \"TagSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"757e8409-faa3-4b7f-bfc3-7e1670bf40af\"\n }\n}",
|
1935
|
+
"output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"NatGatewayName\": \"test_nat\",\n \"DeletionProtectionEnabled\": false,\n \"NatType\": \"DCG\",\n \"VpcId\": \"vpc-noanwmed\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2022-09-29 15:58:00\",\n \"DirectConnectGatewayIds\": [],\n \"TagSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"757e8409-faa3-4b7f-bfc3-7e1670bf40af\"\n }\n}",
|
1936
1936
|
"title": "按ID过滤查询私网NAT网关"
|
1937
1937
|
},
|
1938
1938
|
{
|
1939
1939
|
"document": "按标签过滤查询私网NAT网关",
|
1940
1940
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGateways\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"TagKey\",\n \"Values\": [\n \"负责人\"\n ]\n }\n ]\n}",
|
1941
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-ryur99m8\",\n \"NatGatewayName\": \"example\",\n \"VpcId\": \"vpc-d3rrkwej\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2023-03-09 16:19:24\",\n \"TagSet\": [\n {\n \"Key\": \"负责人\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"DirectConnectGatewayIds\": [],\n \"NatType\": \"DCG\",\n \"CrossDomainInfo\": {\n \"CcnId\": \"ccn-123abcef\",\n \"LocalVpcId\": \"vpc-12345678\",\n \"PeerVpcId\": \"vpc-abcdefgh\"\n }\n }\n ],\n \"RequestId\": \"e13d67ca-4b7b-4337-b8c5-7df7707c89ca\"\n }\n}",
|
1941
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-ryur99m8\",\n \"NatGatewayName\": \"example\",\n \"DeletionProtectionEnabled\": false,\n \"VpcId\": \"vpc-d3rrkwej\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2023-03-09 16:19:24\",\n \"TagSet\": [\n {\n \"Key\": \"负责人\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"DirectConnectGatewayIds\": [],\n \"NatType\": \"DCG\",\n \"CrossDomainInfo\": {\n \"CcnId\": \"ccn-123abcef\",\n \"LocalVpcId\": \"vpc-12345678\",\n \"PeerVpcId\": \"vpc-abcdefgh\"\n }\n }\n ],\n \"RequestId\": \"e13d67ca-4b7b-4337-b8c5-7df7707c89ca\"\n }\n}",
|
1942
1942
|
"title": "按标签过滤查询私网NAT网关"
|
1943
1943
|
}
|
1944
1944
|
],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"ConfirmVideoTranslateJob": {
|
4
|
-
"document": "
|
4
|
+
"document": "确认视频转译结果",
|
5
5
|
"input": "ConfirmVideoTranslateJobRequest",
|
6
6
|
"name": "确认视频转译结果",
|
7
7
|
"output": "ConfirmVideoTranslateJobResponse",
|
@@ -95,7 +95,7 @@
|
|
95
95
|
{
|
96
96
|
"disabled": false,
|
97
97
|
"document": "视频翻译任务 ID",
|
98
|
-
"example": "
|
98
|
+
"example": "vlSYvQkMM0KwPuoakawm0tPrREwc2p7c",
|
99
99
|
"member": "string",
|
100
100
|
"name": "JobId",
|
101
101
|
"required": true,
|
@@ -119,7 +119,7 @@
|
|
119
119
|
{
|
120
120
|
"disabled": false,
|
121
121
|
"document": "视频翻译任务 ID",
|
122
|
-
"example": "
|
122
|
+
"example": "vlSYvQkMM0KwPuoakawm0tPrREwc2p7c",
|
123
123
|
"member": "string",
|
124
124
|
"name": "JobId",
|
125
125
|
"output_required": false,
|
@@ -129,7 +129,7 @@
|
|
129
129
|
{
|
130
130
|
"disabled": false,
|
131
131
|
"document": "音频转换任务 ID",
|
132
|
-
"example": "
|
132
|
+
"example": "vlSYvQkMM0KwPuoakawm0tPrREwc2p7c",
|
133
133
|
"member": "string",
|
134
134
|
"name": "TaskId",
|
135
135
|
"output_required": false,
|
@@ -139,7 +139,7 @@
|
|
139
139
|
{
|
140
140
|
"disabled": false,
|
141
141
|
"document": "音频翻译结果确认 session",
|
142
|
-
"example": "
|
142
|
+
"example": "vlSYvQkMM0KwPuoakawm0tPrREwc2p7c",
|
143
143
|
"member": "string",
|
144
144
|
"name": "SessionId",
|
145
145
|
"output_required": false,
|
@@ -149,7 +149,7 @@
|
|
149
149
|
{
|
150
150
|
"disabled": false,
|
151
151
|
"document": "视频转译任务状态",
|
152
|
-
"example": "
|
152
|
+
"example": "1",
|
153
153
|
"member": "int64",
|
154
154
|
"name": "Status",
|
155
155
|
"output_required": false,
|
@@ -159,7 +159,7 @@
|
|
159
159
|
{
|
160
160
|
"disabled": false,
|
161
161
|
"document": "视频转译任务信息",
|
162
|
-
"example": "
|
162
|
+
"example": "success",
|
163
163
|
"member": "string",
|
164
164
|
"name": "Message",
|
165
165
|
"output_required": false,
|
@@ -442,6 +442,7 @@
|
|
442
442
|
"member": "string",
|
443
443
|
"name": "SourceText",
|
444
444
|
"output_required": false,
|
445
|
+
"required": true,
|
445
446
|
"type": "string",
|
446
447
|
"value_allowed_null": true
|
447
448
|
},
|
@@ -452,11 +453,12 @@
|
|
452
453
|
"member": "string",
|
453
454
|
"name": "TargetText",
|
454
455
|
"output_required": false,
|
456
|
+
"required": true,
|
455
457
|
"type": "string",
|
456
458
|
"value_allowed_null": true
|
457
459
|
}
|
458
460
|
],
|
459
|
-
"usage": "
|
461
|
+
"usage": "both"
|
460
462
|
}
|
461
463
|
},
|
462
464
|
"version": "1.0"
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"DescribeVideoTranslateJob": [
|
12
12
|
{
|
13
13
|
"document": "调用失败示例",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: vtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVideoTranslateJob\n<公共请求参数>\n\n{\n \"JobId\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: vtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVideoTranslateJob\n<公共请求参数>\n\n{\n \"JobId\": \"vlSYvQkMM0KwPuoakawm0tPrREwc2p7c\"\n}",
|
15
15
|
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"FailedOperation.JobNotExist\",\n \"Message\": \"任务不存在。\"\n },\n \"RequestId\": \"78254ad1-c184-4e9e-b5a0-9d3fc435576b\"\n }\n}",
|
16
16
|
"title": "调用失败示例"
|
17
17
|
},
|