tccli 3.0.1229.1__py2.py3-none-any.whl → 3.0.1230.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/aiart/aiart_client.py +57 -4
- tccli/services/aiart/v20221229/api.json +99 -10
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +15 -8
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +110 -57
- tccli/services/cynosdb/v20190107/api.json +166 -18
- tccli/services/cynosdb/v20190107/examples.json +14 -0
- tccli/services/dbbrain/v20210527/api.json +3 -1
- tccli/services/emr/emr_client.py +110 -4
- tccli/services/emr/v20190103/api.json +645 -0
- tccli/services/emr/v20190103/examples.json +16 -0
- tccli/services/iotexplorer/v20190423/api.json +10 -0
- tccli/services/ivld/v20210903/api.json +25 -25
- tccli/services/ivld/v20210903/examples.json +1 -1
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lke/v20231130/api.json +4 -4
- tccli/services/mps/v20190612/api.json +54 -1
- tccli/services/ocr/v20181119/api.json +108 -28
- tccli/services/postgres/v20170312/api.json +221 -219
- tccli/services/postgres/v20170312/examples.json +36 -36
- tccli/services/tdmq/v20200217/api.json +2 -2
- tccli/services/trtc/v20190722/api.json +4 -8
- tccli/services/vclm/v20240523/api.json +3 -3
- tccli/services/vod/v20180717/api.json +17 -17
- tccli/services/vpc/v20170312/api.json +493 -27
- tccli/services/vpc/v20170312/examples.json +67 -11
- tccli/services/vpc/vpc_client.py +475 -104
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/RECORD +35 -35
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/license_files/LICENSE +0 -0
@@ -98,6 +98,14 @@
|
|
98
98
|
"title": "申请EIP失败"
|
99
99
|
}
|
100
100
|
],
|
101
|
+
"AllocateIPv6Addresses": [
|
102
|
+
{
|
103
|
+
"document": "申请按小时流量计费的常规BGP IPv6地址。",
|
104
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateIPv6Addresses\n<公共请求参数>\n\n{\n \"AddressCount\": 1\n}",
|
105
|
+
"output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eipv6-m44ku5d2\"\n ],\n \"TaskId\": \"61531421\",\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
106
|
+
"title": "申请按小时流量计费的常规BGP IPv6地址。"
|
107
|
+
}
|
108
|
+
],
|
101
109
|
"AllocateIp6AddressesBandwidth": [
|
102
110
|
{
|
103
111
|
"document": "指定ipv6地址开通公网访问能力。",
|
@@ -168,6 +176,14 @@
|
|
168
176
|
"title": "专线网关绑定NAT网关"
|
169
177
|
}
|
170
178
|
],
|
179
|
+
"AssociateIPv6Address": [
|
180
|
+
{
|
181
|
+
"document": "弹性公网IPv6绑定弹性网卡。",
|
182
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssociateIPv6Address\n<公共请求参数>\n\n{\n \"IPv6AddressId\": \"eipv6-3lxpc6sh\",\n \"NetworkInterfaceId\": \"eni-0c454zph\",\n \"PrivateIPv6Address\": \"fc00:200:300:700:0:9c64:2c95:b711\"\n}",
|
183
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"631011dd-6dfa-41b5-be7c-47bd61d82978\"\n }\n}",
|
184
|
+
"title": "弹性公网IPv6绑定弹性网卡"
|
185
|
+
}
|
186
|
+
],
|
171
187
|
"AssociateInstancesToCcnRouteTable": [
|
172
188
|
{
|
173
189
|
"document": "关联实例到路由表",
|
@@ -302,7 +318,7 @@
|
|
302
318
|
{
|
303
319
|
"document": "创建IP地址模板",
|
304
320
|
"input": "https://vpc.tencentcloudapi.com/?Action=CreateAddressTemplate\n&AddressTemplateName=TestName\n&Addresses.0=192.168.1.0/24\n&Addresses.1=192.168.2.0/24\n&<公共请求参数>",
|
305
|
-
"output": "{\n \"Response\": {\n \"AddressTemplate\": {\n \"AddressTemplateName\": \"TestName\",\n \"AddressTemplateId\": \"ipm-ht1gkq3a\",\n \"AddressSet\": [\n \"192.168.1.0/24\",\n \"192.168.2.0/24\"\n ],\n \"CreatedTime\": \"2018-04-03 21:38:01\",\n \"AddressExtraSet\": [\n {\n \"Description\": \"
|
321
|
+
"output": "{\n \"Response\": {\n \"AddressTemplate\": {\n \"AddressTemplateName\": \"TestName\",\n \"AddressTemplateId\": \"ipm-ht1gkq3a\",\n \"AddressSet\": [\n \"192.168.1.0/24\",\n \"192.168.2.0/24\"\n ],\n \"CreatedTime\": \"2018-04-03 21:38:01\",\n \"AddressExtraSet\": [\n {\n \"Description\": \"address cidr\",\n \"Address\": \"10.0.0.0/16\"\n }\n ]\n },\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
306
322
|
"title": "创建IP地址模板"
|
307
323
|
}
|
308
324
|
],
|
@@ -310,7 +326,7 @@
|
|
310
326
|
{
|
311
327
|
"document": "创建IP地址模板集合",
|
312
328
|
"input": "https://vpc.tencentcloudapi.com/?Action=CreateAddressTemplateGroup\n&AddressTemplateGroupName=TestName\n&AddressTemplateIds.0=ipm-88t6207k\n&AddressTemplateIds.1=ipm-mdunqeb6\n&<公共请求参数>",
|
313
|
-
"output": "{\n \"Response\": {\n \"AddressTemplateGroup\": {\n \"AddressTemplateGroupName\": \"TestName\",\n \"AddressTemplateGroupId\": \"ipmg-dih8xdbq\",\n \"AddressTemplateIdSet\": [\n \"ipm-88t6207k\",\n \"ipm-mdunqeb6\"\n ],\n \"AddressTemplateSet\": [\n {\n \"To\": \"10.1.1.2/22\",\n \"From\": \"10.1.1.3/22\"\n }\n ],\n \"CreatedTime\": \"2018-04-03 21:51:02\"\n },\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
329
|
+
"output": "{\n \"Response\": {\n \"AddressTemplateGroup\": {\n \"AddressTemplateGroupName\": \"TestName\",\n \"AddressTemplateGroupId\": \"ipmg-dih8xdbq\",\n \"AddressTemplateIdSet\": [\n \"ipm-88t6207k\",\n \"ipm-mdunqeb6\"\n ],\n \"AddressTemplateSet\": [\n {\n \"AddressTemplateId\": \"abc\",\n \"AddressTemplateName\": \"abc\",\n \"To\": \"10.1.1.2/22\",\n \"From\": \"10.1.1.3/22\"\n }\n ],\n \"CreatedTime\": \"2018-04-03 21:51:02\"\n },\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
314
330
|
"title": "创建IP地址模板集合"
|
315
331
|
}
|
316
332
|
],
|
@@ -748,7 +764,7 @@
|
|
748
764
|
{
|
749
765
|
"document": "创建路由型VPN网关的目的路由",
|
750
766
|
"input": "https://vpc.tencentcloudapi.com/?Action=CreateVpnGatewayRoutes\n&VpnGatewayId=vpn-ngenl4az\n&Routes.0.DestinationCidrBlock=192.241.0.0/24\n&Routes.0.Status=ENABLE\n&Routes.0.InstanceType=VPNCONN\n&Routes.0.InstanceId=vpnx-ng2asdew\n&Routes.0.Priority=100\n&<公共请求参数>",
|
751
|
-
"output": "{\n \"Response\": {\n \"Routes\": [\n {\n \"DestinationCidrBlock\": \"
|
767
|
+
"output": "{\n \"Response\": {\n \"Routes\": [\n {\n \"RouteId\": \"vpnr-xxxxxxxx\",\n \"DestinationCidrBlock\": \"10.0.0.0/24\",\n \"InstanceType\": \"VPNCONN\",\n \"InstanceId\": \"vpnx-xxxxxxxx\",\n \"Priority\": 0,\n \"Status\": \"ENABLE\",\n \"Type\": \"Static\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"UpdateTime\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"a713021b-1942-4569-aa08-d8ad1867c2ad\"\n }\n}",
|
752
768
|
"title": "创建VPN网关目的路由"
|
753
769
|
},
|
754
770
|
{
|
@@ -761,7 +777,7 @@
|
|
761
777
|
"CreateVpnGatewaySslClient": [
|
762
778
|
{
|
763
779
|
"document": "创建SSL-VPN-CLIENT",
|
764
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=CreateVpnGatewaySslClient\n&SslVpnServerId=vpns-5au854w1\n&SslVpnClientName=
|
780
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateVpnGatewaySslClient\n&SslVpnServerId=vpns-5au854w1\n&SslVpnClientName=ssl_client_name\n&<公共请求参数>",
|
765
781
|
"output": "{\n \"Response\": {\n \"SslVpnClientId\": \"vpnc-f5yln4n3\",\n \"RequestId\": \"13322b62-5943-41c9-4a1c-4bff13f56aeb\",\n \"TaskId\": 1\n }\n}",
|
766
782
|
"title": "创建SSL-VPN-CLIENT"
|
767
783
|
}
|
@@ -1314,7 +1330,7 @@
|
|
1314
1330
|
{
|
1315
1331
|
"document": "用于查询云联网实例下已关联的网络实例",
|
1316
1332
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCcnAttachedInstances\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"vpc-r1ckkpid\",\n \"vpc-2u0s99fx\",\n \"dcg-98qosdc3\",\n \"vpc-3dr1zrr9\",\n \"dcg-ni7ps9kb\"\n ],\n \"Name\": \"instance-id\"\n },\n {\n \"Values\": [\n \"ccn-gree226l\"\n ],\n \"Name\": \"ccn-id\"\n }\n ]\n}",
|
1317
|
-
"output": "{\n \"Response\": {\n \"
|
1333
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"InstanceSet\": [\n {\n \"CcnId\": \"ccn-ch28gexx\",\n \"InstanceType\": \"VPC\",\n \"InstanceId\": \"vpc-ch28gexx\",\n \"InstanceName\": \"instance-name\",\n \"InstanceRegion\": \"ap-guangzhou\",\n \"InstanceUin\": \"1234611233\",\n \"CidrBlock\": [\n \"10.0.0.0/24\"\n ],\n \"State\": \"ACTIVE\",\n \"AttachedTime\": \"2020-09-22 00:00:00\",\n \"CcnUin\": \"1234611233\",\n \"InstanceArea\": \"CHINA_MAINLAND\",\n \"Description\": \"desc\",\n \"RouteTableId\": \"ccnr-xxxxxxxx\",\n \"RouteTableName\": \"ccnr-name\"\n }\n ],\n \"RequestId\": \"0227fa04-3298-470c-8477-149f309a386a\"\n }\n}",
|
1318
1334
|
"title": "查询云联网关联实例列表"
|
1319
1335
|
}
|
1320
1336
|
],
|
@@ -1578,6 +1594,14 @@
|
|
1578
1594
|
"title": "查询高优路由表条目"
|
1579
1595
|
}
|
1580
1596
|
],
|
1597
|
+
"DescribeIPv6Addresses": [
|
1598
|
+
{
|
1599
|
+
"document": "\t\n根据IPv6AddressIds查询IPv6信息。",
|
1600
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIPv6Addresses\n<公共请求参数>\n\n{\n \"IPv6AddressIds\": [\n \"eipv6-11112222\"\n ]\n}",
|
1601
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eipv6-11112222\",\n \"AddressName\": \"abc\",\n \"AddressStatus\": \"abc\",\n \"AddressIp\": \"abc\",\n \"InstanceId\": \"abc\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"abc\",\n \"PrivateAddressIp\": \"abc\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"abc\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"abc\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"abc\",\n \"TagSet\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"abc\",\n \"Egress\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
1602
|
+
"title": "根据IPv6AddressIds查询IPv6信息"
|
1603
|
+
}
|
1604
|
+
],
|
1581
1605
|
"DescribeIp6Addresses": [
|
1582
1606
|
{
|
1583
1607
|
"document": "根据Filter查询IPV6信息。",
|
@@ -1866,13 +1890,13 @@
|
|
1866
1890
|
{
|
1867
1891
|
"document": "查看路由表对象列表",
|
1868
1892
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRouteTables\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"vpc-2at5y1pn\"\n ],\n \"Name\": \"vpc-id\"\n },\n {\n \"Values\": [\n \"rtb-l2h8d7c2\"\n ],\n \"Name\": \"route-table-id\"\n },\n {\n \"Values\": [\n \"true\"\n ],\n \"Name\": \"association.main\"\n },\n {\n \"Values\": [\n \"TestRouteTable\"\n ],\n \"Name\": \"route-table-name\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
1869
|
-
"output": "{\n \"Response\": {\n \"RouteTableSet\": [\n {\n \"VpcId\": \"vpc-2at5y1pn\",\n \"RouteTableId\": \"rtb-l2h8d7c2\",\n \"RouteTableName\": \"
|
1893
|
+
"output": "{\n \"Response\": {\n \"RouteTableSet\": [\n {\n \"VpcId\": \"vpc-2at5y1pn\",\n \"RouteTableId\": \"rtb-l2h8d7c2\",\n \"RouteTableName\": \"RouteTable\",\n \"AssociationSet\": [],\n \"RouteSet\": [\n {\n \"RouteTableId\": \"rtb-l2h8d7c2\",\n \"RouteId\": 0,\n \"RouteItemId\": \"rti6-12345678\",\n \"DestinationCidrBlock\": \"\",\n \"DestinationIpv6CidrBlock\": \"2402:4e00:1000:810b::/64\",\n \"GatewayType\": \"CCN\",\n \"GatewayId\": \"ccn-12345678\",\n \"RouteDescription\": \"\",\n \"CreatedTime\": \"2017-06-30 19:52:03\",\n \"RouteType\": \"USER\",\n \"Enabled\": true,\n \"PublishedToVbc\": false\n }\n ],\n \"Main\": false,\n \"TagSet\": [\n {\n \"Value\": \"tag-key\",\n \"Key\": \"tag-value\"\n }\n ],\n \"LocalCidrForCcn\": [\n {\n \"Cidr\": \"10.1.0.0/16\",\n \"PublishedToVbc\": true\n }\n ],\n \"CreatedTime\": \"2017-06-30 19:52:03\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1870
1894
|
"title": "查看路由表对象列表"
|
1871
1895
|
},
|
1872
1896
|
{
|
1873
1897
|
"document": "查询绑定了标签的路由表列表",
|
1874
1898
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRouteTables\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"shanghai\"\n ],\n \"Name\": \"tag:city\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
1875
|
-
"output": "{\n \"Response\": {\n \"RouteTableSet\": [\n {\n \"VpcId\": \"vpc-2at5y1pn\",\n \"RouteTableId\": \"rtb-l2h8d7c2\",\n \"RouteTableName\": \"
|
1899
|
+
"output": "{\n \"Response\": {\n \"RouteTableSet\": [\n {\n \"VpcId\": \"vpc-2at5y1pn\",\n \"RouteTableId\": \"rtb-l2h8d7c2\",\n \"RouteTableName\": \"RouteTable\",\n \"AssociationSet\": [],\n \"RouteSet\": [\n {\n \"RouteTableId\": \"rtb-l2h8d7c2\",\n \"RouteId\": 14915,\n \"RouteItemId\": \"rti-12345678\",\n \"DestinationCidrBlock\": \"169.254.64.0/23\",\n \"DestinationIpv6CidrBlock\": \"\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.25\",\n \"RouteDescription\": \"\",\n \"CreatedTime\": \"2017-06-30 19:52:03\",\n \"RouteType\": \"USER\",\n \"Enabled\": true,\n \"PublishedToVbc\": false\n }\n ],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"LocalCidrForCcn\": [\n {\n \"Cidr\": \"10.1.0.0/16\",\n \"PublishedToVbc\": true\n }\n ],\n \"Main\": false,\n \"CreatedTime\": \"2017-06-30 19:52:03\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1876
1900
|
"title": "查询绑定了标签的路由表列表"
|
1877
1901
|
}
|
1878
1902
|
],
|
@@ -1880,7 +1904,7 @@
|
|
1880
1904
|
{
|
1881
1905
|
"document": "查询路由列表",
|
1882
1906
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeRoutes\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
1883
|
-
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": 14915,\n \"RouteType\": \"USER\",\n \"DestinationCidrBlock\": \"172.16.0.0/28\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.25\",\n \"Enabled\": true,\n \"PublishedToVbc\": true,\n \"RouteTableId\": \"rtb-
|
1907
|
+
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": 14915,\n \"RouteType\": \"USER\",\n \"DestinationCidrBlock\": \"172.16.0.0/28\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.25\",\n \"Enabled\": true,\n \"PublishedToVbc\": true,\n \"RouteTableId\": \"rtb-nswq8wkq\",\n \"RouteItemId\": \"rti-hj3he929\",\n \"RouteDescription\": \"\",\n \"CreatedTime\": \"2020-01-01 10:00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1884
1908
|
"title": "查询路由列表"
|
1885
1909
|
}
|
1886
1910
|
],
|
@@ -2320,6 +2344,14 @@
|
|
2320
2344
|
"title": "专线网关解绑NAT网关"
|
2321
2345
|
}
|
2322
2346
|
],
|
2347
|
+
"DisassociateIPv6Address": [
|
2348
|
+
{
|
2349
|
+
"document": "解绑弹性公网IPv6。",
|
2350
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisassociateIPv6Addresses\n<公共请求参数>\n\n{\n \"IPv6AddressId\": \"eipv6-or8cse19\"\n}",
|
2351
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"631011dd-6dfa-41b5-be7c-47bd61d82978\"\n }\n}",
|
2352
|
+
"title": "解绑弹性公网IPv6"
|
2353
|
+
}
|
2354
|
+
],
|
2323
2355
|
"DisassociateNatGatewayAddress": [
|
2324
2356
|
{
|
2325
2357
|
"document": "",
|
@@ -2742,6 +2774,22 @@
|
|
2742
2774
|
"title": "修改高优路由表属性"
|
2743
2775
|
}
|
2744
2776
|
],
|
2777
|
+
"ModifyIPv6AddressesAttributes": [
|
2778
|
+
{
|
2779
|
+
"document": "批量调整弹性公网IPv6地址名称。",
|
2780
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyIPv6AddressesAttributes\n<公共请求参数>\n\n{\n \"IPv6AddressIds\": [\n \"eipv6-2ucdpy9t\",\n \"eipv6-3lxpc6sh\"\n ],\n \"IPv6AddressName\": \"test\"\n}",
|
2781
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a75d9b1a-0640-43a2-837b-6334247e9fbc\"\n }\n}",
|
2782
|
+
"title": "批量调整弹性公网IPv6地址名称"
|
2783
|
+
}
|
2784
|
+
],
|
2785
|
+
"ModifyIPv6AddressesBandwidth": [
|
2786
|
+
{
|
2787
|
+
"document": "批量调整弹性公网IPv6地址带宽。",
|
2788
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyIPv6AddressesBandwidth\n<公共请求参数>\n\n{\n \"IPv6AddressIds\": [\n \"eipv6-2ucdpy9t\",\n \"eipv6-3lxpc6sh\"\n ],\n \"InternetMaxBandwidthOut\": 20\n}",
|
2789
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a6661e38-e981-4369-af26-b6f1a7e21a1d\"\n }\n}",
|
2790
|
+
"title": "批量调整弹性公网IPv6地址带宽"
|
2791
|
+
}
|
2792
|
+
],
|
2745
2793
|
"ModifyIp6AddressesBandwidth": [
|
2746
2794
|
{
|
2747
2795
|
"document": "修改IPV6地址带宽。",
|
@@ -3144,6 +3192,14 @@
|
|
3144
3192
|
"title": "释放弹性公网IP"
|
3145
3193
|
}
|
3146
3194
|
],
|
3195
|
+
"ReleaseIPv6Addresses": [
|
3196
|
+
{
|
3197
|
+
"document": "释放弹性公网IPv6",
|
3198
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReleaseIPv6Addresses\n<公共请求参数>\n\n{\n \"IPv6AddressIds\": [\n \"eipv6-xkcjvisl\"\n ]\n}",
|
3199
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"431f1a1a-7612-43ec-887c-85da46b15774\"\n }\n}",
|
3200
|
+
"title": "释放弹性公网IPv6"
|
3201
|
+
}
|
3202
|
+
],
|
3147
3203
|
"ReleaseIp6AddressesBandwidth": [
|
3148
3204
|
{
|
3149
3205
|
"document": "入参传递Ip6AddressIds",
|
@@ -3241,8 +3297,8 @@
|
|
3241
3297
|
"ReplaceRoutes": [
|
3242
3298
|
{
|
3243
3299
|
"document": "替换路由策略",
|
3244
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceRoutes\n<公共请求参数>\n\n{\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"Routes\": [\n {\n \"
|
3245
|
-
"output": "{\n \"Response\": {\n \"NewRouteSet\": [\n {\n \"DestinationCidrBlock\": \"
|
3300
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceRoutes\n<公共请求参数>\n\n{\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"Routes\": [\n {\n \"RouteItemId\": \"rti-hj3he929\",\n \"DestinationCidrBlock\": \"192.168.0.0/16\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.16.37\",\n \"RouteDescription\": \"demo\",\n \"Enabled\": true,\n \"PublishedToVbc\": true\n }\n ]\n}",
|
3301
|
+
"output": "{\n \"Response\": {\n \"NewRouteSet\": [\n {\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"RouteId\": 10262,\n \"RouteItemId\": \"rti-hj3he929\",\n \"RouteType\": \"USER\",\n \"DestinationCidrBlock\": \"192.168.0.0/16\",\n \"DestinationIpv6CidrBlock\": \"\",\n \"RouteDescription\": \"demo\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.16.37\",\n \"Enabled\": true,\n \"PublishedToVbc\": true,\n \"CreatedTime\": \"2018-10-10 17:10:09\"\n }\n ],\n \"OldRouteSet\": [\n {\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"RouteId\": 10262,\n \"RouteItemId\": \"rti-hj3he929\",\n \"RouteType\": \"USER\",\n \"DestinationCidrBlock\": \"172.16.1.0/24\",\n \"DestinationIpv6CidrBlock\": \"\",\n \"RouteDescription\": \"\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"10.0.0.10\",\n \"Enabled\": true,\n \"PublishedToVbc\": true,\n \"CreatedTime\": \"2018-10-10 17:03:09\"\n }\n ],\n \"RequestId\": \"3f934a21-2786-44af-a421-38ee6c6e1fae\"\n }\n}",
|
3246
3302
|
"title": "替换路由策略"
|
3247
3303
|
}
|
3248
3304
|
],
|
@@ -3289,7 +3345,7 @@
|
|
3289
3345
|
"ResetRoutes": [
|
3290
3346
|
{
|
3291
3347
|
"document": "重置路由表名称和路由策略",
|
3292
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetRoutes\n<公共请求参数>\n\n{\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"RouteTableName\": \"
|
3348
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetRoutes\n<公共请求参数>\n\n{\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"RouteTableName\": \"demo\",\n \"Routes\": [\n {\n \"RouteId\": 1,\n \"DestinationCidrBlock\": \"192.168.0.0/16\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.16.37\",\n \"RouteDescription\": \"demo\",\n \"Enabled\": true\n }\n ]\n}",
|
3293
3349
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3294
3350
|
"title": "重置路由表名称和路由策略"
|
3295
3351
|
}
|