tccli 3.0.1255.1__py2.py3-none-any.whl → 3.0.1257.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/bi/v20220105/api.json +172 -86
- tccli/services/bi/v20220105/examples.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +215 -165
- tccli/services/cdwdoris/v20211228/examples.json +34 -34
- tccli/services/cfg/v20210820/api.json +29 -0
- tccli/services/cvm/v20170312/api.json +4 -4
- tccli/services/cwp/cwp_client.py +0 -106
- tccli/services/cwp/v20180228/api.json +0 -405
- tccli/services/cwp/v20180228/examples.json +0 -16
- tccli/services/dlc/v20210125/api.json +265 -216
- tccli/services/dlc/v20210125/examples.json +46 -52
- tccli/services/hunyuan/v20230901/api.json +11 -1
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lke/v20231130/api.json +821 -10
- tccli/services/lke/v20231130/examples.json +10 -16
- tccli/services/ocr/ocr_client.py +361 -308
- tccli/services/ocr/v20181119/api.json +176 -0
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/rum/v20210622/api.json +243 -137
- tccli/services/rum/v20210622/examples.json +32 -32
- tccli/services/scf/v20180416/api.json +10 -10
- tccli/services/tdmq/v20200217/api.json +3 -3
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/teo/teo_client.py +326 -8
- tccli/services/teo/v20220901/api.json +3104 -294
- tccli/services/teo/v20220901/examples.json +69 -3
- tccli/services/trro/v20220325/api.json +6 -6
- tccli/services/trro/v20220325/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +11 -0
- tccli/services/tse/tse_client.py +53 -0
- tccli/services/tse/v20201207/api.json +70 -0
- tccli/services/tse/v20201207/examples.json +8 -0
- tccli/services/vpc/v20170312/api.json +36658 -29
- tccli/services/vpc/v20170312/examples.json +3521 -5
- tccli/services/vpc/vpc_client.py +20515 -4
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/RECORD +41 -41
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,11 +1,3527 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
-
"
|
3
|
+
"AcceptAttachCcnInstances": [
|
4
4
|
{
|
5
|
-
"document": "
|
6
|
-
"input": "
|
7
|
-
"output": "{\n \"Response\": {\n \"
|
8
|
-
"title": "
|
5
|
+
"document": "",
|
6
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AcceptAttachCcnInstances\n&CcnId=ccn-gree226l\n&Instances.0.InstanceType=VPC\n&Instances.0.InstanceId=vpc-3dr1zrr9\n&Instances.0.InstanceRegion=ap-guangzhou\n&<公共请求参数>",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
8
|
+
"title": "云联网接受关联实例"
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"AcceptVpcPeeringConnection": [
|
12
|
+
{
|
13
|
+
"document": "接受对等连接请求",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AcceptVpcPeeringConnection\n<公共请求参数>\n\n{\n \"PeeringConnectionId\": \"pcx-aw8hzt6c\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e4008f6c-4bd9-42a7-9e6f-83043db431b2\"\n }\n}",
|
16
|
+
"title": "接受对等连接请求"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"AddBandwidthPackageResources": [
|
20
|
+
{
|
21
|
+
"document": "",
|
22
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddBandwidthPackageResources\n&BandwidthPackageId=bwp-e40edw8y\n&ResourceType=Address\n&ResourceIds.0=eip-pez0oibs\n&<公共请求参数>",
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2ece8f4a-c0f5-4b83-8054-a9b808a5c465\"\n }\n}",
|
24
|
+
"title": "添加带宽包资源"
|
25
|
+
}
|
26
|
+
],
|
27
|
+
"AddIp6Rules": [
|
28
|
+
{
|
29
|
+
"document": "添加IPV6转换规则。",
|
30
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddIp6Rules\n&Ip6TranslatorId=ip6-90pt7p9q\n&Ip6RuleInfos.0.Vport6=55\n&Ip6RuleInfos.0.Vip=106.54.197.66\n&Ip6RuleInfos.0.Protocol=TCP\n&Ip6RuleInfos.0.Vport=66\n&<公共请求参数>",
|
31
|
+
"output": "{\n \"Response\": {\n \"Ip6RuleSet\": [\n \"rule6-f3se1mki\"\n ],\n \"RequestId\": \"fd8c7584-b5e7-4d93-99bd-470ed0aa51e7\"\n }\n}",
|
32
|
+
"title": "添加IPV6转换规则"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"AddTemplateMember": [
|
36
|
+
{
|
37
|
+
"document": "",
|
38
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddTemplateMember\n&TemplateId=ipm-88t6207k\n&TemplateMember.0.Member=10.0.0.1\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=172.20.0.1/24\n&<公共请求参数>",
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
40
|
+
"title": "添加IP地址模板成员"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"document": "",
|
44
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddTemplateMember\n&TemplateId=ipmg-dih8xdbq\n&TemplateMember.0.Member=ipm-88t6207k\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=ipm-mdunqeb6\n&<公共请求参数>",
|
45
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
46
|
+
"title": "添加IP地址组模板成员"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"document": "",
|
50
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddTemplateMember\n&TemplateId=ppm-6zwa44xm\n&TemplateMember.0.Member=TCP:80\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=TCP:443\n&<公共请求参数>",
|
51
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
52
|
+
"title": "添加协议端口模板成员"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"document": "",
|
56
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddTemplateMember\n&TemplateId=ppmg-ms7c7gcr\n&TemplateMember.0.Member=ppm-6zwa44xm\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=ppm-4tw1bxlq\n&<公共请求参数>",
|
57
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
58
|
+
"title": "添加协议端口组模板成员"
|
59
|
+
}
|
60
|
+
],
|
61
|
+
"AdjustPublicAddress": [
|
62
|
+
{
|
63
|
+
"document": "更换CVM实例的普通公网IP",
|
64
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AdjustPublicAddress\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-1vogaxgk\"\n}",
|
65
|
+
"output": "{\n \"Response\": {\n \"TaskId\": 5513621,\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
66
|
+
"title": "更换公网IP"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"document": "更换包月带宽计费模式的弹性EIP",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AdjustPublicAddress\n<公共请求参数>\n\n{\n \"AddressId\": \"eip-oy67r5oi\"\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"TaskId\": 5312621,\n \"RequestId\": \"6AF60BEC-0142-43AF-CB20-276271FB54A7\"\n }\n}",
|
72
|
+
"title": "更换包月带宽的弹性EIP"
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"AllocateAddresses": [
|
76
|
+
{
|
77
|
+
"document": "需开通Anycast公网加速白名单",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"AddressCount\": 1,\n \"AddressType\": \"AnycastEIP\"\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eip-m44ku5d2\"\n ],\n \"TaskId\": \"61531428\",\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
80
|
+
"title": "创建加速IP"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"document": "创建常规IP。",
|
84
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"AddressCount\": 1\n}",
|
85
|
+
"output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eip-m44ku5d2\"\n ],\n \"TaskId\": \"61531421\",\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
86
|
+
"title": "创建常规IP"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"document": "需开通静态单线IP白名单",
|
90
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"AddressCount\": 1,\n \"InternetServiceProvider\": \"CTCC\"\n}",
|
91
|
+
"output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eip-m44ku5d2\"\n ],\n \"TaskId\": \"61531429\",\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
92
|
+
"title": "创建静态单线IP"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"document": "幂等请求失败,更新幂等参数。",
|
96
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"ClientToken\": \"b8fcdf80-248a-4095-bfa3-7f59df1aec\"\n}",
|
97
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"UnsupportedOperation.DeliveryFailed\",\n \"Message\": \"发货失败,请更新`ClientToken`并重试。\"\n },\n \"RequestId\": \"8e176c15-f087-4816-a270-306cf87229a6\"\n }\n}",
|
98
|
+
"title": "申请EIP失败"
|
99
|
+
}
|
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
|
+
],
|
109
|
+
"AllocateIp6AddressesBandwidth": [
|
110
|
+
{
|
111
|
+
"document": "指定IPv6地址开通公网访问能力。",
|
112
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateIp6AddressesBandwidth\n<公共请求参数>\n\n{\n \"Ip6Addresses\": [\n \"2402:4e00:1000:200:0:8d8a:60b7:87f8\"\n ],\n \"InternetMaxBandwidthOut\": 1\n}",
|
113
|
+
"output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eip-68dqs5ri\"\n ],\n \"TaskId\": \"194395704\",\n \"RequestId\": \"283a29bf-982d-4d55-984a-0d464f61f9ae\"\n }\n}",
|
114
|
+
"title": "指定IPv6地址开通公网访问能力"
|
115
|
+
}
|
116
|
+
],
|
117
|
+
"AssignIpv6Addresses": [
|
118
|
+
{
|
119
|
+
"document": "分配指定IPv6地址",
|
120
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssignIpv6Addresses\n<公共请求参数>\n\n{\n \"Ipv6Addresses\": [\n {\n \"Description\": \"test2\",\n \"Primary\": \"false\",\n \"Address\": \"3402:4e00:20:1202::2\"\n },\n {\n \"Description\": \"test1\",\n \"Primary\": \"false\",\n \"Address\": \"3402:4e00:20:1202::1\"\n }\n ],\n \"NetworkInterfaceId\": \"eni-5u5biujl\"\n}",
|
121
|
+
"output": "{\n \"Response\": {\n \"Ipv6AddressSet\": [\n {\n \"Address\": \"3402:4e00:20:1202::1\",\n \"AddressId\": \"\",\n \"Primary\": false,\n \"Description\": \"test1\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\"\n },\n {\n \"Address\": \"3402:4e00:20:1202::2\",\n \"AddressId\": \"\",\n \"Primary\": false,\n \"Description\": \"test2\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\"\n }\n ],\n \"RequestId\": \"4a8d6fc0-bc48-4394-b1f7-2818a217359a\"\n }\n}",
|
122
|
+
"title": "分配指定IPv6地址"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"document": "按个数自动分配IPv6地址",
|
126
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssignIpv6Addresses\n<公共请求参数>\n\n{\n \"NetworkInterfaceId\": \"eni-5u5biujl\",\n \"Ipv6AddressCount\": 2\n}",
|
127
|
+
"output": "{\n \"Response\": {\n \"Ipv6AddressSet\": [\n {\n \"Address\": \"3402:4e00:20:1202:0:8d05:c272:f514\",\n \"AddressId\": \"\",\n \"Primary\": false,\n \"Description\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\"\n },\n {\n \"Address\": \"3402:4e00:20:1202:0:8d05:c272:f559\",\n \"AddressId\": \"\",\n \"Primary\": false,\n \"Description\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\"\n }\n ],\n \"RequestId\": \"4a8d6fc0-bc48-4394-b1f7-2818a217359a\"\n }\n}",
|
128
|
+
"title": "按个数自动分配IPv6地址"
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"AssignIpv6CidrBlock": [
|
132
|
+
{
|
133
|
+
"document": "分配IPv6网段",
|
134
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AssignIpv6CidrBlock\n&VpcId=vpc-rkxd3pgh\n&<公共请求参数>",
|
135
|
+
"output": "{\n \"Response\": {\n \"Ipv6CidrBlock\": \"3402:4e00:20:1000::/56\",\n \"RequestId\": \"75221557-b667-440a-8cfe-ccd1bde2a234\"\n }\n}",
|
136
|
+
"title": "分配IPv6网段"
|
137
|
+
}
|
138
|
+
],
|
139
|
+
"AssignIpv6SubnetCidrBlock": [
|
140
|
+
{
|
141
|
+
"document": "申请IPv6子网",
|
142
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssignIpv6SubnetCidrBlock\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-q26u781x\",\n \"Ipv6SubnetCidrBlocks\": [\n {\n \"SubnetId\": \"subnet-8uwg949c\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\"\n }\n ]\n}",
|
143
|
+
"output": "{\n \"Response\": {\n \"Ipv6SubnetCidrBlockSet\": [\n {\n \"SubnetId\": \"subnet-8uwg949c\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\"\n }\n ],\n \"RequestId\": \"d681727c-6291-4409-9ab6-6ecbb493243c\"\n }\n}",
|
144
|
+
"title": "分配IPv6子网段"
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"AssignPrivateIpAddresses": [
|
148
|
+
{
|
149
|
+
"document": "申请弹性网卡",
|
150
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssignPrivateIpAddresses\n<公共请求参数>\n\n{\n \"NetworkInterfaceId\": \"eni-afo43z61\",\n \"SecondaryPrivateIpAddressCount\": \"1\"\n}",
|
151
|
+
"output": "{\n \"Response\": {\n \"PrivateIpAddressSet\": [\n {\n \"PrivateIpAddress\": \"172.16.32.237\",\n \"Primary\": false,\n \"PublicIpAddress\": \"\",\n \"AddressId\": \"\",\n \"Description\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\",\n \"QosLevel\": \"DEFAULT\"\n }\n ],\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
152
|
+
"title": "弹性网卡申请内网 IP"
|
153
|
+
}
|
154
|
+
],
|
155
|
+
"AssociateAddress": [
|
156
|
+
{
|
157
|
+
"document": "绑定EIP到实例上。",
|
158
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssociateAddress\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-1bmpb9tu\",\n \"AddressId\": \"eip-ek0cdz1g\"\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"50121411\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
160
|
+
"title": "绑定EIP到实例上"
|
161
|
+
}
|
162
|
+
],
|
163
|
+
"AssociateDhcpIpWithAddressIp": [
|
164
|
+
{
|
165
|
+
"document": "",
|
166
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssociateDhcpIpWithAddressIp\n<公共请求参数>\n\n{\n \"DhcpIpId\": \"dpcpip-9o233uri\",\n \"AddressIp\": \"119.29.93.218\"\n}",
|
167
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
168
|
+
"title": "DhcpIp绑定EIP"
|
169
|
+
}
|
170
|
+
],
|
171
|
+
"AssociateDirectConnectGatewayNatGateway": [
|
172
|
+
{
|
173
|
+
"document": "绑定专线网关与公网NAT网关实例",
|
174
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AssociateDirectConnectGatewayNatGateway\n&VpcId=vpc-8xpno8ee\n&DirectConnectGatewayId=dcg-fxa6gh5t\n&NatGatewayId=nat-ig8xpno8\n&<公共请求参数>",
|
175
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbffc3f0-1807-4683-89ee-2d2b96425ee1\"\n }\n}",
|
176
|
+
"title": "专线网关绑定NAT网关"
|
177
|
+
}
|
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
|
+
],
|
187
|
+
"AssociateInstancesToCcnRouteTable": [
|
188
|
+
{
|
189
|
+
"document": "关联实例到路由表",
|
190
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AssociateInstancesToCcnRouteTable\n&CcnId=ccn-gree226l\n&RouteTableId=ccnrt-gree2262\n&Instances.0.InstanceType=VPC\n&Instances.0.InstanceId=vpc-3dr1zrr9\n&<公共请求参数>",
|
191
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
192
|
+
"title": "关联实例到路由表"
|
193
|
+
}
|
194
|
+
],
|
195
|
+
"AssociateNatGatewayAddress": [
|
196
|
+
{
|
197
|
+
"document": "NAT网关绑定弹性IP",
|
198
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AssociateNatGatewayAddress\n&NatGatewayId=nat-mdbjfr0y\n&PublicIpAddresses.0=139.199.232.212\n&<公共请求参数>",
|
199
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbffc3f0-1807-4683-89ee-2d2b96425ee1\"\n }\n}",
|
200
|
+
"title": "NAT网关绑定弹性IP"
|
201
|
+
}
|
202
|
+
],
|
203
|
+
"AssociateNetworkAclSubnets": [
|
204
|
+
{
|
205
|
+
"document": "网络ACL关联子网",
|
206
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AssociateNetworkAclSubnets\n&NetworkAclId=acl-12345678\n&SubnetIds.0=subnet-12345678\n&<公共请求参数>",
|
207
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
208
|
+
"title": "网络ACL关联子网"
|
209
|
+
}
|
210
|
+
],
|
211
|
+
"AssociateNetworkInterfaceSecurityGroups": [
|
212
|
+
{
|
213
|
+
"document": "将指定网卡和指定安全组进行关联",
|
214
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssociateNetworkInterfaceSecurityGroups\n<公共请求参数>\n\n{\n \"NetworkInterfaceIds\": [\n \"eni-1a2b3c4d\"\n ],\n \"SecurityGroupIds\": [\n \"sg-1a2b3c4d\"\n ]\n}",
|
215
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
216
|
+
"title": "弹性网关关联安全组"
|
217
|
+
}
|
218
|
+
],
|
219
|
+
"AttachCcnInstances": [
|
220
|
+
{
|
221
|
+
"document": "云联网关联多个网络实例",
|
222
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AttachCcnInstances\n&CcnId=ccn-gree226l\n&Instances.0.InstanceType=VPC\n&Instances.0.InstanceId=vpc-3dr1zrr9\n&Instances.0.InstanceRegion=ap-guangzhou\n&Instances.1.InstanceType=DIRECTCONNECT\n&Instances.1.InstanceId=dcg-98qosdc3\n&Instances.1.InstanceRegion=ap-guangzhou\n&<公共请求参数>",
|
223
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
224
|
+
"title": "云联网关联多个网络实例"
|
225
|
+
}
|
226
|
+
],
|
227
|
+
"AttachClassicLinkVpc": [
|
228
|
+
{
|
229
|
+
"document": "创建基础网络互通",
|
230
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AttachClassicLinkVpc\n&VpcId=vpc-gjui0b5t\n&InstanceIds.0=ins-0x5msjda\n&<公共请求参数>",
|
231
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
232
|
+
"title": "创建基础网络互通"
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"AttachNetworkInterface": [
|
236
|
+
{
|
237
|
+
"document": "弹性网卡绑定云服务器",
|
238
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AttachNetworkInterface\n&NetworkInterfaceId=eni-afo43z61\n&InstanceId=ins-ins-r8hr2upy\n&<公共请求参数>",
|
239
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
240
|
+
"title": "弹性网卡绑定云服务器"
|
241
|
+
}
|
242
|
+
],
|
243
|
+
"AttachSnapshotInstances": [
|
244
|
+
{
|
245
|
+
"document": "",
|
246
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AttachSnapshotInstances\n<公共请求参数>\n\n{\n \"SnapshotPolicyId\": \"sspolicy-g6jwvm35\",\n \"Instances\": [\n {\n \"InstanceId\": \"sg-e18r37v3\",\n \"InstanceType\": \"securitygroup\",\n \"InstanceRegion\": \"ap-shanghai\"\n }\n ]\n}",
|
247
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
248
|
+
"title": "快照策略关联实例"
|
249
|
+
}
|
250
|
+
],
|
251
|
+
"AuditCrossBorderCompliance": [
|
252
|
+
{
|
253
|
+
"document": "本接口(AuditCrossBorderCompliance)用于服务商操作合规化资质审批。",
|
254
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AuditCrossBorderCompliance\n&ServiceProvider=UNICOM\n&ComplianceId=10006\n&AuditBehavior=DENY\n&<公共请求参数>",
|
255
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0de0923a-c53c-43c2-9c25-99b2f3944107\"\n }\n}",
|
256
|
+
"title": "合规化审批"
|
257
|
+
}
|
258
|
+
],
|
259
|
+
"CheckAssistantCidr": [
|
260
|
+
{
|
261
|
+
"document": "CIDR与VPC现存信息存在冲突。",
|
262
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-12345678\",\n \"NewCidrBlocks\": [\n \"172.16.0.0/24\"\n ]\n}",
|
263
|
+
"output": "{\n \"Response\": {\n \"ConflictSourceSet\": [\n {\n \"ConflictSourceId\": \"vpcd-122d5678\",\n \"SourceItem\": \"172.16.0.0/16\",\n \"ConflictItemSet\": [\n {\n \"ConfilctId\": \"vpc-12345678\",\n \"DestinationItem\": \"172.16.0.0/24\"\n }\n ]\n }\n ],\n \"RequestId\": \"e906fed4-29ew-44ba-a240-f5bde9fd84c7\"\n }\n}",
|
264
|
+
"title": "检查辅助CIDR冲突"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"document": "CIDR与VPC现存信息不存在冲突。",
|
268
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-12345678\",\n \"NewCidrBlocks\": [\n \"172.16.0.0/24\"\n ]\n}",
|
269
|
+
"output": "{\n \"Response\": {\n \"ConflictSourceSet\": [],\n \"RequestId\": \"e906fed4-292c-44ba-a240-f5bde9fd84c7\"\n }\n}",
|
270
|
+
"title": "检查辅助CIDR冲突-2"
|
271
|
+
}
|
272
|
+
],
|
273
|
+
"CheckDefaultSubnet": [
|
274
|
+
{
|
275
|
+
"document": "预判是否可建默认子网",
|
276
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CheckDefaultSubnet\r\n&Zone=ap-guangzhou-1\r\n&<公共请求参数>",
|
277
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"Result\": true\n }\n}",
|
278
|
+
"title": "预判是否可建默认子网"
|
279
|
+
}
|
280
|
+
],
|
281
|
+
"CheckNetDetectState": [
|
282
|
+
{
|
283
|
+
"document": "根据网络探测ID验证探测参数",
|
284
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckNetDetectState\n<公共请求参数>\n\n{\n \"NetDetectId\": \"netd-12345678\",\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"DetectDestinationIp\": [\n \"10.0.0.3\",\n \"10.0.0.2\"\n ]\n}",
|
285
|
+
"output": "{\n \"Response\": {\n \"NetDetectIpStateSet\": [\n {\n \"DetectDestinationIp\": \"10.0.0.2\",\n \"State\": 0,\n \"Delay\": 0,\n \"PacketLossRate\": 0\n },\n {\n \"DetectDestinationIp\": \"10.0.0.3\",\n \"State\": 0,\n \"Delay\": 0,\n \"PacketLossRate\": 0\n }\n ],\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
286
|
+
"title": "根据网络探测ID验证探测参数"
|
287
|
+
}
|
288
|
+
],
|
289
|
+
"ClearRouteTableSelectionPolicies": [
|
290
|
+
{
|
291
|
+
"document": "清空云联网路由选择策略",
|
292
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ClearRouteTableSelectionPolicies\n&CcnId=ccn-mnvhfmv9\n&<公共请求参数>",
|
293
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
294
|
+
"title": "清空云联网路由选择策略"
|
295
|
+
}
|
296
|
+
],
|
297
|
+
"CloneSecurityGroup": [
|
298
|
+
{
|
299
|
+
"document": "克隆安全组",
|
300
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CloneSecurityGroup\n&SecurityGroupId=sg-78ysaex1\n&<公共请求参数>",
|
301
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-4esrjvgl\",\n \"SecurityGroupName\": \"demo\",\n \"SecurityGroupDesc\": \"demo\",\n \"ProjectId\": \"0\",\n \"CreatedTime\": \"2018-01-13 19:26:33\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"UpdateTime\": \"2018-02-13 19:26:33\",\n \"IsDefault\": false\n }\n }\n}",
|
302
|
+
"title": "克隆安全组"
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"document": "克隆安全组,指定项目ID",
|
306
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CloneSecurityGroup\n&SecurityGroupId=sg-78ysaex1\n&ProjectId=1001\n&<公共请求参数>",
|
307
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-2edhcclz\",\n \"SecurityGroupName\": \"demo\",\n \"SecurityGroupDesc\": \"demo\",\n \"ProjectId\": \"1001\",\n \"CreatedTime\": \"2018-01-13 19:26:33\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"UpdateTime\": \"2018-02-13 19:26:33\",\n \"IsDefault\": false\n }\n }\n}",
|
308
|
+
"title": "克隆安全组,指定项目ID"
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"document": "克隆安全组,指定名称和备注",
|
312
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CloneSecurityGroup\n&SecurityGroupId=sg-78ysaex1\n&GroupName=demo\n&GroupDescription=demo\n&<公共请求参数>",
|
313
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-f42uhpkj\",\n \"SecurityGroupName\": \"demo\",\n \"SecurityGroupDesc\": \"demo\",\n \"ProjectId\": \"0\",\n \"CreatedTime\": \"2018-01-13 19:26:33\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"UpdateTime\": \"2018-02-13 19:26:33\",\n \"IsDefault\": false\n }\n }\n}",
|
314
|
+
"title": "克隆安全组,指定名称和备注"
|
315
|
+
}
|
316
|
+
],
|
317
|
+
"CreateAddressTemplate": [
|
318
|
+
{
|
319
|
+
"document": "创建IP地址模板",
|
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&<公共请求参数>",
|
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}",
|
322
|
+
"title": "创建IP地址模板"
|
323
|
+
}
|
324
|
+
],
|
325
|
+
"CreateAddressTemplateGroup": [
|
326
|
+
{
|
327
|
+
"document": "创建IP地址模板集合",
|
328
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateAddressTemplateGroup\n&AddressTemplateGroupName=demo\n&AddressTemplateIds.0=ipm-88t6207k\n&AddressTemplateIds.1=ipm-mdunqeb6\n&<公共请求参数>",
|
329
|
+
"output": "{\n \"Response\": {\n \"AddressTemplateGroup\": {\n \"AddressTemplateGroupName\": \"demo\",\n \"AddressTemplateGroupId\": \"ipmg-dih8xdbq\",\n \"AddressTemplateIdSet\": [\n \"ipm-88t6207k\",\n \"ipm-mdunqeb6\"\n ],\n \"AddressTemplateSet\": [\n {\n \"AddressTemplateId\": \"demo\",\n \"AddressTemplateName\": \"demo\",\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}",
|
330
|
+
"title": "创建IP地址模板集合"
|
331
|
+
}
|
332
|
+
],
|
333
|
+
"CreateAndAttachNetworkInterface": [
|
334
|
+
{
|
335
|
+
"document": "创建弹性网卡并绑定云服务器",
|
336
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAndAttachNetworkInterface\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-0akbol5v\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"InstanceId\": \"ins-12345678\",\n \"PrivateIpAddresses\": [\n {\n \"Primary\": \"true\",\n \"PrivateIpAddress\": \"172.16.64.13\"\n }\n ],\n \"SecurityGroupIds\": [\n \"sg-05bb4upy\"\n ],\n \"NetworkInterfaceDescription\": \"TestDesc\",\n \"SecondaryPrivateIpAddressCount\": \"1\",\n \"SubnetId\": \"subnet-76r802pg\",\n \"NetworkInterfaceName\": \"TestNIC\"\n}",
|
337
|
+
"output": "{\n \"Response\": {\n \"NetworkInterface\": {\n \"NetworkInterfaceId\": \"eni-irk5qhhl\",\n \"VpcId\": \"vpc-0akbol5v\",\n \"SubnetId\": \"subnet-76r802pg\",\n \"NetworkInterfaceName\": \"TestNIC\",\n \"NetworkInterfaceDescription\": \"TestDesc\",\n \"MacAddress\": \"20:90:6F:62:33:E2\",\n \"Business\": \"TKE\",\n \"CdcId\": \"\",\n \"EniType\": 1,\n \"AttachType\": 1,\n \"QosLevel\": \"DEFAULT\",\n \"ResourceId\": \"\",\n \"PrivateIpAddressSet\": [\n {\n \"PrivateIpAddress\": \"172.16.64.13\",\n \"Primary\": true,\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"Description\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\",\n \"QosLevel\": \"DEFAULT\"\n }\n ],\n \"Attachment\": {\n \"InstanceId\": \"ins-12345678\",\n \"DeviceIndex\": 1,\n \"InstanceAccountId\": \"251007979\",\n \"AttachTime\": \"2021-06-17 11:24:24\"\n },\n \"GroupSet\": [],\n \"Primary\": false,\n \"State\": \"PENDING\",\n \"Zone\": \"\",\n \"CreatedTime\": \"\",\n \"Ipv6AddressSet\": [],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n },\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
338
|
+
"title": "创建弹性网卡并绑定云服务器"
|
339
|
+
}
|
340
|
+
],
|
341
|
+
"CreateAssistantCidr": [
|
342
|
+
{
|
343
|
+
"document": "创建辅助CIDR",
|
344
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-12345678\",\n \"CidrBlocks\": [\n \"172.16.0.0/24\"\n ]\n}",
|
345
|
+
"output": "{\n \"Response\": {\n \"AssistantCidrSet\": [\n {\n \"VpcId\": \"vpc-12345678\",\n \"CidrBlock\": \"172.16.0.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": []\n }\n ],\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
346
|
+
"title": "创建辅助CIDR"
|
347
|
+
}
|
348
|
+
],
|
349
|
+
"CreateBandwidthPackage": [
|
350
|
+
{
|
351
|
+
"document": "创建共享带宽包",
|
352
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBandwidthPackage\n<公共请求参数>\n\n{\n \"NetworkType\": \"BGP\",\n \"ChargeType\": \"TOP5_POSTPAID_BY_MONTH\"\n}",
|
353
|
+
"output": "{\n \"Response\": {\n \"BandwidthPackageId\": \"bwp-8rol****\",\n \"BandwidthPackageIds\": [\n \"bwp-8rol****\"\n ],\n \"RequestId\": \"57741638-47c2-4c6d-ac84-b88eb83dad06\"\n }\n}",
|
354
|
+
"title": "创建共享带宽包"
|
355
|
+
}
|
356
|
+
],
|
357
|
+
"CreateCcn": [
|
358
|
+
{
|
359
|
+
"document": "创建一个云联网CCN实例",
|
360
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCcn\n<公共请求参数>\n\n{\n \"CcnDescription\": \"test+description\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"CcnName\": \"test+name\",\n \"QosLevel\": \"PT\"\n}",
|
361
|
+
"output": "{\n \"Response\": {\n \"Ccn\": {\n \"CcnId\": \"ccn-gjug0kul\",\n \"CcnName\": \"test name\",\n \"RoutePriorityFlag\": false,\n \"CcnDescription\": \"test description\",\n \"InstanceCount\": 0,\n \"QosLevel\": \"PT\",\n \"State\": \"AVAILABLE\",\n \"InstanceChargeType\": \"POSTPAID\",\n \"BandwidthLimitType\": \"OUTER_REGION_LIMIT\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"RouteTableFlag\": true,\n \"RouteTableCount\": 1,\n \"IsSecurityLock\": true,\n \"RouteBroadcastPolicyFlag\": true,\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n },\n \"RequestId\": \"b8351d12-3c82-4d4b-9d88-972e02ca4620\"\n }\n}",
|
362
|
+
"title": "创建一个CCN"
|
363
|
+
}
|
364
|
+
],
|
365
|
+
"CreateCcnRouteTables": [
|
366
|
+
{
|
367
|
+
"document": "创建云联网路由表",
|
368
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateCcnRouteTables\n&RouteTable.0.CcnId=ccn-8j0phqix\n&RouteTable.0.Name=rubytest\n&RouteTable.0.Description=rtb-1\n&<公共请求参数>",
|
369
|
+
"output": "{\n \"Response\": {\n \"CcnRouteTableSet\": [\n {\n \"CcnId\": \"ccn-8j0phqix\",\n \"CcnRouteTableId\": \"ccnrtb-mnvhfmv9\",\n \"RouteTableName\": \"rubytest\",\n \"RouteTableDescription\": \"rtb-1\",\n \"IsDefaultTable\": true,\n \"CreateTime\": \"2021-05-11 15:47:53\"\n }\n ],\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
370
|
+
"title": "创建云联网路由表"
|
371
|
+
}
|
372
|
+
],
|
373
|
+
"CreateCdcLDCXList": [
|
374
|
+
{
|
375
|
+
"document": "创建 IDC 通道",
|
376
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCdcLDCXList\n<公共请求参数>\n\n{}",
|
377
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cf9c4a26-aaa5-4271-91e6-2351bfaddd17\"\n }\n}",
|
378
|
+
"title": "创建 IDC 通道"
|
379
|
+
}
|
380
|
+
],
|
381
|
+
"CreateCdcNetPlanes": [
|
382
|
+
{
|
383
|
+
"document": "支持 CDC下多租户",
|
384
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCdcNetPlanes\n<公共请求参数>\n\n{}",
|
385
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f087abd5-fcca-42d0-8077-b5cae0e5f9b3\"\n }\n}",
|
386
|
+
"title": "创建虚拟连接"
|
387
|
+
}
|
388
|
+
],
|
389
|
+
"CreateCustomerGateway": [
|
390
|
+
{
|
391
|
+
"document": "创建对端网关",
|
392
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCustomerGateway\n<公共请求参数>\n\n{\n \"IpAddress\": \"58.211.1.12\",\n \"CustomerGatewayName\": \"test-cgw\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
|
393
|
+
"output": "{\n \"Response\": {\n \"CustomerGateway\": {\n \"CustomerGatewayId\": \"cgw-mgp33pll\",\n \"CustomerGatewayName\": \"cgw-name\",\n \"IpAddress\": \"58.21.1.12\",\n \"CreatedTime\": \"2023-05-29 11:28:45\",\n \"BgpAsn\": 141\n },\n \"RequestId\": \"5bd98433-263a-47b6-9a1c-84aa613a8ff6\"\n }\n}",
|
394
|
+
"title": "创建对端网关"
|
395
|
+
}
|
396
|
+
],
|
397
|
+
"CreateDefaultSecurityGroup": [
|
398
|
+
{
|
399
|
+
"document": "创建默认安全组",
|
400
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDefaultSecurityGroup\n&<公共请求参数>",
|
401
|
+
"output": "{\n \"Response\": {\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-r0g2kty7\",\n \"SecurityGroupName\": \"default\",\n \"SecurityGroupDesc\": \"System created security group\",\n \"ProjectId\": \"0\",\n \"IsDefault\": true,\n \"TagSet\": [],\n \"CreatedTime\": \"2020-01-10 11:37:52\",\n \"UpdateTime\": \"2020-01-10 11:37:52\"\n },\n \"RequestId\": \"727a8ab6-e15e-45db-8b8a-a95cb636a812\"\n }\n}",
|
402
|
+
"title": "创建默认安全组"
|
403
|
+
}
|
404
|
+
],
|
405
|
+
"CreateDefaultVpc": [
|
406
|
+
{
|
407
|
+
"document": "创建默认VPC",
|
408
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDefaultVpc\n&<公共请求参数>",
|
409
|
+
"output": "{\n \"Response\": {\n \"Vpc\": {\n \"VpcId\": \"vpc-pin7sxcd\",\n \"SubnetId\": \"subnet-ixzf2m42\",\n \"VpcName\": \"demo\",\n \"SubnetName\": \"demo\",\n \"CidrBlock\": \"10.0.0.0/8\"\n },\n \"RequestId\": \"a2353d77-5c08-49c4-a28a-632a8af5e294\"\n }\n}",
|
410
|
+
"title": "创建默认VPC"
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"document": "强制创建默认VPC",
|
414
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDefaultVpc\n&Force=true\n&<公共请求参数>",
|
415
|
+
"output": "{\n \"Response\": {\n \"Vpc\": {\n \"VpcId\": \"vpc-8mpwlbdv\",\n \"SubnetId\": \"subnet-l9emqwnw\",\n \"VpcName\": \"demo\",\n \"SubnetName\": \"demo\",\n \"CidrBlock\": \"10.0.0.0/8\"\n },\n \"RequestId\": \"91348b0a-6846-49ff-822b-a21eef848c9f\"\n }\n}",
|
416
|
+
"title": "强制生产默认VPC"
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"document": "不强制创建默认VPC",
|
420
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDefaultVpc\n&<公共请求参数>",
|
421
|
+
"output": "{\n \"Response\": {\n \"Vpc\": {\n \"VpcId\": \"0\",\n \"SubnetId\": \"subnet-jwjj37i0\",\n \"VpcName\": \"demo\",\n \"SubnetName\": \"demo\",\n \"CidrBlock\": \"10.0.0.0/8\"\n },\n \"RequestId\": \"c52dda11-9e53-440f-b034-6292f2144dd0\"\n }\n}",
|
422
|
+
"title": "用户账号网络属性(DescribeAccountAttributes)同时支持基础网络和VPC,不强制创建默认VPC,则返回VpcId为0,表示不创建默认VPC"
|
423
|
+
}
|
424
|
+
],
|
425
|
+
"CreateDhcpIp": [
|
426
|
+
{
|
427
|
+
"document": "创建DhcpIp",
|
428
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDhcpIp\n<公共请求参数>\n\n{\n \"SubnetId\": \"subnet-6zwa44xm\",\n \"VpcId\": \"vpc-4tw1bxlq\",\n \"DhcpIpName\": \"demo\",\n \"SecondaryPrivateIpAddressCount\": \"1\"\n}",
|
429
|
+
"output": "{\n \"Response\": {\n \"DhcpIpSet\": [\n {\n \"DhcpIpId\": \"dhcpip-ms7c7gcr\",\n \"DhcpIpName\": \"demo\",\n \"PrivateIpAddress\": \"10.0.0.13\",\n \"VpcId\": \"vpc-4tw1bxlq\",\n \"SubnetId\": \"subnet-6zwa44xm\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"State\": \"UNBIND\",\n \"CreatedTime\": \"2018-10-10 17:03:09\"\n }\n ],\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
430
|
+
"title": "创建DhcpIp"
|
431
|
+
}
|
432
|
+
],
|
433
|
+
"CreateDirectConnectGateway": [
|
434
|
+
{
|
435
|
+
"document": "",
|
436
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDirectConnectGateway\n&DirectConnectGatewayName=我的网关\n&NetworkType=VPC\n&NetworkInstanceId=vpc-m7sr81gh\n&GatewayType=NAT\n&<公共请求参数>",
|
437
|
+
"output": "{\n \"Response\": {\n \"DirectConnectGateway\": {\n \"DirectConnectGatewayId\": \"dcg-gjug0kul\",\n \"DirectConnectGatewayName\": \"我的网关\",\n \"DirectConnectGatewayIp\": \"10.21.0.5\",\n \"EnableBGPCommunity\": false,\n \"VpcId\": \"vpc-m7sr81gh\",\n \"CcnId\": \"\",\n \"EnableBGP\": false,\n \"CcnRouteType\": \"BGP\",\n \"NetworkType\": \"VPC\",\n \"NetworkInstanceId\": \"vpc-m7sr81gh\",\n \"GatewayType\": \"NAT\",\n \"VXLANSupport\": [\n true\n ],\n \"NatGatewayId\": \"nat-m7dr11gc\",\n \"LocalZone\": false,\n \"Zone\": \"ap-guangzhou-1\",\n \"ModeType\": \"standard\",\n \"NewAfc\": 0,\n \"FlowDetailsUpdateTime\": \"2020-09-22 00:00:00\",\n \"EnableFlowDetails\": 0,\n \"AccessNetworkType\": \"Unknown\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"HaZoneList\": [\n \"demo\"\n ]\n },\n \"RequestId\": \"b8351d12-3c82-4d4b-9d88-972e02ca4620\"\n }\n}",
|
438
|
+
"title": "创建一个关联VPC的NAT型专线网关"
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"document": "",
|
442
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDirectConnectGateway\n&DirectConnectGatewayName=我的网关\n&NetworkType=CCN\n&NetworkInstanceId=ccn-8j0phqix\n&GatewayType=NORMAL\n&<公共请求参数>",
|
443
|
+
"output": "{\n \"Response\": {\n \"DirectConnectGateway\": {\n \"DirectConnectGatewayId\": \"dcg-3vwxt61v\",\n \"DirectConnectGatewayName\": \"我的网关\",\n \"VpcId\": \"vpc-ilii3ejt\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"ccn-c1aopa13\",\n \"GatewayType\": \"NORMAL\",\n \"EnableBGPCommunity\": true,\n \"EnableBGP\": true,\n \"CcnId\": \"ccn-8j0phqix\",\n \"CcnRouteType\": \"BGP\",\n \"NatGatewayId\": \"\",\n \"DirectConnectGatewayIp\": \"10.21.0.5\",\n \"LocalZone\": false,\n \"Zone\": \"ap-guangzhou-1\",\n \"ModeType\": \"standard\",\n \"VXLANSupport\": [\n true\n ],\n \"CreateTime\": \"0000-00-00 00:00:00\",\n \"NewAfc\": 1,\n \"FlowDetailsUpdateTime\": \"2020-11-10 12:23:11\",\n \"EnableFlowDetails\": 0,\n \"AccessNetworkType\": \"VXLAN\",\n \"HaZoneList\": [\n \"demo\"\n ]\n },\n \"RequestId\": \"b8351d12-3c82-4d4b-9d88-972e02ca4620\"\n }\n}",
|
444
|
+
"title": "创建一个关联CCN的标准型专线网关"
|
445
|
+
}
|
446
|
+
],
|
447
|
+
"CreateDirectConnectGatewayCcnRoutes": [
|
448
|
+
{
|
449
|
+
"document": "",
|
450
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&Routes.0.DestinationCidrBlock=10.2.2.0/24\n&<公共请求参数>",
|
451
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
452
|
+
"title": "创建专线网关云联网路由"
|
453
|
+
}
|
454
|
+
],
|
455
|
+
"CreateFlowLog": [
|
456
|
+
{
|
457
|
+
"document": "创建网络流日志",
|
458
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowLog\n<公共请求参数>\n\n{\n \"FlowLogName\": \"demo\",\n \"CloudLogId\": \"dfb8f1a2-8522-47c1-8571-67905167ab3f\",\n \"VpcId\": \"vpc-pq9vxykj\",\n \"FlowLogDescription\": \"demo\",\n \"ResourceType\": \"NETWORKINTERFACE\",\n \"ResourceId\": \"eni-78ysaex1\",\n \"TrafficType\": \"ACCEPT\"\n}",
|
459
|
+
"output": "{\n \"Response\": {\n \"FlowLog\": [\n {\n \"VpcId\": \"vpc-pq9vxykj\",\n \"FlowLogId\": \"fl-f42uhpkj\",\n \"FlowLogName\": \"demo\",\n \"ResourceType\": \"NETWORKINTERFACE\",\n \"ResourceId\": \"eni-78ysaex1\",\n \"TrafficType\": \"ACCEPT\",\n \"CloudLogId\": \"dfb8f1a2-8522-47c1-8571-67905167ab3f\",\n \"CloudLogState\": \"\",\n \"CloudLogRegion\": \"\",\n \"FlowLogDescription\": \"\",\n \"Enable\": true,\n \"StorageType\": \"cls\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"FlowLogStorage\": {\n \"StorageTopic\": \"\",\n \"StorageId\": \"\"\n },\n \"CreatedTime\": \"0000-00-00 00:00:00\"\n }\n ],\n \"RequestId\": \"404428db-f850-40c2-803\"\n }\n}",
|
460
|
+
"title": "创建网络流日志"
|
461
|
+
}
|
462
|
+
],
|
463
|
+
"CreateHaVip": [
|
464
|
+
{
|
465
|
+
"document": "创建HAVIP",
|
466
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateHaVip\n<公共请求参数>\n\n{\n \"SubnetId\": \"subnet-qq51iwr4\",\n \"Vip\": \"10.4.6.15\",\n \"VpcId\": \"vpc-6v2ht8q5\",\n \"HaVipName\": \"test+name\"\n}",
|
467
|
+
"output": "{\n \"Response\": {\n \"HaVip\": {\n \"HaVipId\": \"havip-72alakye\",\n \"HaVipName\": \"test name\",\n \"Vip\": \"10.4.6.15\",\n \"VpcId\": \"vpc-6v2ht8q5\",\n \"SubnetId\": \"subnet-qq51iwr4\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"State\": \"UNBIND\",\n \"CreatedTime\": \"2018-10-10 17:03:09\",\n \"Business\": \"SCF\"\n },\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
468
|
+
"title": "创建HAVIP"
|
469
|
+
}
|
470
|
+
],
|
471
|
+
"CreateHighPriorityRouteTable": [
|
472
|
+
{
|
473
|
+
"document": "创建高优路由表",
|
474
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateHighPriorityRouteTable\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-mcqaoy0f\",\n \"Name\": \"ivan_hprtb\"\n}",
|
475
|
+
"output": "{\n \"Response\": {\n \"HighPriorityRouteTable\": {\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"HighPriorityRouteSet\": [],\n \"HighPriorityRouteTableId\": \"hprtb-f9qln342\",\n \"Name\": \"ivan_hprtb\",\n \"VpcId\": \"vpc-mcqaoy0f\"\n },\n \"RequestId\": \"74e75009-1752-4127-8475-dfd12dd58a56\"\n }\n}",
|
476
|
+
"title": "创建高优路由表"
|
477
|
+
}
|
478
|
+
],
|
479
|
+
"CreateHighPriorityRoutes": [
|
480
|
+
{
|
481
|
+
"document": "创建高优路由表条目",
|
482
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateHighPriorityRoutes\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"HighPriorityRoutes\": [\n {\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.11\",\n \"Description\": \"ivan_test\"\n }\n ]\n}",
|
483
|
+
"output": "{\n \"Response\": {\n \"HighPriorityRouteSet\": [\n {\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"Description\": \"ivan_test\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"GatewayId\": \"172.16.0.11\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"HighPriorityRouteId\": \"hprti-0sb1mbut\",\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"SubnetRouteAlgorithm\": \"ECMP_QUINTUPLE_HASH\"\n }\n ],\n \"RequestId\": \"2af8e306-ffc0-4f18-a927-9f1ee04f0788\"\n }\n}",
|
484
|
+
"title": "创建高优路由表条目"
|
485
|
+
}
|
486
|
+
],
|
487
|
+
"CreateIp6Translators": [
|
488
|
+
{
|
489
|
+
"document": "创建IPV6转换实例",
|
490
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateIp6Translators\n&Ip6TranslatorCount=1\n&<公共请求参数>",
|
491
|
+
"output": "{\n \"Response\": {\n \"Ip6TranslatorSet\": [\n \"ip6-90pt7p9q\"\n ],\n \"RequestId\": \"aa645287-23fa-4950-8dc4-c56e63d2ca87\"\n }\n}",
|
492
|
+
"title": "创建IPV6转换实例"
|
493
|
+
}
|
494
|
+
],
|
495
|
+
"CreateLocalGateway": [
|
496
|
+
{
|
497
|
+
"document": "创建本地网关",
|
498
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateLocalGateway\n&CdcId=cluster-1234dert\n&VpcId=vpc-m0c2kcun\n&LocalGatewayName=TEST\n&<公共请求参数>",
|
499
|
+
"output": "{\n \"Response\": {\n \"LocalGateway\": {\n \"CdcId\": \"cluster-1234dert\",\n \"VpcId\": \"vpc-m0c2kcun\",\n \"UniqLocalGwId\": \"lgw-1234edfr\",\n \"LocalGatewayName\": \"TEST\",\n \"LocalGwIp\": \"10.0.0.0\",\n \"CreateTime\": \"2021-03-24 15:31:56\"\n },\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
500
|
+
"title": "创建本地网关"
|
501
|
+
}
|
502
|
+
],
|
503
|
+
"CreateNatGateway": [
|
504
|
+
{
|
505
|
+
"document": "创建一个传统型NAT网关并自动分配一个EIP",
|
506
|
+
"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}",
|
507
|
+
"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}",
|
508
|
+
"title": "创建NAT网关"
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"document": "创建一个标准型NAT网关并自动分配一个EIP",
|
512
|
+
"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}",
|
513
|
+
"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\": null,\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 2,\n \"ExclusiveGatewayBandwidth\": null\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"7b00a07c-7358-4f0a-b81c-8ce5882a87b8\"\n }\n}",
|
514
|
+
"title": "创建标准型NAT网关"
|
515
|
+
}
|
516
|
+
],
|
517
|
+
"CreateNatGatewayDestinationIpPortTranslationNatRule": [
|
518
|
+
{
|
519
|
+
"document": "",
|
520
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateNatGatewayDestinationIpPortTranslationNatRule\n&NatGatewayId=nat-3isn9hr0\n&DestinationIpPortTranslationNatRules.0.IpProtocol=TCP\n&DestinationIpPortTranslationNatRules.0.PublicIpAddress=139.199.232.238\n&DestinationIpPortTranslationNatRules.0.PublicPort=8989\n&DestinationIpPortTranslationNatRules.0.PrivateIpAddress=10.80.80.41\n&DestinationIpPortTranslationNatRules.0.PrivatePort=8989\n&DestinationIpPortTranslationNatRules.0.Description=test_dnapt\n&<公共请求参数>",
|
521
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"14f7ea4e-8452-4742-84b5-5a3aee304967\"\n }\n}",
|
522
|
+
"title": "创建NAT的转发规则"
|
523
|
+
}
|
524
|
+
],
|
525
|
+
"CreateNatGatewaySourceIpTranslationNatRule": [
|
526
|
+
{
|
527
|
+
"document": "",
|
528
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateNatGatewaySourceIpTranslationNatRule\n&NatGatewayId=nat-3isn9hr0\n&SourceIpTranslationNatRules.0.ResourceId=cvm-24796297\n&SourceIpTranslationNatRules.0.ResourceType=NETWORKINTERFACE\n&SourceIpTranslationNatRules.0.PrivateIpAddress=10.80.80.41\n&SourceIpTranslationNatRules.0.PublicIpAddresses.0=180.12.59.43\n&SourceIpTranslationNatRules.0.Description=test_snat\n&<公共请求参数>",
|
529
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"14f7ea4e-8452-4742-84b5-5a4aee304968\"\n }\n}",
|
530
|
+
"title": "创建NAT网关的SNAT规则"
|
531
|
+
}
|
532
|
+
],
|
533
|
+
"CreateNetDetect": [
|
534
|
+
{
|
535
|
+
"document": "创建网络探测",
|
536
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNetDetect\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-4tw1bxlq\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopType\": \"NORMAL_CVM\",\n \"NetDetectName\": \"demo\",\n \"DetectDestinationIp\": [\n \"10.0.0.3\",\n \"10.0.0.2\"\n ],\n \"SubnetId\": \"subnet-6zwa44xm\"\n}",
|
537
|
+
"output": "{\n \"Response\": {\n \"NetDetect\": {\n \"VpcId\": \"vpc-4tw1bxlq\",\n \"VpcName\": \"demo\",\n \"SubnetId\": \"subnet-6zwa44xm\",\n \"SubnetName\": \"demo\",\n \"NetDetectId\": \"netd-ms7c7gcr\",\n \"NetDetectName\": \"demo\",\n \"DetectDestinationIp\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.0.5\",\n \"10.0.0.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"0000-00-00 00:00:00\"\n },\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
538
|
+
"title": "创建网络探测"
|
539
|
+
}
|
540
|
+
],
|
541
|
+
"CreateNetworkAcl": [
|
542
|
+
{
|
543
|
+
"document": "创建网络ACL",
|
544
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNetworkAcl\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-4tw1bxlq\",\n \"NetworkAclName\": \"demo\"\n}",
|
545
|
+
"output": "{\n \"Response\": {\n \"NetworkAcl\": {\n \"NetworkAclId\": \"acl-6zwa44xm\",\n \"VpcId\": \"vpc-4tw1bxlq\",\n \"NetworkAclName\": \"demo\",\n \"CreatedTime\": \"2020-01-01 10:00:00\",\n \"SubnetSet\": [],\n \"IngressEntries\": [],\n \"EgressEntries\": [],\n \"NetworkAclType\": \"TRIPLE\",\n \"TagSet\": []\n },\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
546
|
+
"title": "创建网络ACL"
|
547
|
+
}
|
548
|
+
],
|
549
|
+
"CreateNetworkAclEntries": [
|
550
|
+
{
|
551
|
+
"document": "增量增加三元组ACL规则。",
|
552
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-k23blx7p\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Port\": \"80\",\n \"CidrBlock\": \"192.168.0.0/24\",\n \"Action\": \"Accept\",\n \"Description\": \"demo\"\n }\n ],\n \"Egress\": [\n {\n \"Protocol\": \"TCP\",\n \"Port\": \"80\",\n \"CidrBlock\": \"192.168.0.0/24\",\n \"Action\": \"Accept\",\n \"Description\": \"TEST\"\n }\n ]\n }\n}",
|
553
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
554
|
+
"title": "增量增加三元组ACL规则。"
|
555
|
+
}
|
556
|
+
],
|
557
|
+
"CreateNetworkAclQuintupleEntries": [
|
558
|
+
{
|
559
|
+
"document": "",
|
560
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNetworkAclQuintupleEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-irmuq4z4\",\n \"NetworkAclQuintupleSet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"DestinationCidr\": \"192.168.0.0/24\",\n \"SourceCidr\": \"192.168.0.0/24\",\n \"Action\": \"ACCEPT\",\n \"DestinationPort\": \"80\",\n \"SourcePort\": \"80\"\n }\n ]\n }\n}",
|
561
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
562
|
+
"title": "修改五元组优先级"
|
563
|
+
}
|
564
|
+
],
|
565
|
+
"CreateNetworkInterface": [
|
566
|
+
{
|
567
|
+
"document": "创建弹性网卡",
|
568
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNetworkInterface\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-0akbol5v\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"PrivateIpAddresses\": [\n {\n \"Primary\": \"true\",\n \"PrivateIpAddress\": \"172.16.64.13\"\n }\n ],\n \"SecurityGroupIds\": [\n \"sg-05bb4upy\"\n ],\n \"NetworkInterfaceDescription\": \"TestDesc\",\n \"SecondaryPrivateIpAddressCount\": \"1\",\n \"SubnetId\": \"subnet-76r802pg\",\n \"NetworkInterfaceName\": \"TestNIC\"\n}",
|
569
|
+
"output": "{\n \"Response\": {\n \"NetworkInterface\": {\n \"AttachType\": 0,\n \"Attachment\": null,\n \"Business\": \"cvm\",\n \"CdcId\": \"\",\n \"CreatedTime\": \"\",\n \"EniType\": 0,\n \"GroupSet\": [],\n \"Ipv6AddressSet\": [],\n \"MacAddress\": \"20:90:6F:2A:11:3D\",\n \"NetworkInterfaceDescription\": \"\",\n \"NetworkInterfaceId\": \"eni-ndaunxuo\",\n \"NetworkInterfaceName\": \"TEST_ENI\",\n \"Primary\": false,\n \"PrivateIpAddressSet\": [\n {\n \"AddressId\": \"\",\n \"Description\": \"\",\n \"IsWanIpBlocked\": false,\n \"Primary\": true,\n \"PrivateIpAddress\": \"10.0.0.3\",\n \"PublicIpAddress\": \"\",\n \"QosLevel\": \"PT\",\n \"State\": \"PENDING\"\n }\n ],\n \"QosLevel\": \"PT\",\n \"ResourceId\": null,\n \"State\": \"PENDING\",\n \"SubnetId\": \"subnet-r8x0gown\",\n \"TagSet\": [],\n \"VpcId\": \"vpc-67kr6ava\",\n \"Zone\": \"\"\n },\n \"RequestId\": \"a5c5cd4d-9024-4465-a8c0-5b0979ec806e\"\n }\n}",
|
570
|
+
"title": "创建弹性网卡"
|
571
|
+
}
|
572
|
+
],
|
573
|
+
"CreatePrivateNatGateway": [
|
574
|
+
{
|
575
|
+
"document": "创建一个私网NAT网关",
|
576
|
+
"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}",
|
577
|
+
"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}",
|
578
|
+
"title": "创建一个私网NAT网关"
|
579
|
+
}
|
580
|
+
],
|
581
|
+
"CreatePrivateNatGatewayDestinationIpPortTranslationNatRule": [
|
582
|
+
{
|
583
|
+
"document": "创建私网NAT网关目的端口转换规则",
|
584
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGatewayDestinationIpPortTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"LocalDestinationIpPortTranslationNatRules\": [\n {\n \"Protocol\": \"TCP\",\n \"TranslationPort\": 5666,\n \"TranslationIp\": \"10.0.0.14\",\n \"OriginalPort\": 8888,\n \"OriginalIp\": \"10.0.0.26\",\n \"Description\": \"desc\"\n }\n ]\n}",
|
585
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
|
586
|
+
"title": "创建私网NAT网关目的端口转换规则"
|
587
|
+
}
|
588
|
+
],
|
589
|
+
"CreatePrivateNatGatewayTranslationAclRule": [
|
590
|
+
{
|
591
|
+
"document": "创建私网NAT网关源端转换访问控制规则",
|
592
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGatewayTranslationAclRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"TRANSPORT_LAYER\",\n \"TranslationIp\": \"10.0.0.156-10.0.0.200\",\n \"TranslationAclRules\": [\n {\n \"Protocol\": \"TCP\",\n \"SourcePort\": \"5666\",\n \"SourceCidr\": \"10.0.1.0/24\",\n \"DestinationPort\": \"8888\",\n \"DestinationCidr\": \"10.0.2.0/24\"\n }\n ]\n}",
|
593
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
|
594
|
+
"title": "创建私网NAT网关源端转换访问控制规则"
|
595
|
+
}
|
596
|
+
],
|
597
|
+
"CreatePrivateNatGatewayTranslationNatRule": [
|
598
|
+
{
|
599
|
+
"document": "创建私网NAT网关源端转换规则",
|
600
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGatewayTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationNatRules\": [\n {\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.86\",\n \"TranslationIp\": \"10.0.0.222\",\n \"Description\": \"desc\"\n },\n {\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.34\",\n \"TranslationIp\": \"10.0.0.56\",\n \"Description\": \"desc\"\n },\n {\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.90\",\n \"TranslationIp\": \"10.0.0.123\",\n \"Description\": \"desc\"\n },\n {\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"TRANSPORT_LAYER\",\n \"TranslationIp\": \"10.0.0.156-10.0.0.200\",\n \"Description\": \"desc\"\n }\n ]\n}",
|
601
|
+
"output": "{\n \"Response\": {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
602
|
+
"title": "创建私网NAT网关源端转换规则"
|
603
|
+
}
|
604
|
+
],
|
605
|
+
"CreateReserveIpAddresses": [
|
606
|
+
{
|
607
|
+
"document": "指定个数,申请自动分配的保留 IP",
|
608
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReserveIpAddresses\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-mcqaoy0f\",\n \"IpAddressCount\": 2,\n \"Name\": \"name_ivan\",\n \"Description\": \"desc_ivan\"\n}",
|
609
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"14c27c62-fc90-4922-a20c-fca60c6b5330\",\n \"ReserveIpAddressSet\": [\n {\n \"CreatedTime\": \"2024-11-21 16:57:22\",\n \"Description\": \"desc_ivan\",\n \"IpType\": 0,\n \"Name\": \"name_ivan\",\n \"ReserveIpAddress\": \"10.0.5.99\",\n \"ReserveIpId\": \"rsvip-eaq2f4pc\",\n \"ResourceId\": \"\",\n \"State\": \"UnBind\",\n \"VpcId\": \"vpc-mcqaoy0f\"\n },\n {\n \"CreatedTime\": \"2024-11-21 16:57:22\",\n \"Description\": \"desc_ivan\",\n \"IpType\": 0,\n \"Name\": \"name_ivan\",\n \"ReserveIpAddress\": \"10.0.5.50\",\n \"ReserveIpId\": \"rsvip-2g134x24\",\n \"ResourceId\": \"\",\n \"State\": \"UnBind\",\n \"VpcId\": \"vpc-mcqaoy0f\"\n }\n ]\n }\n}",
|
610
|
+
"title": "指定个数,申请自动分配的保留 IP"
|
611
|
+
}
|
612
|
+
],
|
613
|
+
"CreateRouteTable": [
|
614
|
+
{
|
615
|
+
"document": "创建路由表",
|
616
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateRouteTable\n&RouteTableName=TestRouteTable\n&VpcId=vpc-2at5y1pn\n&Tags.0.Key=city\n&Tags.0.Value=shanghai\n&<公共请求参数>",
|
617
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"RouteTable\": {\n \"RouteTableId\": \"rtb-azd4dt1c\",\n \"VpcId\": \"vpc-2at5y1pn\",\n \"RouteTableName\": \"TestRouteTable\",\n \"AssociationSet\": [],\n \"RouteSet\": [],\n \"Main\": false,\n \"CreatedTime\": \"2020-10-16 10:00:00\",\n \"LocalCidrForCcn\": [\n {\n \"Cidr\": \"10.1.0.0/24\",\n \"PublishedToVbc\": true\n }\n ],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n }\n }\n}",
|
618
|
+
"title": "创建路由表"
|
619
|
+
}
|
620
|
+
],
|
621
|
+
"CreateRoutes": [
|
622
|
+
{
|
623
|
+
"document": "创建路由规则",
|
624
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateRoutes\n&RouteTableId=rtb-n0yejvje\n&Routes.0.DestinationCidrBlock=192.168.0.0/16\n&Routes.0.GatewayType=NORMAL_CVM\n&Routes.0.GatewayId=172.16.16.37\n&Routes.0.RouteDescription=demo\n&<公共请求参数>",
|
625
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RouteTableSet\": [\n {\n \"RouteSet\": [\n {\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"DestinationCidrBlock\": \"192.168.0.0/16\",\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"RouteItemId\": \"rti-psm73tvu\",\n \"RouteDescription\": \"demo\",\n \"Enabled\": true,\n \"RouteId\": 1,\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.16.37\",\n \"RouteType\": \"USER\",\n \"DestinationIpv6CidrBlock\": \"\",\n \"PublishedToVbc\": false\n }\n ],\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"VpcId\": \"vpc-4cugx77a\",\n \"RouteTableName\": \"demo\",\n \"TagSet\": [\n {\n \"Value\": \"env\",\n \"Key\": \"prod\"\n }\n ],\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"AssociationSet\": [\n {\n \"SubnetId\": \"subnet-1234derf\",\n \"RouteTableId\": \"rtb-n0yejvje\"\n }\n ],\n \"Main\": false,\n \"LocalCidrForCcn\": [\n {\n \"Cidr\": \"10.0.0.0/16\",\n \"PublishedToVbc\": true\n }\n ]\n }\n ],\n \"RequestId\": \"a949ecd8-a223-4b96-8537-a8a68a5ba47a\"\n }\n}",
|
626
|
+
"title": "创建路由规则"
|
627
|
+
}
|
628
|
+
],
|
629
|
+
"CreateSecurityGroup": [
|
630
|
+
{
|
631
|
+
"document": "创建安全组",
|
632
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSecurityGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"TestGroup\",\n \"GroupDescription\": \"test-group-desc\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
|
633
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-12345678\",\n \"SecurityGroupName\": \"TestGroup\",\n \"SecurityGroupDesc\": \"test-group-desc\",\n \"ProjectId\": \"0\",\n \"CreatedTime\": \"2018-01-13 19:26:33\",\n \"UpdateTime\": \"2018-01-13 19:26:33\",\n \"TagSet\": [],\n \"IsDefault\": false\n }\n }\n}",
|
634
|
+
"title": "创建安全组"
|
635
|
+
}
|
636
|
+
],
|
637
|
+
"CreateSecurityGroupPolicies": [
|
638
|
+
{
|
639
|
+
"document": "安全组添加出站规则",
|
640
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSecurityGroupPolicies\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"sg-ohuuioma\",\n \"SecurityGroupPolicySet\": {\n \"Ingress\": [\n {\n \"PolicyIndex\": 0,\n \"Protocol\": \"All\",\n \"PolicyDescription\": \"demo\",\n \"AddressTemplate\": {\n \"AddressGroupId\": \"ipmg-o8w64jdg\",\n \"AddressId\": \"ipm-ngk4c2dw\"\n },\n \"Ipv6CidrBlock\": \"::/0\",\n \"SecurityGroupId\": \"sg-ohuuioma\",\n \"ModifyTime\": \"2020-12-03 16:12:15\",\n \"Action\": \"accept\",\n \"ServiceTemplate\": {\n \"ServiceGroupId\": \"sg-ohuuioma\",\n \"ServiceId\": \"ppm-f5n1f8da\"\n },\n \"CidrBlock\": \"0.0.0.0/0\",\n \"Port\": \"80\"\n }\n ],\n \"Egress\": [\n {\n \"PolicyIndex\": 0,\n \"Protocol\": \"All\",\n \"PolicyDescription\": \"demo\",\n \"AddressTemplate\": {\n \"AddressGroupId\": \"ipmg-o8w64jdg\",\n \"AddressId\": \"ipm-ngk4c2dw\"\n },\n \"Ipv6CidrBlock\": \"::/0\",\n \"SecurityGroupId\": \"sg-ohuuioma\",\n \"ModifyTime\": \"2020-12-03 16:12:15\",\n \"Action\": \"accept\",\n \"ServiceTemplate\": {\n \"ServiceGroupId\": \"sg-ohuuioma\",\n \"ServiceId\": \"ppm-f5n1f8da\"\n },\n \"CidrBlock\": \"0.0.0.0/0\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
|
641
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"53ee3ed3-c9ed-48ba-8a57-8624b9c0d3b8\"\n }\n}",
|
642
|
+
"title": "安全组添加出站规则"
|
643
|
+
}
|
644
|
+
],
|
645
|
+
"CreateSecurityGroupWithPolicies": [
|
646
|
+
{
|
647
|
+
"document": "创建安全组",
|
648
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateSecurityGroupWithPolicies\n&GroupName=TestGroup\n&GroupDescription=test-group-desc\n&<公共请求参数>",
|
649
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-12345678\",\n \"SecurityGroupName\": \"TestGroup\",\n \"SecurityGroupDesc\": \"test-group-desc\",\n \"ProjectId\": \"0\",\n \"CreatedTime\": \"2018-01-13 19:26:33\",\n \"UpdateTime\": \"2018-01-13 19:26:33\",\n \"TagSet\": [],\n \"IsDefault\": false\n }\n }\n}",
|
650
|
+
"title": "创建安全组"
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"document": "创建安全组和安全组规则",
|
654
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateSecurityGroupWithPolicies\n&GroupName=TestGroup\n&GroupDescription=test-group-desc\n&SecurityGroupPolicySet.Egress.0.PolicyIndex=0\n&SecurityGroupPolicySet.Egress.0.ServiceTemplate.ServiceId=ppm-f5n1f8da\n&SecurityGroupPolicySet.Egress.0.ServiceTemplate.ServiceGroupId=ppmg-f5n1f8da\n&SecurityGroupPolicySet.Egress.0.AddressTemplate.AddressId=ipm-2uw6ujo6\n&SecurityGroupPolicySet.Egress.0.AddressTemplate.AddressGroupId=ipmg-2uw6ujo6\n&SecurityGroupPolicySet.Egress.0.Action=accept\n&SecurityGroupPolicySet.Egress.0.PolicyDescription=TestPolicy\n&SecurityGroupPolicySet.Egress.1.PolicyIndex=1\n&SecurityGroupPolicySet.Egress.1.ServiceTemplate.ServiceId=ppm-f5n1f8da\n&SecurityGroupPolicySet.Egress.1.ServiceTemplate.ServiceGroupId=ppmg-f5n1f8da\n&SecurityGroupPolicySet.Egress.1.AddressTemplate.AddressId=ipm-2uw6ujo6\n&SecurityGroupPolicySet.Egress.1.AddressTemplate.AddressGroupId=ipmg-2uw6ujo6\n&SecurityGroupPolicySet.Egress.1.Action=accept\n&SecurityGroupPolicySet.Egress.1.PolicyDescription=Test\n&<公共请求参数>",
|
655
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-12345678\",\n \"SecurityGroupName\": \"TestGroup\",\n \"SecurityGroupDesc\": \"test-group-desc\",\n \"ProjectId\": \"0\",\n \"CreatedTime\": \"2018-01-13 19:26:33\",\n \"UpdateTime\": \"2018-01-13 19:26:33\",\n \"TagSet\": [],\n \"IsDefault\": false\n }\n }\n}",
|
656
|
+
"title": "创建安全组和安全组规则"
|
657
|
+
}
|
658
|
+
],
|
659
|
+
"CreateServiceTemplate": [
|
660
|
+
{
|
661
|
+
"document": "创建协议端口模板",
|
662
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateServiceTemplate\n&ServiceTemplateName=demo\n&Services.0=TCP:8080\n&<公共请求参数>",
|
663
|
+
"output": "{\n \"Response\": {\n \"ServiceTemplate\": {\n \"ServiceTemplateName\": \"demo\",\n \"ServiceTemplateId\": \"ppm-dih8xdbq\",\n \"ServiceSet\": [\n \"tcp: 8080\"\n ],\n \"CreatedTime\": \"2018-04-03 21:19:31\",\n \"ServiceExtraSet\": [\n {\n \"Description\": \"demo\",\n \"Service\": \"tcp:8080\"\n }\n ]\n },\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
664
|
+
"title": "创建协议端口模板"
|
665
|
+
}
|
666
|
+
],
|
667
|
+
"CreateServiceTemplateGroup": [
|
668
|
+
{
|
669
|
+
"document": "创建协议端口模板集合",
|
670
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateServiceTemplateGroup\n&ServiceTemplateGroupName=demo\n&ServiceTemplateIds.0=ppm-529nwwj8\n&ServiceTemplateIds.1=ppm-4dw6agho\n&<公共请求参数>",
|
671
|
+
"output": "{\n \"Response\": {\n \"ServiceTemplateGroup\": {\n \"ServiceTemplateGroupName\": \"demo\",\n \"ServiceTemplateGroupId\": \"ppmg-2klmrefu\",\n \"ServiceTemplateIdSet\": [\n \"ppm-529nwwj8\",\n \"ppm-4dw6agho\"\n ],\n \"ServiceTemplateSet\": [\n {\n \"ServiceTemplateId\": \"demo\",\n \"ServiceTemplateName\": \"demo\",\n \"ServiceSet\": [],\n \"ServiceExtraSet\": [],\n \"CreatedTime\": \"2018-04-03 22:05:32\"\n }\n ],\n \"CreatedTime\": \"2018-04-03 22:05:32\"\n },\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
672
|
+
"title": "创建协议端口模板集合"
|
673
|
+
}
|
674
|
+
],
|
675
|
+
"CreateSnapshotPolicies": [
|
676
|
+
{
|
677
|
+
"document": "",
|
678
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSnapshotPolicies\n<公共请求参数>\n\n{\n \"SnapshotPolicies\": [\n {\n \"KeepTime\": \"180\",\n \"CosRegion\": \"ap-guangzhou\",\n \"CosBucket\": \"test-12345678\",\n \"CreateNewCos\": \"true\",\n \"SnapshotPolicyName\": \"test_name\",\n \"BackupType\": \"operate\"\n }\n ]\n}",
|
679
|
+
"output": "{\n \"Response\": {\n \"SnapshotPolicies\": [\n {\n \"SnapshotPolicyId\": \"sspolicy-n08du1g3\",\n \"SnapshotPolicyName\": \"test_name\",\n \"KeepTime\": 180,\n \"CosRegion\": \"ap-guangzhou\",\n \"CosBucket\": \"test-12345678\",\n \"Enable\": true,\n \"BackupType\": \"operate\",\n \"CreateNewCos\": true\n }\n ],\n \"RequestId\": \"fdba6828-e317-4bd8-940f-6e12b09ecf1b\"\n }\n}",
|
680
|
+
"title": "创建快照策略"
|
681
|
+
}
|
682
|
+
],
|
683
|
+
"CreateSubnet": [
|
684
|
+
{
|
685
|
+
"document": "创建子网",
|
686
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSubnet\n<公共请求参数>\n\n{\n \"SubnetName\": \"subnet1\",\n \"VpcId\": \"vpc-m3ul053f\",\n \"CidrBlock\": \"10.8.0.0/24\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
|
687
|
+
"output": "{\n \"Response\": {\n \"Subnet\": {\n \"VpcId\": \"vpc-m3ul053f\",\n \"EnableBroadcast\": true,\n \"Zone\": \"1001\",\n \"IsCdcSubnet\": 0,\n \"AvailableIpAddressCount\": 1021,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"subnet1\",\n \"TotalIpAddressCount\": 1024,\n \"TagSet\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"CreatedTime\": \"2023-03-21 18:00:00\",\n \"SubnetId\": \"subnet-1d32nvu2\",\n \"CidrBlock\": \"10.8.0.0/24\",\n \"IsDefault\": false,\n \"CdcId\": \"\",\n \"Ipv6CidrBlock\": \"\",\n \"RouteTableId\": \"\",\n \"NetworkAclId\": \"\"\n },\n \"RequestId\": \"9450a158-0487-4baa-bd3f-a07f343b6c4e\"\n }\n}",
|
688
|
+
"title": "创建子网"
|
689
|
+
}
|
690
|
+
],
|
691
|
+
"CreateSubnets": [
|
692
|
+
{
|
693
|
+
"document": "批量创建子网",
|
694
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateSubnets\n&VpcId=vpc-6v2ht8q5\n&Subnets.0.CidrBlock=10.4.14.0/24\n&Subnets.0.SubnetName=t1\n&Subnets.0.Zone=ap-guangzhou-2\n&Tags.0.Key=city\n&Tags.0.Value=shanghai\n&<公共请求参数>",
|
695
|
+
"output": "{\n \"Response\": {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-6v2ht8q5\",\n \"RouteTableId\": \"rtb-pwtiswpd\",\n \"VpcId\": \"vpc-6v2ht8q5\",\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-guangzhou-2\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"\",\n \"CdcId\": \"\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"t1\",\n \"TotalIpAddressCount\": 1,\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"CreatedTime\": \"2023-03-29 14:32:17\",\n \"SubnetId\": \"subnet-5v5nrzz9\",\n \"CidrBlock\": \"10.4.14.0/24\",\n \"IsDefault\": false\n }\n ],\n \"RequestId\": \"158ac65e-d504-42f6-baac-b716f5855254\"\n }\n}",
|
696
|
+
"title": "批量创建子网"
|
697
|
+
}
|
698
|
+
],
|
699
|
+
"CreateTrafficPackages": [
|
700
|
+
{
|
701
|
+
"document": "",
|
702
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateTrafficPackages\n&TrafficAmount=10\n&<公共请求参数>",
|
703
|
+
"output": "{\n \"Response\": {\n \"TrafficPackageSet\": [\n \"tfp-p2cuptzh\"\n ],\n \"RequestId\": \"2fc94b93-515a-4f9f-90ae-355321c1c8c9\"\n }\n}",
|
704
|
+
"title": "创建全时流量包"
|
705
|
+
}
|
706
|
+
],
|
707
|
+
"CreateVpc": [
|
708
|
+
{
|
709
|
+
"document": "创建VPC",
|
710
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpc\n<公共请求参数>\n\n{\n \"VpcName\": \"TestVPC\",\n \"CidrBlock\": \"10.8.0.0/16\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
|
711
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0a74f7fe-0cfe-4bc7-b1d2-6575168d7a44\",\n \"Vpc\": {\n \"VpcId\": \"vpc-2ln96dly\",\n \"DomainName\": \"TEST\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\",\n \"EnableDhcp\": true,\n \"DnsServerSet\": [\n \"183.60.82.98\",\n \"183.60.83.1\"\n ],\n \"EnableMulticast\": false,\n \"VpcName\": \"TEST\",\n \"AssistantCidrSet\": [\n {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"RouteTableId\": \"rtb-57ruphgv\",\n \"VpcId\": \"vpc-lrrlomg7\",\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-guangzhou-1\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"CdcId\": \"cluster-gbo27yc4\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"TEST\",\n \"TotalIpAddressCount\": 1,\n \"CreatedTime\": \"2020-09-18 19:46:07\",\n \"SubnetId\": \"subnet-p9oa3yo7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TEST\"\n }\n ],\n \"IsDefault\": true\n }\n ],\n \"VpcId\": \"vpc-lrrlomg7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"AssistantType\": 0\n }\n ],\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TESt\"\n }\n ],\n \"DhcpOptionsId\": \"dopt-058pu85z\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": false\n }\n }\n}",
|
712
|
+
"title": "创建VPC"
|
713
|
+
}
|
714
|
+
],
|
715
|
+
"CreateVpcEndPoint": [
|
716
|
+
{
|
717
|
+
"document": "创建终端节点",
|
718
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpcEndPoint\n<公共请求参数>\n\n{\n \"SubnetId\": \"subnet-4t7fr3fi\",\n \"EndPointName\": \"point_002\",\n \"VpcId\": \"vpc-coekkqtd\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\"\n}",
|
719
|
+
"output": "{\n \"Response\": {\n \"EndPoint\": {\n \"ServiceVpcId\": \"vpc-hj3he929\",\n \"VpcId\": \"vpc-coekkqtd\",\n \"State\": \"PENDING\",\n \"ServiceVip\": \"10.101.1.11\",\n \"EndPointName\": \"point_002\",\n \"GroupSet\": [],\n \"EndPointOwner\": \"1302384414\",\n \"EndPointId\": \"vpce-h0fk8lfc\",\n \"SubnetId\": \"subnet-4t7fr3fi\",\n \"CreateTime\": \"0000-00-00 00:00:00\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\",\n \"EndPointVip\": \"10.0.0.8\",\n \"ServiceName\": \"服务\"\n },\n \"RequestId\": \"fefb383a-7394-46c9-ba34-6b21e8fb3ac1\"\n }\n}",
|
720
|
+
"title": "创建终端节点"
|
721
|
+
}
|
722
|
+
],
|
723
|
+
"CreateVpcEndPointService": [
|
724
|
+
{
|
725
|
+
"document": "创建终端节点服务",
|
726
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpcEndPointService\n<公共请求参数>\n\n{\n \"AutoAcceptFlag\": true,\n \"EndPointServiceName\": \"demo\",\n \"VpcId\": \"vpc-hj3he929\",\n \"IsPassService\": true,\n \"ServiceInstanceId\": \"lb-nswq8wkq\",\n \"ServiceType\": \"CLB\"\n}",
|
727
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b237f475-49b3-4b10-af8e-071e0a5c7d7a\",\n \"EndPointService\": {\n \"VpcId\": \"vpc-hj3he929\",\n \"AutoAcceptFlag\": \"false\",\n \"ServiceInstanceId\": \"lb-nswq8wkq\",\n \"ServiceName\": \"demo\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\",\n \"ServiceVip\": \"10.101.1.11\",\n \"CreateTime\": \"0000-00-00 00:00:00\",\n \"ServiceOwner\": \"1254277469\",\n \"EndPointCount\": 1,\n \"EndPointSet\": [],\n \"ServiceType\": \"CLB\",\n \"CdcId\": \"\"\n }\n }\n}",
|
728
|
+
"title": "创建终端节点服务"
|
729
|
+
}
|
730
|
+
],
|
731
|
+
"CreateVpcEndPointServiceWhiteList": [
|
732
|
+
{
|
733
|
+
"document": "创建终端服务白名单",
|
734
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpcEndPointServiceWhiteList\n<公共请求参数>\n\n{\n \"UserUin\": \"100016184089\",\n \"Description\": \"demo\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\"\n}",
|
735
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7e6f5074-e4a2-4bb6-9cac-d2357a00896f\"\n }\n}",
|
736
|
+
"title": "创建终端服务白名单"
|
737
|
+
}
|
738
|
+
],
|
739
|
+
"CreateVpcPeeringConnection": [
|
740
|
+
{
|
741
|
+
"document": "创建对等连接",
|
742
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpcPeeringConnection\n<公共请求参数>\n\n{\n \"PeeringConnectionName\": \"研发测试使用\",\n \"DestinationUin\": \"100002840663\",\n \"ChargeType\": \"POSTPAID_BY_DAY_MAX\",\n \"SourceVpcId\": \"vpc-938r310k\",\n \"Bandwidth\": 0,\n \"DestinationVpcId\": \"vpc-938r310k\",\n \"QosLevel\": \"AU\",\n \"Type\": \"VPC_BM_PEER\",\n \"DestinationRegion\": \"ap-guangzhou\"\n}",
|
743
|
+
"output": "{\n \"Response\": {\n \"PeeringConnectionId\": \"pcx-qweq4567\",\n \"RequestId\": \"3477a917-5c3f-4554-942f-7c9b1d049d1d\"\n }\n}",
|
744
|
+
"title": "创建对等连接"
|
745
|
+
}
|
746
|
+
],
|
747
|
+
"CreateVpnConnection": [
|
748
|
+
{
|
749
|
+
"document": "创建VPN通道",
|
750
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpnConnection\n<公共请求参数>\n\n{\n \"VpnConnectionName\": \"TEST_CONN\",\n \"PreShareKey\": \"6325ac\",\n \"VpcId\": \"vpc-gapcv96p\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"IPSECOptionsSpecification\": {\n \"PfsDhGroup\": \"NULL\",\n \"EncryptAlgorithm\": \"3DES-CBC\",\n \"IntegrityAlgorith\": \"SHA1\"\n },\n \"SecurityPolicyDatabases\": [\n {\n \"LocalCidrBlock\": \"10.8.4.0/24\",\n \"RemoteCidrBlock\": [\n \"58.211.1.0/24\"\n ]\n }\n ],\n \"VpnGatewayId\": \"vpngw-1w9tue3d\",\n \"CustomerGatewayId\": \"cgw-qa9sxpy7\",\n \"IKEOptionsSpecification\": {\n \"IKEVersion\": \"IKEV1\",\n \"RemoteIdentity\": \"ADDRESS\",\n \"PropoAuthenAlgorithm\": \"MD5\",\n \"RemoteAddress\": \"1.2.3.4\",\n \"LocalIdentity\": \"ADDRESS\",\n \"LocalAddress\": \"58.211.2.5\",\n \"ExchangeMode\": \"MAIN\",\n \"PropoEncryAlgorithm\": \"3DES-CBC\",\n \"DhGroupName\": \"GROUP1\"\n }\n}",
|
751
|
+
"output": "{\n \"Response\": {\n \"VpnConnection\": {\n \"VpcId\": \"vpc-gapcv96p\",\n \"VpnConnectionId\": \"vpnx-axc13cega\",\n \"VpnConnectionName\": \"TEST_CONN\",\n \"VpnGatewayId\": \"vpngw-1w9tue3d\",\n \"CustomerGatewayId\": \"cgw-qa9sxpy7\",\n \"State\": \"PENDING\",\n \"PreShareKey\": \"6325ac\",\n \"NegotiationType\": \"active\",\n \"DpdEnable\": -1,\n \"DpdTimeout\": \"30\",\n \"DpdAction\": \"clear\",\n \"VpnProto\": \"IPSEC\",\n \"EncryptProto\": \"IKE\",\n \"RouteType\": \"STATIC\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"NetStatus\": \"AVAILABLE\",\n \"SecurityPolicyDatabaseSet\": [],\n \"IKEOptionsSpecification\": {\n \"PropoEncryAlgorithm\": \"3DES-CBC\",\n \"PropoAuthenAlgorithm\": \"MD5\",\n \"ExchangeMode\": \"MAIN\",\n \"LocalIdentity\": \"ADDRESS\",\n \"RemoteIdentity\": \"ADDRESS\",\n \"LocalAddress\": \"58.211.2.5\",\n \"RemoteAddress\": \"1.2.3.4\",\n \"LocalFqdnName\": \"local-name\",\n \"RemoteFqdnName\": \"remote-name\",\n \"DhGroupName\": \"GROUP1\",\n \"IKESaLifetimeSeconds\": 86400,\n \"IKEVersion\": \"IKEV1\"\n },\n \"IPSECOptionsSpecification\": {\n \"EncryptAlgorithm\": \"3DES-CBC\",\n \"IntegrityAlgorith\": \"SHA1\",\n \"IPSECSaLifetimeSeconds\": 3600,\n \"IPSECSaLifetimeTraffic\": 1843200,\n \"PfsDhGroup\": \"NULL\"\n },\n \"EnableHealthCheck\": false,\n \"HealthCheckLocalIp\": \"169.254.168.2\",\n \"HealthCheckRemoteIp\": \"169.254.168.1\",\n \"HealthCheckStatus\": \"AVAILABLE\",\n \"TagSet\": []\n },\n \"RequestId\": \"4b71dd4d-a3ee-4ac1-b99a-99d65f6443fd\"\n }\n}",
|
752
|
+
"title": "创建VPN通道"
|
753
|
+
}
|
754
|
+
],
|
755
|
+
"CreateVpnGateway": [
|
756
|
+
{
|
757
|
+
"document": "创建VPNGW",
|
758
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpnGateway\n<公共请求参数>\n\n{\n \"VpnGatewayName\": \"\\\"test\\\"\",\n \"VpcId\": \"\\\"vpc-xxxx\\\"\",\n \"InstanceChargeType\": \"\\\"POSTPAID_BY_HOUR\\\"\",\n \"InternetMaxBandwidthOut\": 5\n}",
|
759
|
+
"output": "{\n \"Response\": {\n \"VpnGateway\": {\n \"VpnGatewayId\": \"vpngw-awdawc\",\n \"VpcId\": \"vpc-adxczc\",\n \"VpnGatewayName\": \"vpn-name\",\n \"Type\": \"IPSEC\",\n \"State\": \"Pending\",\n \"PublicIpAddress\": \"13.15.41.4\",\n \"RenewFlag\": \"\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10,\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"ExpiredTime\": \"2020-09-22 00:00:00\",\n \"IsAddressBlocked\": false,\n \"NewPurchasePlan\": \"\",\n \"RestrictState\": \"NORMAL\",\n \"Zone\": \"\",\n \"VpnGatewayQuotaSet\": [\n {\n \"Bandwidth\": 5,\n \"Cname\": \"微小型\",\n \"Name\": \"cdmini\"\n }\n ],\n \"Version\": \"ver3.1\",\n \"NetworkInstanceId\": \"\",\n \"CdcId\": \"\",\n \"MaxConnection\": 10\n },\n \"RequestId\": \"b2187525-ab9d-42cb-82ee-998ead365bbe\"\n }\n}",
|
760
|
+
"title": "创建VPNGW"
|
761
|
+
}
|
762
|
+
],
|
763
|
+
"CreateVpnGatewayRoutes": [
|
764
|
+
{
|
765
|
+
"document": "创建路由型VPN网关的目的路由",
|
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&<公共请求参数>",
|
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}",
|
768
|
+
"title": "创建VPN网关目的路由"
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"document": "创建路由型VPN网关的目的路由",
|
772
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpnGatewayRoutes\n<公共请求参数>\n\n{\n \"Routes\": [\n {\n \"Status\": \"ENABLE\",\n \"Priority\": \"0\",\n \"InstanceId\": \"vpnx-f99clft2\",\n \"InstanceType\": \"VPNCONN\",\n \"DestinationCidrBlock\": \"172.0.0.0/16\"\n }\n ],\n \"VpnGatewayId\": \"vpngw-7lhl5331\"\n}",
|
773
|
+
"output": "{\n \"Response\": {\n \"Routes\": [\n {\n \"RouteId\": \"vpnr-85lq3m31\",\n \"DestinationCidrBlock\": \"172.0.0.0/16\",\n \"Status\": \"ENABLE\",\n \"InstanceId\": \"vpnx-f99clft2\",\n \"InstanceType\": \"VPNCONN\",\n \"Priority\": 0,\n \"Type\": \"Static\",\n \"CreateTime\": \"0000-00-00 00:00:00\",\n \"UpdateTime\": \"0000-00-00 00:00:00\"\n }\n ],\n \"RequestId\": \"a713021b-1942-4569-aa08-d8ad1867c2ad\"\n }\n}",
|
774
|
+
"title": "创建VPN网关路由示例"
|
775
|
+
}
|
776
|
+
],
|
777
|
+
"CreateVpnGatewaySslClient": [
|
778
|
+
{
|
779
|
+
"document": "创建SSL-VPN-CLIENT",
|
780
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateVpnGatewaySslClient\n&SslVpnServerId=vpns-5au854w1\n&SslVpnClientName=ssl_client_name\n&<公共请求参数>",
|
781
|
+
"output": "{\n \"Response\": {\n \"SslVpnClientId\": \"vpnc-f5yln4n3\",\n \"RequestId\": \"13322b62-5943-41c9-4a1c-4bff13f56aeb\",\n \"TaskId\": 1\n }\n}",
|
782
|
+
"title": "创建SSL-VPN-CLIENT"
|
783
|
+
}
|
784
|
+
],
|
785
|
+
"CreateVpnGatewaySslServer": [
|
786
|
+
{
|
787
|
+
"document": "创建SSL-VPN-SERVER",
|
788
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpnGatewaySslServer\n<公共请求参数>\n\n{\n \"RemoteAddress\": \"172.0.0.0/16\",\n \"LocalAddress\": [\n \"10.0.0.0/16\"\n ],\n \"VpnGatewayId\": \"vpngw-awd2451x\",\n \"SslVpnServerName\": \"ssl_vpn_server\"\n}",
|
789
|
+
"output": "{\n \"Response\": {\n \"SslVpnServerId\": \"vpns-cik6bjct\",\n \"TaskId\": 12233,\n \"RequestId\": \"b0ef44b0-410a-400f-8aa2-a8abedb26b3a\"\n }\n}",
|
790
|
+
"title": "创建SSL-VPN-SERVER"
|
791
|
+
}
|
792
|
+
],
|
793
|
+
"DeleteAddressTemplate": [
|
794
|
+
{
|
795
|
+
"document": "删除IP地址模板",
|
796
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteAddressTemplate\n&AddressTemplateId=ipm-mdunqeb6\n&<公共请求参数>",
|
797
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
798
|
+
"title": "删除IP地址模板"
|
799
|
+
}
|
800
|
+
],
|
801
|
+
"DeleteAddressTemplateGroup": [
|
802
|
+
{
|
803
|
+
"document": "删除IP地址模板集合",
|
804
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteAddressTemplateGroup\n&AddressTemplateGroupId=ipmg-2uw6ujo6\n&<公共请求参数>",
|
805
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
806
|
+
"title": "删除IP地址模板集合"
|
807
|
+
}
|
808
|
+
],
|
809
|
+
"DeleteAssistantCidr": [
|
810
|
+
{
|
811
|
+
"document": "删除辅助CIDR",
|
812
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-12345678\",\n \"CidrBlocks\": [\n \"172.16.0.0/24\"\n ]\n}",
|
813
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2fd3d9b3-42cb-4d80-9e19-d97e978df80b\"\n }\n}",
|
814
|
+
"title": "删除辅助CIDR"
|
815
|
+
}
|
816
|
+
],
|
817
|
+
"DeleteBandwidthPackage": [
|
818
|
+
{
|
819
|
+
"document": "无",
|
820
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteBandwidthPackage\n&BandwidthPackageId=bwp-cs7j6pd0\n&<公共请求参数>",
|
821
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"733e5cbd-da2d-43fb-89b5-083aad6d58f8\"\n }\n}",
|
822
|
+
"title": "删除共享带宽包"
|
823
|
+
}
|
824
|
+
],
|
825
|
+
"DeleteCcn": [
|
826
|
+
{
|
827
|
+
"document": "删除一个云联网CCN实例",
|
828
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCcn\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-8j0phqix\"\n}",
|
829
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
830
|
+
"title": "删除一个CCN实例"
|
831
|
+
}
|
832
|
+
],
|
833
|
+
"DeleteCcnRouteTables": [
|
834
|
+
{
|
835
|
+
"document": "删除指定云联网路由表",
|
836
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteCcnRouteTables\n&RouteTableId.0=ccnrt-8j0phqix\n&<公共请求参数>",
|
837
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
838
|
+
"title": "删除指定云联网路由表"
|
839
|
+
}
|
840
|
+
],
|
841
|
+
"DeleteCdcLDCXList": [
|
842
|
+
{
|
843
|
+
"document": "",
|
844
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCdcLDCXList\n<公共请求参数>\n\n{}",
|
845
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f087abd5-fcca-42d0-8077-b5cae0e5f9b3\"\n }\n}",
|
846
|
+
"title": "删除 IDC 通道"
|
847
|
+
}
|
848
|
+
],
|
849
|
+
"DeleteCdcNetPlanes": [
|
850
|
+
{
|
851
|
+
"document": "",
|
852
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCdcNetPlanes\n<公共请求参数>\n\n{}",
|
853
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
854
|
+
"title": "删除虚拟连接"
|
855
|
+
}
|
856
|
+
],
|
857
|
+
"DeleteCustomerGateway": [
|
858
|
+
{
|
859
|
+
"document": "本接口示例用于删除对端网关",
|
860
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCustomerGateway\n<公共请求参数>\n\n{\n \"CustomerGatewayId\": \"cgw-mgp33pll\"\n}",
|
861
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
862
|
+
"title": "删除对端网关"
|
863
|
+
}
|
864
|
+
],
|
865
|
+
"DeleteDhcpIp": [
|
866
|
+
{
|
867
|
+
"document": "删除DhcpIp",
|
868
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDhcpIp\n<公共请求参数>\n\n{\n \"DhcpIpId\": \"dhcpip-12345678\"\n}",
|
869
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
870
|
+
"title": "删除DhcpIp"
|
871
|
+
}
|
872
|
+
],
|
873
|
+
"DeleteDirectConnectGateway": [
|
874
|
+
{
|
875
|
+
"document": "",
|
876
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteDirectConnectGateway\n&DirectConnectGatewayId=dcg-9o233uri\n&<公共请求参数>",
|
877
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
878
|
+
"title": "删除专线网关"
|
879
|
+
}
|
880
|
+
],
|
881
|
+
"DeleteDirectConnectGatewayCcnRoutes": [
|
882
|
+
{
|
883
|
+
"document": "",
|
884
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&RouteIds.0=ccnr-bvipc87w\n&RouteIds.1=ccnr-oc61so0o\n&<公共请求参数>",
|
885
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
886
|
+
"title": "删除专线网关云联网路由"
|
887
|
+
}
|
888
|
+
],
|
889
|
+
"DeleteFlowLog": [
|
890
|
+
{
|
891
|
+
"document": "删除流日志",
|
892
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteFlowLog\n&FlowLogId=fl-xxxxxx\n&VpcId=vpc-xxxxxx\n&<公共请求参数>",
|
893
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"404428db-f850-40c2-803d-0aae49aba43a\"\n }\n}",
|
894
|
+
"title": "删除流日志"
|
895
|
+
}
|
896
|
+
],
|
897
|
+
"DeleteHaVip": [
|
898
|
+
{
|
899
|
+
"document": "",
|
900
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteHaVip\n&HaVipId=havip-9o233uri\n&<公共请求参数>",
|
901
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
902
|
+
"title": "删除HAVIP"
|
903
|
+
}
|
904
|
+
],
|
905
|
+
"DeleteHighPriorityRouteTables": [
|
906
|
+
{
|
907
|
+
"document": "删除高优路由表",
|
908
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteHighPriorityRouteTables\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableIds\": [\n \"hprtb-f9qln342\"\n ]\n}",
|
909
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"9e224c6d-772d-4f94-858e-7a7f94bb86fb\"\n }\n}",
|
910
|
+
"title": "删除高优路由表"
|
911
|
+
}
|
912
|
+
],
|
913
|
+
"DeleteHighPriorityRoutes": [
|
914
|
+
{
|
915
|
+
"document": "删除高优路由表条目",
|
916
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteHighPriorityRoutes\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"HighPriorityRouteIds\": [\n \"hprti-hd4tl8cr\"\n ]\n}",
|
917
|
+
"output": "{\n \"Response\": {\n \"HighPriorityRouteSet\": [\n {\n \"CreatedTime\": \"2024-07-11 17:07:03\",\n \"Description\": \"demo\",\n \"DestinationCidrBlock\": \"172.20.0.0/18\",\n \"GatewayId\": \"172.16.0.11\",\n \"GatewayType\": \"CVM\",\n \"HighPriorityRouteId\": \"hprti-hd4tl8cr\",\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\"\n }\n ],\n \"RequestId\": \"984c005d-e0d0-4d4a-98f5-b4b5c3af1e66\"\n }\n}",
|
918
|
+
"title": "删除高优路由表条目"
|
919
|
+
}
|
920
|
+
],
|
921
|
+
"DeleteIp6Translators": [
|
922
|
+
{
|
923
|
+
"document": "释放IPV6转换实例",
|
924
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteIp6Translators\r\n&Ip6TranslatorIds.0=ip6-90pt7p9q\r\n&<公共请求参数>",
|
925
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"65c729e7-9f5f-4441-b1d2-1a6db100af9e\"\n }\n}",
|
926
|
+
"title": "释放IPV6转换实例"
|
927
|
+
}
|
928
|
+
],
|
929
|
+
"DeleteLocalGateway": [
|
930
|
+
{
|
931
|
+
"document": "删除本地网关",
|
932
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteLocalGateway\n&CdcId=cluster-1234dert\n&LocalGatewayId=lgw-1234edfr\n&<公共请求参数>",
|
933
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
934
|
+
"title": "删除本地网关"
|
935
|
+
}
|
936
|
+
],
|
937
|
+
"DeleteNatGateway": [
|
938
|
+
{
|
939
|
+
"document": "",
|
940
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteNatGateway\n&NatGatewayId=nat-ig8xpno8\n&<公共请求参数>",
|
941
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbffc3f0-1807-4683-89ee-2d2b96425ee1\"\n }\n}",
|
942
|
+
"title": "删除NAT网关"
|
943
|
+
}
|
944
|
+
],
|
945
|
+
"DeleteNatGatewayDestinationIpPortTranslationNatRule": [
|
946
|
+
{
|
947
|
+
"document": "删除NAT的端口转发规则,只需要传递DestinationIpPortTranslationNatRule结构体中的IpProtocol,PublicIpAddress,PublicPort字段。",
|
948
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNatGatewayDestinationIpPortTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"DestinationIpPortTranslationNatRules\": [\n {\n \"Description\": \"my service\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PrivatePort\": 9999,\n \"IpProtocol\": \"TCP\",\n \"PublicPort\": 999,\n \"PrivateIpAddress\": \"10.0.9.2\"\n }\n ]\n}",
|
949
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbffc3f0-1807-4683-89ee-2d2b96425ee1\"\n }\n}",
|
950
|
+
"title": "删除NAT的端口转发规则"
|
951
|
+
}
|
952
|
+
],
|
953
|
+
"DeleteNatGatewaySourceIpTranslationNatRule": [
|
954
|
+
{
|
955
|
+
"document": "",
|
956
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteNatGatewaySourceIpTranslationNatRule\n&NatGatewayId=nat-3isn9hr0\n&NatGatewaySnatIds.0=snat-3ixd0hr0\n&<公共请求参数>",
|
957
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"14f7ea4e-8452-4742-84b5-5a4aee304968\"\n }\n}",
|
958
|
+
"title": "删除NAT网关的SNAT转发规则"
|
959
|
+
}
|
960
|
+
],
|
961
|
+
"DeleteNetDetect": [
|
962
|
+
{
|
963
|
+
"document": "根据ID删除网络探测",
|
964
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteNetDetect\n&NetDetectId=netd-12345678\n&<公共请求参数>",
|
965
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
966
|
+
"title": "根据ID删除网络探测"
|
967
|
+
}
|
968
|
+
],
|
969
|
+
"DeleteNetworkAcl": [
|
970
|
+
{
|
971
|
+
"document": "",
|
972
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteNetworkAcl\n&NetworkAclId=acl-12345678\n&<公共请求参数>",
|
973
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
974
|
+
"title": "删除网络ACL"
|
975
|
+
}
|
976
|
+
],
|
977
|
+
"DeleteNetworkAclEntries": [
|
978
|
+
{
|
979
|
+
"document": "删除单条IPv4规则",
|
980
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"NetworkAclIpv4EntryId\": \"acli43-kl90bzxv\"\n }\n ],\n \"Egress\": [\n {\n \"NetworkAclIpv4EntryId\": \"acli43-25s6gffh\"\n }\n ]\n }\n}",
|
981
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fed474df-e6c9-434e-8d07-0ce7e11e7315\"\n }\n}",
|
982
|
+
"title": "删除单条IPv4规则"
|
983
|
+
}
|
984
|
+
],
|
985
|
+
"DeleteNetworkAclQuintupleEntries": [
|
986
|
+
{
|
987
|
+
"document": "",
|
988
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNetworkAclQuintupleEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-12345678\",\n \"NetworkAclQuintupleSet\": {\n \"Ingress\": [\n {}\n ]\n }\n}",
|
989
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
990
|
+
"title": "删除网络ACL五元组的指定的ITEM"
|
991
|
+
}
|
992
|
+
],
|
993
|
+
"DeleteNetworkInterface": [
|
994
|
+
{
|
995
|
+
"document": "删除弹性网卡",
|
996
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteNetworkInterface\n\n&NetworkInterfaceId=eni-m6dyj72l\n&<公共请求参数>",
|
997
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
998
|
+
"title": "删除弹性网卡"
|
999
|
+
}
|
1000
|
+
],
|
1001
|
+
"DeletePrivateNatGateway": [
|
1002
|
+
{
|
1003
|
+
"document": "",
|
1004
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateNatGateway\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\"\n}",
|
1005
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d8877515-7b7a-4109-914d-957001d67eaf\"\n }\n}",
|
1006
|
+
"title": "删除私网NAT网关"
|
1007
|
+
}
|
1008
|
+
],
|
1009
|
+
"DeletePrivateNatGatewayDestinationIpPortTranslationNatRule": [
|
1010
|
+
{
|
1011
|
+
"document": "删除私网NAT网关目的端口转换规则",
|
1012
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateNatGatewayDestinationIpPortTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"LocalDestinationIpPortTranslationNatRules\": [\n {\n \"Protocol\": \"TCP\",\n \"TranslationPort\": 5666,\n \"TranslationIp\": \"10.0.0.14\",\n \"OriginalPort\": 8888,\n \"OriginalIp\": \"10.0.0.26\",\n \"Description\": \"desc\"\n }\n ]\n}",
|
1013
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
|
1014
|
+
"title": "删除私网NAT网关目的端口转换规则"
|
1015
|
+
}
|
1016
|
+
],
|
1017
|
+
"DeletePrivateNatGatewayTranslationAclRule": [
|
1018
|
+
{
|
1019
|
+
"document": "删除私网NAT网关源端转换访问控制规则",
|
1020
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateNatGatewayTranslationAclRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"TranslationIp\": \"10.0.0.24\",\n \"OriginalIp\": \"10.0.0.14\",\n \"AclRuleIds\": [\n 26\n ]\n}",
|
1021
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
|
1022
|
+
"title": "删除私网NAT网关源端转换访问控制规则"
|
1023
|
+
}
|
1024
|
+
],
|
1025
|
+
"DeletePrivateNatGatewayTranslationNatRule": [
|
1026
|
+
{
|
1027
|
+
"document": "",
|
1028
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateNatGatewayTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationNatRules\": [\n {\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.34\",\n \"TranslationIp\": \"10.0.0.56\",\n \"Description\": \"desc\"\n }\n ]\n}",
|
1029
|
+
"output": "{\n \"Response\": {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"RequestId\": \"e6da1f54-293d-4fda-a2e2-6f4c6f2bd97e\"\n }\n}",
|
1030
|
+
"title": "删除私网NAT网关源端转换规则"
|
1031
|
+
}
|
1032
|
+
],
|
1033
|
+
"DeleteReserveIpAddresses": [
|
1034
|
+
{
|
1035
|
+
"document": "删除内网保留IP",
|
1036
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteReserveIpAddresses\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-mcqaoy0f\",\n \"ReserveIpIds\": [\n \"rsvip-calhlymy\"\n ]\n}",
|
1037
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"116b4d96-f745-4173-bee5-c464a4363757\"\n }\n}",
|
1038
|
+
"title": "删除内网保留IP"
|
1039
|
+
}
|
1040
|
+
],
|
1041
|
+
"DeleteRouteTable": [
|
1042
|
+
{
|
1043
|
+
"document": "删除路由表",
|
1044
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRouteTable\n<公共请求参数>\n\n{\n \"RouteTableId\": \"rtb-azd4dt1c\"\n}",
|
1045
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1046
|
+
"title": "删除路由表"
|
1047
|
+
}
|
1048
|
+
],
|
1049
|
+
"DeleteRoutes": [
|
1050
|
+
{
|
1051
|
+
"document": "删除路由表的路由,支持IPv4,IPv6路由删除",
|
1052
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRoutes\n<公共请求参数>\n\n{\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"Routes\": [\n {\n \"RouteId\": 1,\n \"DestinationCidrBlock\": \"192.241.0.0/24\",\n \"GatewayType\": \"EIP\",\n \"GatewayId\": \"vpc-pymolayx\",\n \"RouteDescription\": \"TEST\",\n \"Enabled\": true,\n \"RouteType\": \"USER\",\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"DestinationIpv6CidrBlock\": \"201::/16\",\n \"RouteItemId\": \"rti-pbta2ruf\",\n \"PublishedToVbc\": true,\n \"CreatedTime\": \"2020-09-22 00:00:00\"\n }\n ]\n}",
|
1053
|
+
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": 1,\n \"DestinationCidrBlock\": \"192.241.0.0/24\",\n \"GatewayType\": \"EIP\",\n \"GatewayId\": \"vpc-pymolayx\",\n \"RouteDescription\": \"TEST\",\n \"Enabled\": true,\n \"RouteType\": \"USER\",\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"DestinationIpv6CidrBlock\": \"201::/16\",\n \"RouteItemId\": \"rti-pbta2ruf\",\n \"PublishedToVbc\": true,\n \"CreatedTime\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"10098418-f013-4d3e-855b-e086f0544b44\"\n }\n}",
|
1054
|
+
"title": "删除路由表的路由规则"
|
1055
|
+
}
|
1056
|
+
],
|
1057
|
+
"DeleteSecurityGroup": [
|
1058
|
+
{
|
1059
|
+
"document": "删除安全组",
|
1060
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteSecurityGroup\n&SecurityGroupId=sg-kxxx1gb1\n&<公共请求参数>",
|
1061
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1062
|
+
"title": "删除安全组"
|
1063
|
+
}
|
1064
|
+
],
|
1065
|
+
"DeleteSecurityGroupPolicies": [
|
1066
|
+
{
|
1067
|
+
"document": "使用索引匹配删除安全组入站规则",
|
1068
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSecurityGroupPolicies\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"sg-xxxxxxxx\",\n \"SecurityGroupPolicySet\": {\n \"Ingress\": [\n {\n \"PolicyIndex\": \"1\"\n },\n {\n \"PolicyIndex\": \"0\"\n }\n ],\n \"Version\": \"39\"\n }\n}",
|
1069
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1070
|
+
"title": "使用索引匹配删除安全组入站规则"
|
1071
|
+
},
|
1072
|
+
{
|
1073
|
+
"document": "使用索引匹配删除安全组出站规则",
|
1074
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSecurityGroupPolicies\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"sg-xxxxxxxx\",\n \"SecurityGroupPolicySet\": {\n \"Version\": \"40\",\n \"Egress\": [\n {\n \"PolicyIndex\": \"1\"\n },\n {\n \"PolicyIndex\": \"0\"\n }\n ]\n }\n}",
|
1075
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1076
|
+
"title": "使用索引匹配删除安全组出站规则"
|
1077
|
+
},
|
1078
|
+
{
|
1079
|
+
"document": "使用规则匹配删除安全组入站规则",
|
1080
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSecurityGroupPolicies\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"sg-xxxxxxxx\",\n \"SecurityGroupPolicySet\": {\n \"Ingress\": [\n {\n \"Action\": \"Accept\",\n \"Protocol\": \"icmp\",\n \"CidrBlock\": \"1.1.1.1/32\",\n \"Port\": \"all\"\n }\n ],\n \"Version\": \"37\"\n }\n}",
|
1081
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1082
|
+
"title": "使用规则匹配删除安全组入站规则"
|
1083
|
+
},
|
1084
|
+
{
|
1085
|
+
"document": "使用规则匹配删除安全组出站规则",
|
1086
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSecurityGroupPolicies\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"sg-xxxxxxxx\",\n \"SecurityGroupPolicySet\": {\n \"Version\": \"38\",\n \"Egress\": [\n {\n \"Action\": \"Accept\",\n \"Protocol\": \"icmp\",\n \"CidrBlock\": \"1.1.1.1/32\",\n \"Port\": \"all\"\n }\n ]\n }\n}",
|
1087
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1088
|
+
"title": "使用规则匹配删除安全组出站规则"
|
1089
|
+
}
|
1090
|
+
],
|
1091
|
+
"DeleteServiceTemplate": [
|
1092
|
+
{
|
1093
|
+
"document": "删除协议端口模板",
|
1094
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteServiceTemplate\n&ServiceTemplateId=ppm-529nwwj8\n&<公共请求参数>",
|
1095
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
1096
|
+
"title": "删除协议端口模板"
|
1097
|
+
}
|
1098
|
+
],
|
1099
|
+
"DeleteServiceTemplateGroup": [
|
1100
|
+
{
|
1101
|
+
"document": "删除协议端口模板集合",
|
1102
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteServiceTemplateGroup\n&ServiceTemplateGroupId=ppmg-ei8hfd9a\n&<公共请求参数>",
|
1103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
1104
|
+
"title": "删除协议端口模板集合"
|
1105
|
+
}
|
1106
|
+
],
|
1107
|
+
"DeleteSnapshotPolicies": [
|
1108
|
+
{
|
1109
|
+
"document": "",
|
1110
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteSnapshotPolicies\n&SnapshotPolicyIds.0=sspolicy-0mrp8xzp\n&<公共请求参数>",
|
1111
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fdba6828-e317-4bd8-940f-6e12b09ecf1b\"\n }\n}",
|
1112
|
+
"title": "删除快照策略"
|
1113
|
+
}
|
1114
|
+
],
|
1115
|
+
"DeleteSubnet": [
|
1116
|
+
{
|
1117
|
+
"document": "删除子网",
|
1118
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteSubnet\n&SubnetId=subnet-pxir56ns\n&<公共请求参数>",
|
1119
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1120
|
+
"title": "删除子网"
|
1121
|
+
}
|
1122
|
+
],
|
1123
|
+
"DeleteTemplateMember": [
|
1124
|
+
{
|
1125
|
+
"document": "删除IP地址模板成员",
|
1126
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteTemplateMember\n&TemplateId=ipm-test1234\n&TemplateMember.0.Member=10.0.0.1\n&TemplateMember.1.Member=172.20.0.1/24\n&<公共请求参数>",
|
1127
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
1128
|
+
"title": "删除IP地址模板成员"
|
1129
|
+
},
|
1130
|
+
{
|
1131
|
+
"document": "删除IP地址组模板成员",
|
1132
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteTemplateMember\n&TemplateId=ipmg-test1234\n&TemplateMember.0.Member=ipm-test1234\n&TemplateMember.1.Member=ipm-demo1234\n&<公共请求参数>",
|
1133
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
1134
|
+
"title": "删除IP地址组模板成员"
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
"document": "添加协议端口模板成员",
|
1138
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteTemplateMember\n&TemplateId=ppm-test1234\n&TemplateMember.0.Member=TCP:80\n&TemplateMember.1.Member=TCP:443\n&<公共请求参数>",
|
1139
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
1140
|
+
"title": "添加协议端口模板成员"
|
1141
|
+
},
|
1142
|
+
{
|
1143
|
+
"document": "添加协议端口组模板成员",
|
1144
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteTemplateMember\n&TemplateId=ppmg-test1234\n&TemplateMember.0.Member=ppm-test1234\n&TemplateMember.1.Member=ppm-demo1234\n&<公共请求参数>",
|
1145
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
1146
|
+
"title": "添加协议端口组模板成员"
|
1147
|
+
}
|
1148
|
+
],
|
1149
|
+
"DeleteTrafficPackages": [
|
1150
|
+
{
|
1151
|
+
"document": "删除共享流量包",
|
1152
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteTrafficPackages\n&TrafficPackageIds.0=tfp-c9gcdb0t\n&<公共请求参数>",
|
1153
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5957a632-12b2-4051-b103-ecd77145ecbd\"\n }\n}",
|
1154
|
+
"title": "删除流量包"
|
1155
|
+
}
|
1156
|
+
],
|
1157
|
+
"DeleteVpc": [
|
1158
|
+
{
|
1159
|
+
"document": "删除VPC",
|
1160
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteVpc\n&VpcId=vpc-g69ed0kj\n&<公共请求参数>",
|
1161
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1162
|
+
"title": "删除VPC"
|
1163
|
+
}
|
1164
|
+
],
|
1165
|
+
"DeleteVpcEndPoint": [
|
1166
|
+
{
|
1167
|
+
"document": "删除终端节点",
|
1168
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVpcEndPoint\n<公共请求参数>\n\n{\n \"EndPointId\": \"vpce-h0fk8lfc\"\n}",
|
1169
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7e6f5074-e4a2-4bb6-9cac-d2357a00896f\"\n }\n}",
|
1170
|
+
"title": "DeleteVpcEndPoint"
|
1171
|
+
}
|
1172
|
+
],
|
1173
|
+
"DeleteVpcEndPointService": [
|
1174
|
+
{
|
1175
|
+
"document": "删除终端节点服务",
|
1176
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVpcEndPointService\n<公共请求参数>\n\n{\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\"\n}",
|
1177
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7e6f5074-e4a2-4bb6-9cac-d2357a00896f\"\n }\n}",
|
1178
|
+
"title": "删除终端节点服务"
|
1179
|
+
}
|
1180
|
+
],
|
1181
|
+
"DeleteVpcEndPointServiceWhiteList": [
|
1182
|
+
{
|
1183
|
+
"document": "删除终端节点服务白名单",
|
1184
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVpcEndPointServiceWhiteList\n<公共请求参数>\n\n{\n \"UserUin\": [\n \"100000059551\"\n ],\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\"\n}",
|
1185
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ecaa7a90-a2fd-4fa3-8bf8-7d0723c95a99\"\n }\n}",
|
1186
|
+
"title": "删除终端节点服务白名单"
|
1187
|
+
}
|
1188
|
+
],
|
1189
|
+
"DeleteVpcPeeringConnection": [
|
1190
|
+
{
|
1191
|
+
"document": "删除对等连接",
|
1192
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVpcPeeringConnection\n<公共请求参数>\n\n{\n \"PeeringConnectionId\": \"pcx-aw8hzt6c\"\n}",
|
1193
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e4008f6c-4bd9-42a7-9e6f-83043db431b2\"\n }\n}",
|
1194
|
+
"title": "删除对等连接"
|
1195
|
+
}
|
1196
|
+
],
|
1197
|
+
"DeleteVpnConnection": [
|
1198
|
+
{
|
1199
|
+
"document": "删除VPN通道",
|
1200
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVpnConnection\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-7lcl5331\",\n \"VpnConnectionId\": \"vpnx-p0j11j28\"\n}",
|
1201
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1202
|
+
"title": "删除VPN通道"
|
1203
|
+
}
|
1204
|
+
],
|
1205
|
+
"DeleteVpnGateway": [
|
1206
|
+
{
|
1207
|
+
"document": "删除VPN网关",
|
1208
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVpnGateway\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-edaft30x\"\n}",
|
1209
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1210
|
+
"title": "删除VPN网关"
|
1211
|
+
}
|
1212
|
+
],
|
1213
|
+
"DeleteVpnGatewayRoutes": [
|
1214
|
+
{
|
1215
|
+
"document": "本接口(DeleteVpnGatewayRoutes)用于删除VPN网关路由",
|
1216
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteVpnGatewayRoutes\n&VpnGatewayId=vpngw-12345678\n&RouteIds.0=vpnr-00wv1z75\n&RouteIds.1=vpnr-19oqx1ab\n&<公共请求参数>",
|
1217
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
1218
|
+
"title": "删除指定VPN网关路由"
|
1219
|
+
}
|
1220
|
+
],
|
1221
|
+
"DeleteVpnGatewaySslClient": [
|
1222
|
+
{
|
1223
|
+
"document": "删除SSL-VPN-CLIENT",
|
1224
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteVpnGatewaySslClient\n&SslVpnClientId=vpnc-xxxxx\n&<公共请求参数>",
|
1225
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"aeabeab6-f74b-453a-b25d-d7b460193c3b\",\n \"TaskId\": 123\n }\n}",
|
1226
|
+
"title": "删除SSL-VPN-CLIENT"
|
1227
|
+
}
|
1228
|
+
],
|
1229
|
+
"DeleteVpnGatewaySslServer": [
|
1230
|
+
{
|
1231
|
+
"document": "删除SSL-VPN-SERVER",
|
1232
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteVpnGatewaySslServer\n&SslVpnServerId=vpns-xxxx\n&<公共请求参数>",
|
1233
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"aeabeab6-f74b-453a-b25d-d7b460193c3b\",\n \"TaskId\": 123\n }\n}",
|
1234
|
+
"title": "删除SSL-VPN-SERVER"
|
1235
|
+
}
|
1236
|
+
],
|
1237
|
+
"DescribeAccountAttributes": [
|
1238
|
+
{
|
1239
|
+
"document": "只支持VPC",
|
1240
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAccountAttributes\n&<公共请求参数>",
|
1241
|
+
"output": "{\n \"Response\": {\n \"AccountAttributeSet\": [\n {\n \"AttributeName\": \"supported-platforms\",\n \"AttributeValues\": [\n \"VPC\"\n ]\n }\n ],\n \"RequestId\": \"68eb9302-af1c-4d6b-b000-1c7851bef46a\"\n }\n}",
|
1242
|
+
"title": "查询账号网络属性"
|
1243
|
+
}
|
1244
|
+
],
|
1245
|
+
"DescribeAddressQuota": [
|
1246
|
+
{
|
1247
|
+
"document": "查询弹性公网IP配额。",
|
1248
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddressQuota\r\n&<公共请求参数>",
|
1249
|
+
"output": "{\n \"Response\": {\n \"QuotaSet\": [\n {\n \"QuotaId\": \"TOTAL_EIP_QUOTA\",\n \"QuotaCurrent\": 0,\n \"QuotaLimit\": 20\n },\n {\n \"QuotaId\": \"DAILY_EIP_APPLY\",\n \"QuotaCurrent\": 0,\n \"QuotaLimit\": 40\n },\n {\n \"QuotaId\": \"DAILY_EIP_ASSIGN\",\n \"QuotaCurrent\": 0,\n \"QuotaLimit\": 40\n }\n ],\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
1250
|
+
"title": "查询弹性公网IP配额"
|
1251
|
+
}
|
1252
|
+
],
|
1253
|
+
"DescribeAddressTemplateGroups": [
|
1254
|
+
{
|
1255
|
+
"document": "查询IP地址模板集合",
|
1256
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddressTemplateGroups\n&Filters.0.Name=address-template-group-name\n&Filters.0.Values.0=demo\n&Filters.1.Name=address-template-group-id\n&Filters.1.Values.0=ipmg-mdunqeb6\n&<公共请求参数>",
|
1257
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"8ed052ce-dddf-4af9-9cf5-9c150ff75210\",\n \"AddressTemplateGroupSet\": [\n {\n \"AddressTemplateGroupName\": \"demo\",\n \"AddressTemplateGroupId\": \"ipmg-mdunqeb6\",\n \"AddressTemplateIdSet\": [\n \"ipm-xxxxxxxx\",\n \"ipm-yyyyyyyy\"\n ],\n \"AddressTemplateSet\": [\n {\n \"AddressTemplateId\": \"ipm-siqmaox1\",\n \"AddressTemplateName\": \"ipm demo\",\n \"From\": \"\",\n \"To\": \"\"\n }\n ],\n \"CreatedTime\": \"2022-12-06 20:00:00\"\n }\n ]\n }\n}",
|
1258
|
+
"title": "查询IP地址模板集合"
|
1259
|
+
}
|
1260
|
+
],
|
1261
|
+
"DescribeAddressTemplates": [
|
1262
|
+
{
|
1263
|
+
"document": "查询IP地址模板",
|
1264
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddressTemplates\n&Filters.0.Name=address-template-name\n&Filters.0.Values.0=demo\n&Filters.1.Name=address-template-id\n&Filters.1.Values.0=ipm-mdunqeb6\n&<公共请求参数>",
|
1265
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressTemplateSet\": [\n {\n \"AddressTemplateName\": \"demo\",\n \"AddressTemplateId\": \"ipm-mdunqeb6\",\n \"AddressSet\": [\n \"192.168.0.0/16\",\n \"192.128.8.8/17\"\n ],\n \"AddressExtraSet\": [\n {\n \"Description\": \"demo\",\n \"Address\": \"192.168.0.0/16\"\n },\n {\n \"Description\": \"demo\",\n \"Address\": \"192.128.8.8/17\"\n }\n ],\n \"CreatedTime\": \"2017-12-31 10:06:05\"\n }\n ],\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
1266
|
+
"title": "查询IP地址模板"
|
1267
|
+
}
|
1268
|
+
],
|
1269
|
+
"DescribeAddresses": [
|
1270
|
+
{
|
1271
|
+
"document": "查询EIP信息。",
|
1272
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddresses\n<公共请求参数>\n\n{}",
|
1273
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-qhx8udkc\",\n \"AddressName\": \"未命名\",\n \"AddressIp\": \"1.14.91.34\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressType\": \"EIP\",\n \"InstanceId\": \"ins-wf123456\",\n \"InstanceType\": null,\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.2.3.4\",\n \"IsArrears\": false,\n \"IsBlocked\": false,\n \"IsEipDirectConnection\": false,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"LocalBgp\": false,\n \"CascadeRelease\": false,\n \"CreatedTime\": \"2022-08-11T03:57:05Z\",\n \"TagSet\": [],\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Bandwidth\": 1,\n \"DeadlineDate\": null,\n \"Egress\": \"center_egress1\",\n \"InternetServiceProvider\": \"BGP\"\n },\n {\n \"AddressId\": \"eip-qygpzm9y\",\n \"AddressName\": \"未命名\",\n \"AddressIp\": \"1.14.90.212\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressType\": \"EIP\",\n \"InstanceId\": \"ins-12345678\",\n \"InstanceType\": null,\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.3.4.5.6\",\n \"IsArrears\": false,\n \"IsBlocked\": false,\n \"IsEipDirectConnection\": false,\n \"Egress\": \"center_egress1\",\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"LocalBgp\": false,\n \"CascadeRelease\": false,\n \"CreatedTime\": \"2022-08-11T03:47:03Z\",\n \"TagSet\": [],\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Bandwidth\": 1,\n \"DeadlineDate\": null,\n \"InternetServiceProvider\": \"BGP\"\n }\n ],\n \"RequestId\": \"4ead34c4-3112-40fe-bbde-2295eee9d664\"\n }\n}",
|
1274
|
+
"title": "查询EIP信息"
|
1275
|
+
},
|
1276
|
+
{
|
1277
|
+
"document": "查询普通公网IP。",
|
1278
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&Filters.0.Name=address-type\n&Filters.0.Values.0=WanIP\n&<公共请求参数>",
|
1279
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-93gyo275\",\n \"AddressName\": \"gwlb\",\n \"AddressIp\": \"122.51.235.39\",\n \"AddressStatus\": \"BIND\",\n \"AddressType\": \"WanIP\",\n \"InstanceId\": \"ins-b2mc0ko1\",\n \"InstanceType\": \"CVM\",\n \"NetworkInterfaceId\": \"eni-akohvkv6\",\n \"PrivateAddressIp\": \"10.0.1.9\",\n \"IsArrears\": false,\n \"IsBlocked\": false,\n \"IsEipDirectConnection\": false,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"LocalBgp\": false,\n \"CascadeRelease\": false,\n \"Egress\": \"center_egress1\",\n \"CreatedTime\": \"2024-11-11T07:42:49Z\",\n \"TagSet\": [\n {\n \"Key\": \"qcs:tag:createdBy\",\n \"Value\": \"Root:100002840660\"\n }\n ],\n \"BandwidthPackageId\": null,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Bandwidth\": 5,\n \"DeadlineDate\": null,\n \"InternetServiceProvider\": \"BGP\"\n }\n ],\n \"RequestId\": \"f9b58176-c138-45ba-a0e2-7a55117e2833\"\n }\n}",
|
1280
|
+
"title": "查询普通公网IP"
|
1281
|
+
},
|
1282
|
+
{
|
1283
|
+
"document": "查询弹性公网EIP。",
|
1284
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&AddressIds.0=eip-12345678\n&<公共请求参数>",
|
1285
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-12345678\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressIp\": \"34.3.4.5.6\",\n \"InstanceId\": \"ins-12345678\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.2.3.4\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"WanIp\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"name\",\n \"Value\": \"Sam\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"CENTER_EGRESS_1\"\n }\n ],\n \"RequestId\": \"95eb79b9-2e72-45b1-a1ac-03138778521a\"\n }\n}",
|
1286
|
+
"title": "查询弹性公网EIP"
|
1287
|
+
}
|
1288
|
+
],
|
1289
|
+
"DescribeAssistantCidr": [
|
1290
|
+
{
|
1291
|
+
"document": "查询辅助CIDR列表",
|
1292
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssistantCidr\n<公共请求参数>\n\n{}",
|
1293
|
+
"output": "{\n \"Response\": {\n \"AssistantCidrSet\": [\n {\n \"VpcId\": \"vpc-6v2ht8q5\",\n \"CidrBlock\": \"10.10.0.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"c65ffbe5-512a-44fd-9611-99d12f4e565d\"\n }\n}",
|
1294
|
+
"title": "查询辅助CIDR列表"
|
1295
|
+
}
|
1296
|
+
],
|
1297
|
+
"DescribeBandwidthPackageBillUsage": [
|
1298
|
+
{
|
1299
|
+
"document": "",
|
1300
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeBandwidthPackageBillUsage\n&BandwidthPackageId=bwp-pply3nak\n&<公共请求参数>",
|
1301
|
+
"output": "{\n \"Response\": {\n \"BandwidthPackageBillBandwidthSet\": [\n {\n \"BandwidthUsage\": 1\n }\n ],\n \"RequestId\": \"f30a042c-0234-4474-99e5-2f16be243be5\"\n }\n}",
|
1302
|
+
"title": "查询共享带宽包的当前计费用量"
|
1303
|
+
}
|
1304
|
+
],
|
1305
|
+
"DescribeBandwidthPackageQuota": [
|
1306
|
+
{
|
1307
|
+
"document": "查询带宽包配额。",
|
1308
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBandwidthPackageQuota\n<公共请求参数>\n\n{}",
|
1309
|
+
"output": "{\n \"Response\": {\n \"QuotaSet\": [\n {\n \"QuotaId\": \"TOTAL_BANDWIDTHPKG_QUOTA\",\n \"QuotaCurrent\": 1,\n \"QuotaLimit\": 20\n }\n ],\n \"RequestId\": \"8882b478-0d3a-4fe2-bae3-ff93865a199c\"\n }\n}",
|
1310
|
+
"title": "查询带宽包配额"
|
1311
|
+
}
|
1312
|
+
],
|
1313
|
+
"DescribeBandwidthPackageResources": [
|
1314
|
+
{
|
1315
|
+
"document": "",
|
1316
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeBandwidthPackageResources\n&BandwidthPackageId=bwp-7umnal1o\n&<公共请求参数>",
|
1317
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"ResourceSet\": [\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-60z7i46d\",\n \"AddressIp\": \"139.199.XX.XX\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-d97psd1o\",\n \"AddressIp\": \"139.198.XX.XX\"\n }\n ],\n \"RequestId\": \"ecaa7a90-a2fd-4fa3-8bf8-7d0723c95a99\"\n }\n}",
|
1318
|
+
"title": "查询共享带宽包内的资源列表"
|
1319
|
+
}
|
1320
|
+
],
|
1321
|
+
"DescribeBandwidthPackages": [
|
1322
|
+
{
|
1323
|
+
"document": "",
|
1324
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBandwidthPackages\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"BGP\"\n ],\n \"Name\": \"network-type\"\n }\n ]\n}",
|
1325
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"BandwidthPackageSet\": [\n {\n \"BandwidthPackageId\": \"bwp-p6am50q0\",\n \"BandwidthPackageName\": \"gongxiang1\",\n \"Status\": \"CREATED\",\n \"NetworkType\": \"BGP\",\n \"Egress\": \"center_egress1\",\n \"ChargeType\": \"FIXED_PREPAID_BY_MONTH\",\n \"CreatedTime\": \"2019-12-31T16:48:49Z\",\n \"Deadline\": \"2023-02-06T06:42:20Z\",\n \"ResourceSet\": [\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-hbhcbwci\",\n \"AddressIp\": \"134.175.210.185\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-bksqvcue\",\n \"AddressIp\": \"193.112.158.4\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-rlwrl9zg\",\n \"AddressIp\": \"193.112.128.149\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-0a0z6e86\",\n \"AddressIp\": \"193.112.214.231\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-loq78a2u\",\n \"AddressIp\": \"193.112.214.146\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9b23ko6g\",\n \"AddressIp\": \"193.112.195.106\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-l3utrirm\",\n \"AddressIp\": \"193.112.214.252\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-biawxrrg\",\n \"AddressIp\": \"193.112.161.62\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-gm8dcbmw\",\n \"AddressIp\": \"129.204.145.2\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-f3yjemhw\",\n \"AddressIp\": \"134.175.169.60\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-oahxub36\",\n \"AddressIp\": \"106.53.87.77\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-ej9oasck\",\n \"AddressIp\": \"193.112.186.94\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-iivgnxr6\",\n \"AddressIp\": \"106.52.155.79\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9pva2ne6\",\n \"AddressIp\": \"106.52.167.45\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-fqexkiku\",\n \"AddressIp\": \"129.204.251.201\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-dorh1ejy\",\n \"AddressIp\": \"106.55.92.150\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-pdxzxuzs\",\n \"AddressIp\": \"42.194.204.43\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-26tl14zo\",\n \"AddressIp\": \"106.52.248.58\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-1n624fs0\",\n \"AddressIp\": \"106.55.63.197\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-j4s0mcug\",\n \"AddressIp\": \"106.55.92.154\"\n }\n ],\n \"Bandwidth\": 500\n }\n ],\n \"RequestId\": \"e0ee5afd-a684-4a4c-9fff-ef5d626aed46\"\n }\n}",
|
1326
|
+
"title": "查询带宽包资源"
|
1327
|
+
}
|
1328
|
+
],
|
1329
|
+
"DescribeCcnAttachedInstances": [
|
1330
|
+
{
|
1331
|
+
"document": "用于查询云联网实例下已关联的网络实例",
|
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}",
|
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}",
|
1334
|
+
"title": "查询云联网关联实例列表"
|
1335
|
+
}
|
1336
|
+
],
|
1337
|
+
"DescribeCcnRegionBandwidthLimits": [
|
1338
|
+
{
|
1339
|
+
"document": "查询一个CCN各地域出带宽上限",
|
1340
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCcnRegionBandwidthLimits\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-gree226l\"\n}",
|
1341
|
+
"output": "{\n \"Response\": {\n \"CcnRegionBandwidthLimitSet\": [\n {\n \"BandwidthLimit\": 50,\n \"Region\": \"ap-guangzhou\"\n },\n {\n \"BandwidthLimit\": 10000,\n \"Region\": \"ap-beijing\"\n },\n {\n \"BandwidthLimit\": 2000,\n \"Region\": \"ap-shanghai\"\n }\n ],\n \"RequestId\": \"9c53ff69-1bb6-4c89-adbb-812233a85acc\"\n }\n}",
|
1342
|
+
"title": "查询一个CCN各地域出带宽上限"
|
1343
|
+
}
|
1344
|
+
],
|
1345
|
+
"DescribeCcnRouteTableBroadcastPolicys": [
|
1346
|
+
{
|
1347
|
+
"document": "查询云联网路由传播策略",
|
1348
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCcnRouteTableBroadcastPolicys\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-qd6z2ld1\",\n \"RouteTableId\": \"ccnrtb-1mkezrkd\",\n \"PolicyVersion\": 5\n}",
|
1349
|
+
"output": "{\n \"Response\": {\n \"PolicySet\": [\n {\n \"Policys\": [\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-region\",\n \"Values\": [\n \"ap-beijing\"\n ],\n \"MatchPattern\": 1\n },\n {\n \"Name\": \"cidr-block\",\n \"Values\": [\n \"9.0.0.0/8\",\n \"10.0.0.0/8\",\n \"192.168.0.0/24\"\n ],\n \"MatchPattern\": 0\n }\n ],\n \"BroadcastConditions\": [\n {\n \"Name\": \"instance-region\",\n \"Values\": [\n \"ap-beijing\"\n ],\n \"MatchPattern\": 1\n },\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"VPC\"\n ],\n \"MatchPattern\": 1\n },\n {\n \"Name\": \"instance-id\",\n \"Values\": [\n \"vpc-jdevjrup\",\n \"vpc-hb81v349\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"accept\",\n \"Description\": \"允许接受北京地域专线、VPC、VPN三大网段\"\n },\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"VPC\",\n \"DIRECTCONNECT\"\n ],\n \"MatchPattern\": 1\n },\n {\n \"Name\": \"instance-id\",\n \"Values\": [\n \"dcg-8zljkrft\",\n \"vpc-jdevjrup\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"BroadcastConditions\": [\n {\n \"Name\": \"instance-id\",\n \"Values\": [\n \"vpc-jdevjrup\",\n \"vpc-hb81v349\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"accept\",\n \"Description\": \"指定vpc接受北京指定专线和vpc\"\n }\n ],\n \"PolicyVersion\": 5,\n \"CreateTime\": \"2022-12-19 19:31:17\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"da0f5fee-14f5-4429-85b3-6650beaa6b46\"\n }\n}",
|
1350
|
+
"title": "查询云联网路由传播策略"
|
1351
|
+
}
|
1352
|
+
],
|
1353
|
+
"DescribeCcnRouteTableInputPolicys": [
|
1354
|
+
{
|
1355
|
+
"document": "查询路由表接收策略",
|
1356
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCcnRouteTableInputPolicys\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-rxz9krjj\",\n \"RouteTableId\": \"ccnrtb-63ujxv2h\",\n \"PolicyVersion\": 1\n}",
|
1357
|
+
"output": "{\n \"Response\": {\n \"PolicySet\": [\n {\n \"Policys\": [],\n \"PolicyVersion\": 29,\n \"CreateTime\": \"2023-05-16 16:13:39\"\n },\n {\n \"Policys\": [\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"DIRECTCONNECT\",\n \"VPNGW\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"accept\",\n \"Description\": \"input-policys\"\n }\n ],\n \"PolicyVersion\": 28,\n \"CreateTime\": \"2023-05-16 16:13:32\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
1358
|
+
"title": "DescribeCcnRouteTableInputPolicys"
|
1359
|
+
}
|
1360
|
+
],
|
1361
|
+
"DescribeCcnRouteTables": [
|
1362
|
+
{
|
1363
|
+
"document": "",
|
1364
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeCcnRouteTables\n&Filters.0.Name=route-table-id\n&Filters.0.Values.0=ccnrtb-mnvhfmv9\n&Filters.0.Values.1=ccnrtb-3230jx4x\n&Filters.1.Name=route-table-name\n&Filters.1.Values.0=_default_rtb\n&Filters.1.Values.1=rubytest\n&Filters.2.Name=ccn-id\n&Filters.2.Values.0=ccn-8j0phqix\n&<公共请求参数>",
|
1365
|
+
"output": "{\n \"Response\": {\n \"CcnRouteTableSet\": [\n {\n \"CcnId\": \"ccn-8j0phqix\",\n \"CcnRouteTableId\": \"ccnrtb-mnvhfmv9\",\n \"RouteTableName\": \"_default_rtb\",\n \"RouteTableDescription\": \"table-1\",\n \"IsDefaultTable\": true,\n \"CreateTime\": \"2021-05-11 15:47:53\"\n },\n {\n \"CcnId\": \"ccn-8j0phqix\",\n \"CcnRouteTableId\": \"ccnrtb-3230jx4x\",\n \"RouteTableName\": \"rubytest\",\n \"RouteTableDescription\": \"table-2\",\n \"IsDefaultTable\": false,\n \"CreateTime\": \"2021-05-11 16:33:14\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
1366
|
+
"title": "查询接口"
|
1367
|
+
}
|
1368
|
+
],
|
1369
|
+
"DescribeCcnRoutes": [
|
1370
|
+
{
|
1371
|
+
"document": "查询云联网路由列表",
|
1372
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeCcnRoutes\n&CcnId=ccn-gree226l\n&Filters.0.Name=route-id\n&Filters.0.Values.0=ccnr-bvipc87w\n&Filters.0.Values.1=ccnr-oc61so0o\n&Filters.1.Name=instance-type\n&Filters.1.Values.0=VPC\n&Filters.1.Values.1=DIRECTCONNECT\n&Filters.2.Name=instance-region\n&Filters.2.Values.0=ap-guangzhou\n&Filters.2.Values.1=ap-beijing\n&Filters.2.Values.2=ap-shanghai\n&Filters.2.Values.3=eu-frankfurt\n&Filters.3.Name=instance-id\n&Filters.3.Values.0=vpc-r1ckkpid\n&Filters.3.Values.1=dcg-98qosdc3\n&Filters.4.Name=cidr-block\n&Filters.4.Values.0=10.33.0.0/16\n&Filters.4.Values.1=192.168.0.0/24\n&<公共请求参数>",
|
1373
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"3e866888-83ea-4716-b99b-21592cba6548\",\n \"RouteSet\": [\n {\n \"DestinationCidrBlock\": \"10.33.0.0/16\",\n \"UpdateTime\": \"2020-09-22 00:00:00\",\n \"RoutePriority\": 1,\n \"InstanceId\": \"vpc-r1ckkpid\",\n \"InstanceUin\": \"234532345\",\n \"Enabled\": true,\n \"InstanceExtraName\": \"instance-1\",\n \"IsBgp\": true,\n \"InstanceRegion\": \"ap-guangzhou\",\n \"ExtraState\": \"Running\",\n \"RouteId\": \"ccnr-bvipc87w\",\n \"InstanceName\": \"instance-1\",\n \"InstanceType\": \"VPC\"\n },\n {\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"UpdateTime\": \"2020-09-22 00:00:00\",\n \"RoutePriority\": 1,\n \"InstanceId\": \"vpc-r1ckkpid\",\n \"InstanceName\": \"instance-2\",\n \"Enabled\": true,\n \"InstanceExtraName\": \"instance-2\",\n \"IsBgp\": true,\n \"InstanceRegion\": \"ap-guangzhou\",\n \"ExtraState\": \"Running\",\n \"RouteId\": \"ccnr-oc61so0o\",\n \"InstanceUin\": \"234532345\",\n \"InstanceType\": \"VPC\"\n }\n ]\n }\n}",
|
1374
|
+
"title": "查询云联网路由列表"
|
1375
|
+
}
|
1376
|
+
],
|
1377
|
+
"DescribeCcns": [
|
1378
|
+
{
|
1379
|
+
"document": "按ID过滤查询CCN列表",
|
1380
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCcns\n<公共请求参数>\n\n{\n \"CcnIds\": [\n \"ccn-8j0phqix\"\n ]\n}",
|
1381
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"73159790-39b3-48e8-9d61-29e11eed1acd\",\n \"CcnSet\": [\n {\n \"InstanceCount\": 1,\n \"TagSet\": [\n {\n \"Value\": \"env\",\n \"Key\": \"ccn-1\"\n }\n ],\n \"RoutePriorityFlag\": true,\n \"CcnId\": \"ccn-8j0phqix\",\n \"CcnDescription\": \"ccn-1\",\n \"State\": \"AVAILABLE\",\n \"InstanceChargeType\": \"POSTPAID\",\n \"CcnName\": \"ccn-1\",\n \"QosLevel\": \"AU\",\n \"BandwidthLimitType\": \"INTER_REGION_LIMIT\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"RouteTableFlag\": false,\n \"RouteTableCount\": 1,\n \"RouteBroadcastPolicyFlag\": false,\n \"IsSecurityLock\": false\n }\n ]\n }\n}",
|
1382
|
+
"title": "按ID过滤查询CCN列表"
|
1383
|
+
},
|
1384
|
+
{
|
1385
|
+
"document": "按名称过滤查询CCN列表",
|
1386
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCcns\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"ccn-1\"\n ],\n \"Name\": \"ccn-name\"\n }\n ]\n}",
|
1387
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"73159790-39b3-48e8-9d61-29e11eed1acd\",\n \"CcnSet\": [\n {\n \"InstanceCount\": 1,\n \"TagSet\": [\n {\n \"Value\": \"env\",\n \"Key\": \"ccn-1\"\n }\n ],\n \"RoutePriorityFlag\": true,\n \"CcnId\": \"ccn-8j0phqix\",\n \"CcnDescription\": \"ccn-1\",\n \"State\": \"AVAILABLE\",\n \"InstanceChargeType\": \"POSTPAID\",\n \"CcnName\": \"ccn-1\",\n \"QosLevel\": \"AU\",\n \"BandwidthLimitType\": \"INTER_REGION_LIMIT\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"RouteTableFlag\": false,\n \"RouteTableCount\": 1,\n \"RouteBroadcastPolicyFlag\": false,\n \"IsSecurityLock\": false\n }\n ]\n }\n}",
|
1388
|
+
"title": "按名称过滤查询CCN列表"
|
1389
|
+
},
|
1390
|
+
{
|
1391
|
+
"document": "查询绑定了标签键值对(env:ccn-1)的ccn。",
|
1392
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCcns\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"ccn-1\"\n ],\n \"Name\": \"tag:ccn-1\"\n }\n ]\n}",
|
1393
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"73159790-39b3-48e8-9d61-29e11eed1acd\",\n \"CcnSet\": [\n {\n \"InstanceCount\": 1,\n \"TagSet\": [\n {\n \"Value\": \"env\",\n \"Key\": \"ccn-1\"\n }\n ],\n \"RoutePriorityFlag\": true,\n \"CcnId\": \"ccn-8j0phqix\",\n \"CcnDescription\": \"ccn-1\",\n \"State\": \"AVAILABLE\",\n \"InstanceChargeType\": \"POSTPAID\",\n \"CcnName\": \"ccn-1\",\n \"QosLevel\": \"AU\",\n \"BandwidthLimitType\": \"INTER_REGION_LIMIT\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"RouteTableFlag\": false,\n \"RouteTableCount\": 1,\n \"RouteBroadcastPolicyFlag\": false,\n \"IsSecurityLock\": false\n }\n ]\n }\n}",
|
1394
|
+
"title": "查询绑定了标签的CCN列表"
|
1395
|
+
}
|
1396
|
+
],
|
1397
|
+
"DescribeCdcLDCXList": [
|
1398
|
+
{
|
1399
|
+
"document": "",
|
1400
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCdcLDCXList\n<公共请求参数>\n\n{}",
|
1401
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"091e2a8d-8ce0-4e98-994b-79ebb093316b\"\n }\n}",
|
1402
|
+
"title": "查询 IDC通道配置"
|
1403
|
+
}
|
1404
|
+
],
|
1405
|
+
"DescribeCdcNetPlanes": [
|
1406
|
+
{
|
1407
|
+
"document": "",
|
1408
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCdcNetPlanes\n<公共请求参数>\n\n{}",
|
1409
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ae3f0435-4724-42df-a6c6-239391af0926\"\n }\n}",
|
1410
|
+
"title": "查询虚拟连接"
|
1411
|
+
}
|
1412
|
+
],
|
1413
|
+
"DescribeCdcUsedIdcVlan": [
|
1414
|
+
{
|
1415
|
+
"document": "",
|
1416
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCdcUsedIdcVlan\n<公共请求参数>\n\n{}",
|
1417
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1b7bf7af-4a2e-4483-985c-a13c1bfac558\"\n }\n}",
|
1418
|
+
"title": "查询 IDC 的 VLAN 使用情况"
|
1419
|
+
}
|
1420
|
+
],
|
1421
|
+
"DescribeClassicLinkInstances": [
|
1422
|
+
{
|
1423
|
+
"document": "查询基础网络互通列表",
|
1424
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeClassicLinkInstances\n&Filters.0.Name=vpc-id\n&Filters.0.Values.0=vpc-gjui0b5t\n&Filters.1.Name=vm-ip\n&Filters.1.Values.0=10.9.0.3.0\n&<公共请求参数>",
|
1425
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"ClassicLinkInstanceSet\": [\n {\n \"VpcId\": \"vpc-gjui0b5t\",\n \"InstanceId\": \"ins-0x5msjda\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
1426
|
+
"title": "查询基础网络互通列表"
|
1427
|
+
}
|
1428
|
+
],
|
1429
|
+
"DescribeCrossBorderCcnRegionBandwidthLimits": [
|
1430
|
+
{
|
1431
|
+
"document": "无入参查询云联网跨境限速实例",
|
1432
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCrossBorderCcnRegionBandwidthLimits\n<公共请求参数>\n\n{}",
|
1433
|
+
"output": "{\n \"Response\": {\n \"CcnBandwidthSet\": [\n {\n \"CcnId\": \"ccn-025qoqpx\",\n \"CreatedTime\": \"2020-07-30 15:32:27\",\n \"ExpiredTime\": \"2021-01-30 15:32:27\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-1duimd7w\",\n \"MarketId\": \"\",\n \"UserAccountID\": \"3436874624\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 0\n }\n },\n {\n \"CcnId\": \"ccn-qhmusb7r\",\n \"CreatedTime\": \"2020-07-31 17:52:41\",\n \"ExpiredTime\": \"2020-11-30 17:52:41\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-n8d6es84\",\n \"MarketId\": \"market-o9zkna2cc\",\n \"UserAccountID\": \"979137\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-shanghai\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 0\n }\n },\n {\n \"CcnId\": \"ccn-cdnjw6bv\",\n \"CreatedTime\": \"2020-08-02 13:29:47\",\n \"ExpiredTime\": \"2020-11-02 13:29:47\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-frs5y7mo\",\n \"MarketId\": \"market-4rvy8k8eo\",\n \"UserAccountID\": \"3436874624\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 2\n }\n },\n {\n \"CcnId\": \"ccn-qhmusb7r\",\n \"CreatedTime\": \"2020-08-02 14:35:38\",\n \"ExpiredTime\": \"2020-09-02 14:35:38\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-gvbhcaec\",\n \"MarketId\": \"market-ibxg5q2ey\",\n \"UserAccountID\": \"979137\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 0\n }\n },\n {\n \"CcnId\": \"ccn-cdnjw6bv\",\n \"CreatedTime\": \"2020-08-12 16:10:09\",\n \"ExpiredTime\": \"2021-01-12 16:10:09\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-d7vklnwm\",\n \"MarketId\": \"market-0gctjva40\",\n \"UserAccountID\": \"3436874624\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-hongkong\",\n \"DestinationRegion\": \"ap-beijing\",\n \"BandwidthLimit\": 0\n }\n },\n {\n \"CcnId\": \"ccn-q64rvk9x\",\n \"CreatedTime\": \"2020-08-14 10:54:15\",\n \"ExpiredTime\": \"2020-09-14 10:54:15\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-9uhfrbj8\",\n \"MarketId\": \"market-judfoon5c\",\n \"UserAccountID\": \"1742152960\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-hongkong\",\n \"DestinationRegion\": \"ap-guangzhou\",\n \"BandwidthLimit\": 0\n }\n },\n {\n \"CcnId\": \"ccn-bwt4g84j\",\n \"CreatedTime\": \"2020-08-17 15:21:30\",\n \"ExpiredTime\": \"2020-09-17 15:21:30\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-cotqwlu2\",\n \"MarketId\": \"market-626fzd912\",\n \"UserAccountID\": \"807348637\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-hongkong\",\n \"DestinationRegion\": \"ap-beijing\",\n \"BandwidthLimit\": 0\n }\n },\n {\n \"CcnId\": \"ccn-dp8rjtnn\",\n \"CreatedTime\": \"2020-08-21 11:40:50\",\n \"ExpiredTime\": \"2020-08-19 11:40:50\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-1hmgsj62\",\n \"MarketId\": \"\",\n \"UserAccountID\": \"1742152960\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 0\n }\n },\n {\n \"CcnId\": \"ccn-qd9rws31\",\n \"CreatedTime\": \"2020-08-21 12:31:52\",\n \"ExpiredTime\": \"2020-09-21 12:37:02\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-a5uhb60a\",\n \"MarketId\": \"market-1rhwihsnw\",\n \"UserAccountID\": \"1742152960\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-shanghai\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 3\n }\n },\n {\n \"CcnId\": \"ccn-qd9rws31\",\n \"CreatedTime\": \"2020-08-28 09:27:55\",\n \"ExpiredTime\": \"2020-09-28 09:27:55\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-488xjj38\",\n \"MarketId\": \"\",\n \"UserAccountID\": \"1742152960\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 1\n }\n },\n {\n \"CcnId\": \"ccn-3wgiiipt\",\n \"CreatedTime\": \"2022-03-09 13:56:24\",\n \"ExpiredTime\": \"2022-03-09 13:56:24\",\n \"UpdateTime\": \"2022-03-09 13:58:03\",\n \"RegionFlowControlId\": \"fcr-lo5dfhe6\",\n \"MarketId\": \"\",\n \"UserAccountID\": \"979137\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 20\n }\n }\n ],\n \"TotalCount\": 14,\n \"RequestId\": \"405d200b-ad2a-486d-9541-d5f47a506827\"\n }\n}",
|
1434
|
+
"title": "无入参查询"
|
1435
|
+
},
|
1436
|
+
{
|
1437
|
+
"document": "根据账户ID查询云联网跨境限速实例",
|
1438
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCrossBorderCcnRegionBandwidthLimits\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"3436874624\"\n ],\n \"Name\": \"user-account-id\"\n }\n ]\n}",
|
1439
|
+
"output": "{\n \"Response\": {\n \"CcnBandwidthSet\": [\n {\n \"CcnId\": \"ccn-025qoqpx\",\n \"CreatedTime\": \"2020-07-30 15:32:27\",\n \"ExpiredTime\": \"2021-01-30 15:32:27\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-1duimd7w\",\n \"MarketId\": \"\",\n \"UserAccountID\": \"3436874624\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 0\n }\n },\n {\n \"CcnId\": \"ccn-cdnjw6bv\",\n \"CreatedTime\": \"2020-08-02 13:29:47\",\n \"ExpiredTime\": \"2020-11-02 13:29:47\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-frs5y7mo\",\n \"MarketId\": \"market-4rvy8k8eo\",\n \"UserAccountID\": \"3436874624\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 2\n }\n },\n {\n \"CcnId\": \"ccn-cdnjw6bv\",\n \"CreatedTime\": \"2020-08-12 16:10:09\",\n \"ExpiredTime\": \"2021-01-12 16:10:09\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-d7vklnwm\",\n \"MarketId\": \"market-0gctjva40\",\n \"UserAccountID\": \"3436874624\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-hongkong\",\n \"DestinationRegion\": \"ap-beijing\",\n \"BandwidthLimit\": 0\n }\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"a5cf93d0-d717-4e89-8a51-e1418b43d9f9\"\n }\n}",
|
1440
|
+
"title": "根据账户ID查询"
|
1441
|
+
},
|
1442
|
+
{
|
1443
|
+
"document": "根据云联网ID查询云联网跨境限速实例",
|
1444
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCrossBorderCcnRegionBandwidthLimits\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"ccn-025qoqpx\"\n ],\n \"Name\": \"ccn-ids\"\n }\n ]\n}",
|
1445
|
+
"output": "{\n \"Response\": {\n \"CcnBandwidthSet\": [\n {\n \"CcnId\": \"ccn-025qoqpx\",\n \"CreatedTime\": \"2020-07-30 15:32:27\",\n \"ExpiredTime\": \"2021-01-30 15:32:27\",\n \"UpdateTime\": \"2022-03-07 12:36:17\",\n \"RegionFlowControlId\": \"fcr-1duimd7w\",\n \"MarketId\": \"\",\n \"UserAccountID\": \"3436874624\",\n \"IsCrossBorder\": true,\n \"IsSecurityLock\": false,\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"InstanceChargeType\": \"\",\n \"CcnRegionBandwidthLimit\": {\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-hongkong\",\n \"BandwidthLimit\": 0\n }\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"8ef886fc-e394-4eba-8da6-b1ae8f88fe61\"\n }\n}",
|
1446
|
+
"title": "根据云联网ID查询"
|
1447
|
+
}
|
1448
|
+
],
|
1449
|
+
"DescribeCrossBorderCompliance": [
|
1450
|
+
{
|
1451
|
+
"document": "",
|
1452
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeCrossBorderCompliance\n&ServiceProvider=UNICOM\n&Company=腾讯科技(广州)有限公司\n&UniformSocialCreditCode=91440101327598294H\n&LegalPerson=张颖\n&IssuingAuthority=广州市海珠区市场监督管理局\n&BusinessAddress=广州市海珠区新港中路397号自编72号(商业街F5-1)\n&PostCode=510320\n&Manager=李四\n&ManagerId=360732199007108888\n&ManagerAddress=广州市海珠区新港中路8888号\n&ManagerTelephone=020-81167888\n&Email=test@tencent.com\n&ServiceStartDate=2020-07-29\n&ServiceEndDate=2021-07-29\n&<公共请求参数>",
|
1453
|
+
"output": "{\n \"Response\": {\n \"CrossBorderComplianceSet\": [\n {\n \"ComplianceId\": 10013,\n \"ServiceProvider\": \"UNICOM\",\n \"Company\": \"腾讯科技(广州)有限公司\",\n \"UniformSocialCreditCode\": \"91440101327598294H\",\n \"LegalPerson\": \"张颖\",\n \"IssuingAuthority\": \"广州市海珠区市场监督管理局\",\n \"BusinessLicense\": \"************************************************************\",\n \"BusinessAddress\": \"广州市海珠区新港中路397号自编72号(商业街F5-1)\",\n \"PostCode\": 510320,\n \"Manager\": \"李四\",\n \"ManagerId\": \"360732199007108888\",\n \"ManagerIdCard\": \"************************************************************\",\n \"ManagerAddress\": \"广州市海珠区新港中路8888号\",\n \"ManagerTelephone\": \"020-81167888\",\n \"Email\": \"test@tencent.com\",\n \"ServiceHandlingForm\": \"************************************************************\",\n \"AuthorizationLetter\": \"************************************************************\",\n \"SafetyCommitment\": \"************************************************************\",\n \"ServiceStartDate\": \"2020-07-29\",\n \"ServiceEndDate\": \"2021-07-29\",\n \"State\": \"PENDING\",\n \"CreatedTime\": \"2020-08-03 16:59:45\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"c3e0aa8b-5dce-467d-a63f-242126b3eabf\"\n }\n}",
|
1454
|
+
"title": "查询合规化审批单"
|
1455
|
+
}
|
1456
|
+
],
|
1457
|
+
"DescribeCrossBorderFlowMonitor": [
|
1458
|
+
{
|
1459
|
+
"document": "查询跨境带宽监控数据",
|
1460
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCrossBorderFlowMonitor\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-gree226l\",\n \"CcnUin\": \"251223380\",\n \"SourceRegion\": \"ap-guangzhou\",\n \"DestinationRegion\": \"ap-shanghai\",\n \"Period\": 60,\n \"StartTime\": \"2022-08-20 00:00:00\",\n \"EndTime\": \"2022-08-20 00:10:00\"\n}",
|
1461
|
+
"output": "{\n \"Response\": {\n \"CrossBorderFlowMonitorData\": [\n {\n \"InBandwidth\": [\n 1,\n 1\n ],\n \"InPkg\": [\n 1,\n 2\n ],\n \"OutBandwidth\": [\n 1,\n 3\n ],\n \"OutPkg\": [\n 1,\n 4\n ]\n }\n ],\n \"RequestId\": \"ff8a76ff-8900-4169-b126-ff59fdb39b6c\"\n }\n}",
|
1462
|
+
"title": "查询跨境带宽监控数据"
|
1463
|
+
}
|
1464
|
+
],
|
1465
|
+
"DescribeCustomerGatewayVendors": [
|
1466
|
+
{
|
1467
|
+
"document": "本接口(DescribeCustomerGatewayVendors)用于查询可支持的对端网关厂商信息。",
|
1468
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCustomerGatewayVendors\n<公共请求参数>\n\n{}",
|
1469
|
+
"output": "{\n \"Response\": {\n \"CustomerGatewayVendorSet\": [\n {\n \"Platform\": \"ios\",\n \"SoftwareVersion\": \"V15.4\",\n \"VendorName\": \"cisco\"\n },\n {\n \"Platform\": \"comware\",\n \"SoftwareVersion\": \"V1.0\",\n \"VendorName\": \"h3c\"\n }\n ],\n \"RequestId\": \"ccda8bff-d7aa-4a16-8a72-13e72a116205\"\n }\n}",
|
1470
|
+
"title": "查询可支持的对端网关厂商信息"
|
1471
|
+
}
|
1472
|
+
],
|
1473
|
+
"DescribeCustomerGateways": [
|
1474
|
+
{
|
1475
|
+
"document": "查询对端网关",
|
1476
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCustomerGateways\n<公共请求参数>\n\n{\n \"CustomerGatewayIds\": [\n \"cgw-mgp33pll\"\n ],\n \"Filters\": [\n {\n \"Name\": \"customer-gateway-name\",\n \"Values\": [\n \"test-cgw\"\n ]\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1\n}",
|
1477
|
+
"output": "{\n \"Response\": {\n \"CustomerGatewaySet\": [\n {\n \"CustomerGatewayId\": \"cgw-mgp33pll\",\n \"IpAddress\": \"58.211.1.12\",\n \"CustomerGatewayName\": \"test-cgw\",\n \"CreatedTime\": \"2018-03-25 17:52:39\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"e5500b60-4964-43c7-8a6c-4bff98f59aeb\"\n }\n}",
|
1478
|
+
"title": "查询对端网关"
|
1479
|
+
}
|
1480
|
+
],
|
1481
|
+
"DescribeDhcpIps": [
|
1482
|
+
{
|
1483
|
+
"document": "",
|
1484
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDhcpIps\n&<公共请求参数>",
|
1485
|
+
"output": "{\n \"Response\": {\n \"DhcpIpSet\": [\n {\n \"DhcpIpId\": \"dhcpip-pxir56ns\",\n \"DhcpIpName\": \"demo\",\n \"PrivateIpAddress\": \"10.0.0.13\",\n \"VpcId\": \"vpc-n0yejvje\",\n \"SubnetId\": \"subnet-hj3he929\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"State\": \"UNBIND\",\n \"CreatedTime\": \"2018-10-10 17:03:09\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
1486
|
+
"title": "查询DhcpIp列表"
|
1487
|
+
},
|
1488
|
+
{
|
1489
|
+
"document": "",
|
1490
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDhcpIps\n&Filters.0.Name=dhcpip-id\n&Filters.0.Values.0=dhcpip-pxir56ns\n&<公共请求参数>",
|
1491
|
+
"output": "{\n \"Response\": {\n \"DhcpIpSet\": [\n {\n \"DhcpIpId\": \"dhcpip-pxir56ns\",\n \"DhcpIpName\": \"demo\",\n \"PrivateIpAddress\": \"10.0.0.13\",\n \"VpcId\": \"vpc-n0yejvje\",\n \"SubnetId\": \"subnet-hj3he929\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"State\": \"UNBIND\",\n \"CreatedTime\": \"2018-10-10 17:03:09\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
1492
|
+
"title": "根据Filters查询DhcpIp列表"
|
1493
|
+
},
|
1494
|
+
{
|
1495
|
+
"document": "",
|
1496
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDhcpIps\n&DhcpIpIds.0=dhcpip-pxir56ns\n&<公共请求参数>",
|
1497
|
+
"output": "{\n \"Response\": {\n \"DhcpIpSet\": [\n {\n \"DhcpIpId\": \"dhcpip-pxir56ns\",\n \"DhcpIpName\": \"demo\",\n \"PrivateIpAddress\": \"10.0.0.13\",\n \"VpcId\": \"vpc-n0yejvje\",\n \"SubnetId\": \"subnet-hj3he929\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"State\": \"UNBIND\",\n \"CreatedTime\": \"2018-10-10 17:03:09\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
1498
|
+
"title": "根据DhcpIpIds查询DhcpIp列表"
|
1499
|
+
}
|
1500
|
+
],
|
1501
|
+
"DescribeDirectConnectGatewayCcnRoutes": [
|
1502
|
+
{
|
1503
|
+
"document": "",
|
1504
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&<公共请求参数>",
|
1505
|
+
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": \"ccnr-bvipc87w\",\n \"DestinationCidrBlock\": \"10.33.0.0/24\",\n \"UpdateTime\": \"2024-01-01 10:18:12\",\n \"Description\": \"描述内容\",\n \"ASPath\": [\n \"1000\",\n \"2000\",\n \"3000\"\n ]\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
1506
|
+
"title": "查询专线网关云联网路由"
|
1507
|
+
}
|
1508
|
+
],
|
1509
|
+
"DescribeDirectConnectGateways": [
|
1510
|
+
{
|
1511
|
+
"document": "",
|
1512
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\n&DirectConnectGatewayIds.0=dcg-dimeg9zd\n&DirectConnectGatewayIds.1=dcg-6eeis68f\n&DirectConnectGatewayIds.2=dcg-94cdyvfr\n&<公共请求参数>",
|
1513
|
+
"output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\",\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"我的网关01\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"EnableFlowDetails\": 1\n },\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"我的网关02\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"EnableFlowDetails\": 1,\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:40:09\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-dimeg9zd\",\n \"DirectConnectGatewayName\": \"我的网关03\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"ccn-atw2c2j1\",\n \"VpcId\": \"vpc-eg3eig77\",\n \"CcnId\": \"ccn-atw2c2j1\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableFlowDetails\": 1,\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:36:50\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"nat\"\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"1b64d03b-7d2d-4d9b-b46e-49de115ac283\"\n }\n}",
|
1514
|
+
"title": "按ID过滤查询专线网关"
|
1515
|
+
},
|
1516
|
+
{
|
1517
|
+
"document": "",
|
1518
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\n&Filters.0.Name=direct-connect-gateway-name\n&Filters.0.Values.0=我的网关\n&Filters.1.Name=gateway-type\n&Filters.1.Values.0=NORMAL\n&Filters.2.Name=vpc-id\n&Filters.2.Values.0=vpc-f796it7v\n&Filters.2.Values.1=vpc-jkmjx7pd\n&<公共请求参数>",
|
1519
|
+
"output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"我的网关\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"EnableFlowDetails\": 1,\n \"CreateTime\": \"2018-08-21 11:40:09\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"我的网关\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"EnableFlowDetails\": 1,\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"8c77ce69-68e2-4dfa-94ea-a6df5c914f52\"\n }\n}",
|
1520
|
+
"title": "多条件过滤查询专线网关列表"
|
1521
|
+
}
|
1522
|
+
],
|
1523
|
+
"DescribeFlowLog": [
|
1524
|
+
{
|
1525
|
+
"document": "查询流日志实例信息",
|
1526
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeFlowLog\n&VpcId=vpc-pq9vxykj\n&FlowLogId=fl-f42uhpkj\n&<公共请求参数>",
|
1527
|
+
"output": "{\n \"Response\": {\n \"FlowLog\": [\n {\n \"CloudLogId\": \"dfb8f1a2-8522-47c1-8571-67905167ab3f\",\n \"CloudLogState\": \"SUCCESS\",\n \"CreatedTime\": \"2019-05-08 10:48:26\",\n \"FlowLogDescription\": \"\",\n \"FlowLogId\": \"fl-f42uhpkj\",\n \"FlowLogName\": \"demo\",\n \"ResourceId\": \"eni-78ysaex1\",\n \"ResourceType\": \"NETWORKINTERFACE\",\n \"TrafficType\": \"ACCEPT\",\n \"VpcId\": \"vpc-pq9vxykj\",\n \"StorageType\": \"cls\",\n \"FlowLogStorage\": {\n \"StorageTopic\": \"topic-siqmaox1\",\n \"StorageId\": \"ckafka-akwiqms1\"\n },\n \"TagSet\": [],\n \"Enable\": true,\n \"CloudLogRegion\": \"\"\n }\n ],\n \"RequestId\": \"404428db-f850-40c2-803d-0aae49aba43a\"\n }\n}",
|
1528
|
+
"title": "查询流日志实例信息"
|
1529
|
+
}
|
1530
|
+
],
|
1531
|
+
"DescribeFlowLogs": [
|
1532
|
+
{
|
1533
|
+
"document": "查询流日志集合",
|
1534
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowLogs\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
1535
|
+
"output": "{\n \"Response\": {\n \"FlowLog\": [\n {\n \"CloudLogId\": \"dfb8f1a2-8522-47c1-8571-67905167ab3f\",\n \"CloudLogRegion\": \"ap-guangzhou\",\n \"CloudLogState\": \"SUCCESS\",\n \"CreatedTime\": \"2019-05-07 18:00:26\",\n \"FlowLogDescription\": \"\",\n \"FlowLogId\": \"fl-2edhcclz\",\n \"FlowLogName\": \"demo\",\n \"ResourceId\": \"eni-78ysaex1\",\n \"ResourceType\": \"NETWORKINTERFACE\",\n \"TrafficType\": \"ACCEPT\",\n \"VpcId\": \"vpc-pq9vxykj\",\n \"StorageType\": \"cls\",\n \"FlowLogStorage\": {\n \"StorageTopic\": \"topic-siqmaox1\",\n \"StorageId\": \"ckafka-akwiqms1\"\n },\n \"TagSet\": [],\n \"Enable\": true\n },\n {\n \"CloudLogId\": \"dfb8f1a2-8522-47c1-8571-67905167ab3f\",\n \"CloudLogRegion\": \"ap-guangzhou\",\n \"CloudLogState\": \"SUCCESS\",\n \"CreatedTime\": \"2019-05-08 10:48:26\",\n \"FlowLogDescription\": \"\",\n \"FlowLogId\": \"fl-f42uhpkj\",\n \"FlowLogName\": \"demo\",\n \"ResourceId\": \"eni-78ysaex1\",\n \"ResourceType\": \"NETWORKINTERFACE\",\n \"TrafficType\": \"ACCEPT\",\n \"VpcId\": \"vpc-pq9vxykj\",\n \"StorageType\": \"cls\",\n \"FlowLogStorage\": {\n \"StorageTopic\": \"topic-siqmaox1\",\n \"StorageId\": \"ckafka-akwiqms1\"\n },\n \"TagSet\": [],\n \"Enable\": true\n }\n ],\n \"TotalNum\": 2,\n \"RequestId\": \"404428db-f850-40c2-803d-0aae49aba43a\"\n }\n}",
|
1536
|
+
"title": "查询流日志集合"
|
1537
|
+
},
|
1538
|
+
{
|
1539
|
+
"document": "获取流日志信息",
|
1540
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowLogs\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-ew41hsdj\",\n \"FlowLogId\": \"fl-m4vogmhf\"\n}",
|
1541
|
+
"output": "{\n \"Response\": {\n \"FlowLog\": [\n {\n \"VpcId\": \"vpc-ew41hsdj\",\n \"FlowLogId\": \"fl-m4vogmhf\",\n \"FlowLogName\": \"sflow-nat\",\n \"ResourceType\": \"NAT\",\n \"ResourceId\": \"nat-prlux840\",\n \"TrafficType\": \"ALL\",\n \"CloudLogId\": \"29a6c8c8-d57d-4e25-84b5-9114734ce6ca\",\n \"CloudLogRegion\": \"ap-guangzhou\",\n \"CloudLogState\": \"SUCCESS\",\n \"FlowLogDescription\": \"\",\n \"CreatedTime\": \"2022-05-18 15:26:50\",\n \"Enable\": true,\n \"StorageType\": \"cls\",\n \"FlowLogStorage\": {\n \"StorageId\": \"29a6c8c8-d57d-4e25-84b5-9114734ce6ca\"\n },\n \"TagSet\": []\n }\n ],\n \"TotalNum\": 1,\n \"RequestId\": \"811bbd89-3c38-4926-9a8c-4bc97792aa34\"\n }\n}",
|
1542
|
+
"title": "获取流日志信息"
|
1543
|
+
}
|
1544
|
+
],
|
1545
|
+
"DescribeGatewayFlowMonitorDetail": [
|
1546
|
+
{
|
1547
|
+
"document": "查询一个传统型NAT网关流量监控明细",
|
1548
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeGatewayFlowMonitorDetail\n&TimePoint=2019-02-28 18:15:20\n&NatId=nat-lz6rjk7n\n&OrderField=OutTraffic\n&OrderDirection=DESC\n&<公共请求参数>",
|
1549
|
+
"output": "{\n \"Response\": {\n \"GatewayFlowMonitorDetailSet\": [\n {\n \"PrivateIpAddress\": \"172.20.65.74\",\n \"InPkg\": 182,\n \"OutPkg\": 263,\n \"InTraffic\": 17316,\n \"OutTraffic\": 35269,\n \"NewConnectionRate\": 0,\n \"ConcurrentConnectionCount\": 0\n },\n {\n \"PrivateIpAddress\": \"172.20.65.63\",\n \"InPkg\": 0,\n \"OutPkg\": 20,\n \"InTraffic\": 0,\n \"OutTraffic\": 1960,\n \"NewConnectionRate\": 0,\n \"ConcurrentConnectionCount\": 0\n },\n {\n \"PrivateIpAddress\": \"172.20.65.70\",\n \"InPkg\": 0,\n \"OutPkg\": 20,\n \"InTraffic\": 0,\n \"OutTraffic\": 1960,\n \"NewConnectionRate\": 0,\n \"ConcurrentConnectionCount\": 0\n },\n {\n \"PrivateIpAddress\": \"172.20.65.172\",\n \"InPkg\": 0,\n \"OutPkg\": 20,\n \"InTraffic\": 0,\n \"OutTraffic\": 1960,\n \"NewConnectionRate\": 0,\n \"ConcurrentConnectionCount\": 0\n },\n {\n \"PrivateIpAddress\": \"172.20.65.249\",\n \"InPkg\": 0,\n \"OutPkg\": 20,\n \"InTraffic\": 0,\n \"OutTraffic\": 1960,\n \"NewConnectionRate\": 0,\n \"ConcurrentConnectionCount\": 0\n }\n ],\n \"TotalCount\": 261,\n \"RequestId\": \"0fc9884d-7aa1-4d95-95d3-7945108d2b10\"\n }\n}",
|
1550
|
+
"title": "查询一个传统型NAT网关流量监控明细"
|
1551
|
+
},
|
1552
|
+
{
|
1553
|
+
"document": "查询一个标准型NAT网关流量监控明细",
|
1554
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeGatewayFlowMonitorDetail\n&TimePoint=2024-06-24 14:03:00\n&NatId=nat-g0pwqefo\n&OrderField=InTraffic\n&OrderDirection=DESC\n&<公共请求参数>",
|
1555
|
+
"output": "{\n \"Response\": {\n \"GatewayFlowMonitorDetailSet\": [\n {\n \"PrivateIpAddress\": \"2.2.2.2\",\n \"InPkg\": 5455,\n \"OutPkg\": 4444,\n \"InTraffic\": 1048576,\n \"OutTraffic\": 1234567,\n \"NewConnectionRate\": 8888,\n \"ConcurrentConnectionCount\": 9999\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"396e6170-f2ce-4233-9405-9a2e5ce8b0b5\"\n }\n}",
|
1556
|
+
"title": "查询一个标准型NAT网关流量监控明细"
|
1557
|
+
}
|
1558
|
+
],
|
1559
|
+
"DescribeGatewayFlowQos": [
|
1560
|
+
{
|
1561
|
+
"document": "",
|
1562
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeGatewayFlowQos\n&GatewayId=vpngw-4je9dgin\n&<公共请求参数>",
|
1563
|
+
"output": "{\n \"Response\": {\n \"GatewayQosSet\": [\n {\n \"VpcId\": \"vpc-mrzkofih\",\n \"IpAddress\": \"10.0.0.12\",\n \"Bandwidth\": 10,\n \"CreateTime\": \"2020-01-01 10:00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
1564
|
+
"title": "示例1 查询VPN网关来访IP流控带宽"
|
1565
|
+
}
|
1566
|
+
],
|
1567
|
+
"DescribeHaVips": [
|
1568
|
+
{
|
1569
|
+
"document": "按ID过滤查询HAVIP列表",
|
1570
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeHaVips\n&HaVipIds.0=havip-bk4275i0\n&HaVipIds.1=havip-2kce8v4q\n&<公共请求参数>",
|
1571
|
+
"output": "{\n \"Response\": {\n \"HaVipSet\": [\n {\n \"HaVipId\": \"havip-2kce8v4q\",\n \"HaVipName\": \"demo\",\n \"Vip\": \"10.3.3.15\",\n \"VpcId\": \"vpc-o31qeah3\",\n \"SubnetId\": \"subnet-8qywqc4y\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"Business\": \"\",\n \"State\": \"UNBOUND\",\n \"CreatedTime\": \"2018-04-03 20:00:05\"\n },\n {\n \"HaVipId\": \"havip-bk4275i0\",\n \"HaVipName\": \"demo\",\n \"Vip\": \"10.2.0.14\",\n \"VpcId\": \"vpc-2mcdauzl\",\n \"SubnetId\": \"subnet-mnmm19fg\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"Business\": \"\",\n \"State\": \"UNBOUND\",\n \"CreatedTime\": \"2018-04-03 20:05:33\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"1c827bf1-837f-4302-b51a-4d538b7ad249\"\n }\n}",
|
1572
|
+
"title": "按ID过滤查询HAVIP列表"
|
1573
|
+
},
|
1574
|
+
{
|
1575
|
+
"document": "多条件过滤查询HAVIP列表",
|
1576
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeHaVips\n&Filters.0.Name=havip-name\n&Filters.0.Values.0=demo\n&Filters.1.Name=vpc-id\n&Filters.1.Values.0=vpc-6v2ht8q5\n&<公共请求参数>",
|
1577
|
+
"output": "{\n \"Response\": {\n \"HaVipSet\": [\n {\n \"HaVipId\": \"havip-iyy1ykky\",\n \"HaVipName\": \"demo\",\n \"Vip\": \"10.4.6.17\",\n \"VpcId\": \"vpc-6v2ht8q5\",\n \"SubnetId\": \"subnet-qq51iwr4\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"Business\": \"\",\n \"State\": \"UNBOUND\",\n \"CreatedTime\": \"2018-10-09 18:08:16\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"659cd6a3-a75a-473c-8280-af27c33da8bd\"\n }\n}",
|
1578
|
+
"title": "多条件过滤查询HAVIP列表"
|
1579
|
+
}
|
1580
|
+
],
|
1581
|
+
"DescribeHighPriorityRouteTables": [
|
1582
|
+
{
|
1583
|
+
"document": "查询高优路由表",
|
1584
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHighPriorityRouteTables\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableIds\": [\n \"hprtb-hd4tl8cg\"\n ],\n \"NeedRouterInfo\": true\n}",
|
1585
|
+
"output": "{\n \"Response\": {\n \"HighPriorityRouteTableSet\": [\n {\n \"CreatedTime\": \"2024-07-10 21:16:50\",\n \"HighPriorityRouteSet\": [\n {\n \"CdcId\": \"\",\n \"CreatedTime\": \"2024-07-11 17:07:03\",\n \"Description\": \"demo\",\n \"DestinationCidrBlock\": \"172.20.0.0/18\",\n \"GatewayId\": \"172.16.0.11\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"HighPriorityRouteId\": \"hprti-hd4tl8cr\",\n \"IsCdc\": false,\n \"SubnetRouteAlgorithm\": \"ECMP_QUINTUPLE_HASH\"\n },\n {\n \"CdcId\": \"\",\n \"CreatedTime\": \"2024-07-11 17:14:14\",\n \"Description\": \"demo\",\n \"DestinationCidrBlock\": \"192.168.0.0/20\",\n \"GatewayId\": \"172.16.0.11\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"HighPriorityRouteId\": \"hprti-f9qln349\",\n \"IsCdc\": false,\n \"SubnetRouteAlgorithm\": \"ECMP_QUINTUPLE_HASH\"\n }\n ],\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"Name\": \"demo\",\n \"SubnetSet\": [\n \"subnet-a9pjzfq0\"\n ],\n \"VpcId\": \"vpc-mcqaoy0f\"\n }\n ],\n \"RequestId\": \"98c77fa8-578c-4190-a613-43a4cd4ea7a0\",\n \"TotalCount\": 1\n }\n}",
|
1586
|
+
"title": "查询高优路由表"
|
1587
|
+
}
|
1588
|
+
],
|
1589
|
+
"DescribeHighPriorityRoutes": [
|
1590
|
+
{
|
1591
|
+
"document": "查询高优路由表条目",
|
1592
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHighPriorityRoutes\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"Filters\": [\n {\n \"Name\": \"gateway-id\",\n \"Values\": [\n \"172.16.0.11\"\n ]\n }\n ]\n}",
|
1593
|
+
"output": "{\n \"Response\": {\n \"HighPriorityRouteSet\": [\n {\n \"CdcId\": \"\",\n \"CreatedTime\": \"2024-07-11 17:34:48\",\n \"Description\": \"ivan_test\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"GatewayId\": \"172.16.0.11\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"HighPriorityRouteId\": \"hprti-0sb1mbut\",\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"IsCdc\": false,\n \"SubnetRouteAlgorithm\": \"ECMP_QUINTUPLE_HASH\"\n }\n ],\n \"RequestId\": \"482a9736-73ed-4212-8b08-79403cd34cd3\",\n \"TotalCount\": 1\n }\n}",
|
1594
|
+
"title": "查询高优路由表条目"
|
1595
|
+
}
|
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\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1200:310d:0:9c6a:ffde:f722\",\n \"InstanceId\": \"ins-qfuu0g3x\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-gl7hf76q\",\n \"PrivateAddressIp\": \"2402:4e00:1200:310d:0:9c6a:ffde:f722\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"name\",\n \"Value\": \"Sam\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"CENTER_EGRESS_1\"\n }\n ],\n \"RequestId\": \"95eb79b9-2e72-45b1-a1ac-03138778521a\"\n }\n}",
|
1602
|
+
"title": "根据IPv6AddressIds查询IPv6信息"
|
1603
|
+
}
|
1604
|
+
],
|
1605
|
+
"DescribeIp6Addresses": [
|
1606
|
+
{
|
1607
|
+
"document": "根据Filter查询IPv6信息。",
|
1608
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"2402:4e00:1000:2d00:0:8f3f:6:9895\"\n ],\n \"Name\": \"address-ip\"\n }\n ]\n}",
|
1609
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
|
1610
|
+
"title": "根据Filter查询IPv6信息"
|
1611
|
+
},
|
1612
|
+
{
|
1613
|
+
"document": "根据Ip6AddressIds查询IPv6信息。",
|
1614
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<公共请求参数>\n\n{\n \"Ip6AddressIds\": [\n \"eip-lrhy2lpe\"\n ]\n}",
|
1615
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
|
1616
|
+
"title": "根据Ip6AddressIds查询IPv6信息"
|
1617
|
+
}
|
1618
|
+
],
|
1619
|
+
"DescribeIp6TranslatorQuota": [
|
1620
|
+
{
|
1621
|
+
"document": "查询IPV6转换实例配额",
|
1622
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeIp6TranslatorQuota\r\n&<公共请求参数>",
|
1623
|
+
"output": "{\n \"Response\": {\n \"QuotaSet\": [\n {\n \"QuotaId\": \"TOTAL_TRANSLATOR_QUOTA\",\n \"QuotaCurrent\": 1,\n \"QuotaLimit\": 10\n },\n {\n \"QuotaId\": \"ip6-8w9ts0j2\",\n \"QuotaCurrent\": 2,\n \"QuotaLimit\": 50\n }\n ],\n \"RequestId\": \"72ee23d3-e4ea-48d1-ae5b-dca1ab7dd68c\"\n }\n}",
|
1624
|
+
"title": "查询IPV6转换实例配额"
|
1625
|
+
}
|
1626
|
+
],
|
1627
|
+
"DescribeIp6Translators": [
|
1628
|
+
{
|
1629
|
+
"document": "指定IPV6转换实例查询",
|
1630
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Translators\n<公共请求参数>\n\n{\n \"Ip6TranslatorIds\": [\n \"ip6-mhnrv51i\"\n ]\n}",
|
1631
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Ip6TranslatorSet\": [\n {\n \"Ip6TranslatorId\": \"ip6-mhnrv51i\",\n \"Ip6TranslatorName\": \"ukiotest1\",\n \"Vip6\": \"2402:4e00:40:40::2:2a6\",\n \"IspName\": \"BGP\",\n \"TranslatorStatus\": \"RUNNING\",\n \"CreatedTime\": \"2023-07-13T11:12:06Z\",\n \"Ip6RuleCount\": 1,\n \"IP6RuleSet\": [\n {\n \"Ip6RuleId\": \"rule6-ganlwp48\",\n \"Ip6RuleName\": \"未命名\",\n \"Vip6\": \"2402:4e00:40:40::2:2a6\",\n \"Vport6\": 80,\n \"Protocol\": \"TCP\",\n \"Vip\": \"10.0.0.0\",\n \"Vport\": 80,\n \"RuleStatus\": \"RUNNING\",\n \"CreatedTime\": \"2023-07-26T02:27:16Z\"\n }\n ]\n }\n ],\n \"RequestId\": \"c5ad87da-28fb-4f5d-8fce-bf19a06cfe6d\"\n }\n}",
|
1632
|
+
"title": "指定IPV6转换实例查询"
|
1633
|
+
},
|
1634
|
+
{
|
1635
|
+
"document": "指定Filters查询IPV6转换实例",
|
1636
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Translators\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"ip6-translator-vip6\",\n \"Values\": [\n \"2402:4e00:40:40::2:2a6\"\n ]\n }\n ]\n}",
|
1637
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Ip6TranslatorSet\": [\n {\n \"Ip6TranslatorId\": \"ip6-mhnrv51i\",\n \"Ip6TranslatorName\": \"ukiotest1\",\n \"Vip6\": \"2402:4e00:40:40::2:2a6\",\n \"IspName\": \"BGP\",\n \"TranslatorStatus\": \"RUNNING\",\n \"CreatedTime\": \"2023-07-13T11:12:06Z\",\n \"Ip6RuleCount\": 1,\n \"IP6RuleSet\": [\n {\n \"Ip6RuleId\": \"rule6-ganlwp48\",\n \"Ip6RuleName\": \"未命名\",\n \"Vip6\": \"2402:4e00:40:40::2:2a6\",\n \"Vport6\": 80,\n \"Protocol\": \"TCP\",\n \"Vip\": \"10.0.0.0\",\n \"Vport\": 80,\n \"RuleStatus\": \"RUNNING\",\n \"CreatedTime\": \"2023-07-26T02:27:16Z\"\n }\n ]\n }\n ],\n \"RequestId\": \"c5ad87da-28fb-4f5d-8fce-bf19a06cfe6d\"\n }\n}",
|
1638
|
+
"title": "指定Filters查询IPV6转换实例"
|
1639
|
+
}
|
1640
|
+
],
|
1641
|
+
"DescribeIpGeolocationDatabaseUrl": [
|
1642
|
+
{
|
1643
|
+
"document": "获取ipv4地理位置库下载链接。",
|
1644
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeIpGeolocationDatabaseUrl\n&Type=ipv4\n&<公共请求参数>",
|
1645
|
+
"output": "{\n \"Response\": {\n \"DownLoadUrl\": \"https://ip-address-repo-1255852779.cos.ap-guangzhou.myqcloud.com/tencent_ipv4_repo.tgz?q-sign-algorithm=sha1&q-ak=*&q-sign-time=1578970542;1579057002&q-key-time=1578970542;1579057002&q-header-list=&q-url-param-list=&q-signature=00f8d6ad0252822e17cca6450ebcd626eadc8405\",\n \"ExpiredAt\": \"2020-01-15T10:56:42+00:00\",\n \"RequestId\": \"21b41e67-8c0f-48cf-8af3-de0b6e1f4a4b\"\n }\n}",
|
1646
|
+
"title": "获取ipv4地理位置库下载链接"
|
1647
|
+
}
|
1648
|
+
],
|
1649
|
+
"DescribeIpGeolocationInfos": [
|
1650
|
+
{
|
1651
|
+
"document": "查询IP地理位置信息。",
|
1652
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIpGeolocationInfos\n<公共请求参数>\n\n{\n \"AddressIps\": [\n \"8.8.8.8\",\n \"2001:1200::\"\n ],\n \"Fields\": {\n \"Province\": \"True\",\n \"Country\": \"True\",\n \"Region\": \"True\",\n \"Isp\": \"True\",\n \"City\": \"True\"\n }\n}",
|
1653
|
+
"output": "{\n \"Response\": {\n \"Total\": 2,\n \"AddressInfo\": [\n {\n \"AddressIp\": \"2001:1200::\",\n \"Country\": \"墨西哥\",\n \"Province\": \"tabasco\",\n \"City\": \"miguel hidalgo\",\n \"Region\": \"未知\",\n \"Isp\": \"protel i-next, s.a. de c.v., mx\"\n },\n {\n \"AddressIp\": \"8.8.8.8\",\n \"Country\": \"美国\",\n \"Province\": \"california\",\n \"City\": \"mountain view\",\n \"Region\": \"未知\",\n \"Isp\": \"google - google inc., us\"\n }\n ],\n \"RequestId\": \"6d3e1ba5-a3d0-41d4-93f7-4992a2e18b9d\"\n }\n}",
|
1654
|
+
"title": "查询IP地理位置信息"
|
1655
|
+
}
|
1656
|
+
],
|
1657
|
+
"DescribeLocalGateway": [
|
1658
|
+
{
|
1659
|
+
"document": "查询本地网关",
|
1660
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeLocalGateway\n&<公共请求参数>",
|
1661
|
+
"output": "{\n \"Response\": {\n \"LocalGatewaySet\": [\n {\n \"CdcId\": \"cluster-1234dert\",\n \"VpcId\": \"vpc-m0c2kcun\",\n \"UniqLocalGwId\": \"lgw-1234edfr\",\n \"LocalGatewayName\": \"TEST\",\n \"LocalGwIp\": \"10.0.0.0\",\n \"CreateTime\": \"2021-03-24 15:31:56\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1662
|
+
"title": "查询本地网关"
|
1663
|
+
}
|
1664
|
+
],
|
1665
|
+
"DescribeNatGatewayDestinationIpPortTranslationNatRules": [
|
1666
|
+
{
|
1667
|
+
"document": "用Filter数组拉取NAT网关的端口转发规则",
|
1668
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNatGatewayDestinationIpPortTranslationNatRules\n&Filters.0.Name=vpc-id\n&Filters.0.Values.0=vpc-0yi4hekt\n&<公共请求参数>",
|
1669
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"NatGatewayDestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_dnapt\",\n \"CreatedTime\": \"2019-05-04 13:42:11\",\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"VpcId\": \"vpc-0yi4hekt\"\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 \"CreatedTime\": \"2019-05-04 13:20:20\",\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"VpcId\": \"vpc-0yi4hekt\"\n }\n ],\n \"RequestId\": \"eb203971-a7a0-45c1-9c72-36ad86688590\"\n }\n}",
|
1670
|
+
"title": "查询NAT网关端口转发规则"
|
1671
|
+
},
|
1672
|
+
{
|
1673
|
+
"document": "用NatGatewayId数组拉取NAT网关的端口转发规则",
|
1674
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNatGatewayDestinationIpPortTranslationNatRules\n&NatGatewayIds.0=nat-3isn9hr0\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
1675
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"NatGatewayDestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_dnapt\",\n \"CreatedTime\": \"2019-05-04 13:09:25\",\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"VpcId\": \"vpc-0yi4hekt\"\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 \"CreatedTime\": \"2019-05-04 13:20:20\",\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"VpcId\": \"vpc-0yi4hekt\"\n }\n ],\n \"RequestId\": \"9b751ec3-d10a-4138-bdd9-fa5564684e60\"\n }\n}",
|
1676
|
+
"title": "查询NAT网关端口转发规则-2"
|
1677
|
+
}
|
1678
|
+
],
|
1679
|
+
"DescribeNatGatewayDirectConnectGatewayRoute": [
|
1680
|
+
{
|
1681
|
+
"document": "",
|
1682
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNatGatewayDirectConnectGatewayRoute\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"nat-2jd1e1rm\",\n \"VpcId\": \"vpc-3m6kvgrx\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
1683
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"NatDirectConnectGatewayRouteSet\": [\n {\n \"DestinationCidrBlock\": \"99.99.99.77/32\",\n \"UpdateTime\": \"2020-09-22 00:00:00\",\n \"GatewayType\": \"DIRECTCONNECT\",\n \"GatewayId\": \"dcg-71awizmv\",\n \"CreateTime\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"852bd0e9-2104-4e83-b0fc-87c2c2036140\"\n }\n}",
|
1684
|
+
"title": "查NAT网关路由信息"
|
1685
|
+
}
|
1686
|
+
],
|
1687
|
+
"DescribeNatGatewaySourceIpTranslationNatRules": [
|
1688
|
+
{
|
1689
|
+
"document": "用Filter数组拉取NAT网关的SNAT转发规则",
|
1690
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNatGatewaySourceIpTranslationNatRules\n&NatGatewayId=nat-3isn9hr0\n&Filters.0.Name=resource-id\n&Filters.0.Values.0=subnet-0yi4hekt\n&<公共请求参数>",
|
1691
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"SourceIpTranslationNatRuleSet\": [\n {\n \"NatGatewaySnatId\": \"subnet-0yi4hekt\",\n \"ResourceId\": \"subnet-0yi4hekt\",\n \"ResourceType\": \"SUBNET\",\n \"PublicIpAddresses\": [\n \"139.199.232.238\"\n ],\n \"PrivateIpAddress\": \"10.80.80.0/24\",\n \"Description\": \"test_snat\",\n \"CreatedTime\": \"2019-05-04 13:42:11\",\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"VpcId\": \"vpc-0yi4hekt\"\n }\n ],\n \"RequestId\": \"eb203971-a7a0-45c1-9c72-36ad86688590\"\n }\n}",
|
1692
|
+
"title": "查询NAT网关SNAT转发规则"
|
1693
|
+
}
|
1694
|
+
],
|
1695
|
+
"DescribeNatGateways": [
|
1696
|
+
{
|
1697
|
+
"document": "用Filters进行查询NAT网关信息。",
|
1698
|
+
"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&<公共请求参数>",
|
1699
|
+
"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}",
|
1700
|
+
"title": "查询 NAT 网关信息"
|
1701
|
+
},
|
1702
|
+
{
|
1703
|
+
"document": "用NatGatewayIds进行查询NAT网关信息。",
|
1704
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNatGateways\n&NatGatewayIds.0=nat-3isn9hr0\n&NatGatewayIds.1=nat-mxkohguo\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
1705
|
+
"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}",
|
1706
|
+
"title": "查询 NAT 网关信息-2"
|
1707
|
+
}
|
1708
|
+
],
|
1709
|
+
"DescribeNetDetectStates": [
|
1710
|
+
{
|
1711
|
+
"document": "根据ID查询网络探测验证结果列表",
|
1712
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetectStates\n&NetDetectIds.0=netd-12345678\n&<公共请求参数>",
|
1713
|
+
"output": "{\n \"Response\": {\n \"NetDetectStateSet\": [\n {\n \"NetDetectId\": \"netd-6v2ht8q5\",\n \"NetDetectIpStateSet\": [\n {\n \"DetectDestinationIp\": \"10.0.0.2\",\n \"State\": 0,\n \"Delay\": 0,\n \"PacketLossRate\": 0\n },\n {\n \"DetectDestinationIp\": \"10.0.0.3\",\n \"State\": 0,\n \"Delay\": 0,\n \"PacketLossRate\": 0\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
1714
|
+
"title": "根据ID查询网络探测验证结果列表"
|
1715
|
+
}
|
1716
|
+
],
|
1717
|
+
"DescribeNetDetects": [
|
1718
|
+
{
|
1719
|
+
"document": "查询所有网络探测",
|
1720
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetects\n&<公共请求参数>",
|
1721
|
+
"output": "{\n \"Response\": {\n \"NetDetectSet\": [\n {\n \"VpcId\": \"vpc-12345678\",\n \"VpcName\": \"vpc-kngiybxl\",\n \"SubnetId\": \"subnet-nswq8wkq\",\n \"SubnetName\": \"demo\",\n \"NetDetectId\": \"netd-pnpcflil\",\n \"NetDetectName\": \"demo\",\n \"DetectDestinationIp\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.0.5\",\n \"10.0.0.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"2020-06-08 10:00:00\"\n },\n {\n \"VpcId\": \"vpc-kngiybxl\",\n \"VpcName\": \"demo\",\n \"SubnetId\": \"subnet-nswq8wkq\",\n \"SubnetName\": \"demo\",\n \"NetDetectId\": \"netd-4t7fr3fi\",\n \"NetDetectName\": \"demo\",\n \"DetectDestinationIp\": [\n \"10.0.1.2\",\n \"10.0.1.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.1.5\",\n \"10.0.1.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"2020-06-08 10:00:00\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
1722
|
+
"title": "查询所有网络探测"
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"document": "根据ID查询网络探测",
|
1726
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetects\n&NetDetectIds.0=netd-pnpcflil\n&<公共请求参数>",
|
1727
|
+
"output": "{\n \"Response\": {\n \"NetDetectSet\": [\n {\n \"VpcId\": \"vpc-kngiybxl\",\n \"VpcName\": \"vpc-test\",\n \"SubnetId\": \"subnet-nswq8wkq\",\n \"SubnetName\": \"demo\",\n \"NetDetectId\": \"netd-pnpcflil\",\n \"NetDetectName\": \"demo\",\n \"DetectDestinationIp\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.0.5\",\n \"10.0.0.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"2020-06-08 10:00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
1728
|
+
"title": "根据ID查询网络探测"
|
1729
|
+
}
|
1730
|
+
],
|
1731
|
+
"DescribeNetworkAccountType": [
|
1732
|
+
{
|
1733
|
+
"document": "用户查询网络类型",
|
1734
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkAccountType\n<公共请求参数>\n\n{}",
|
1735
|
+
"output": "{\n \"Response\": {\n \"NetworkAccountType\": \"STANDARD\",\n \"RequestId\": \"70dbd47f-4468-4b64-8462-126eaf9ece8f\"\n }\n}",
|
1736
|
+
"title": "查询用户网络类型"
|
1737
|
+
}
|
1738
|
+
],
|
1739
|
+
"DescribeNetworkAclQuintupleEntries": [
|
1740
|
+
{
|
1741
|
+
"document": "",
|
1742
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkAclQuintupleEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-hj3he929\",\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
|
1743
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NetworkAclQuintupleSet\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"SourcePort\": \"80\",\n \"SourceCidr\": \"192.168.0.0/24\",\n \"DestinationPort\": \"80\",\n \"DestinationCidr\": \"192.168.0.0/24\",\n \"Action\": \"ACCEPT\",\n \"CreateTime\": \"2019-11-11 22:16:17\",\n \"NetworkAclQuintupleEntryId\": \"acli45-q1phngkz\",\n \"NetworkAclDirection\": \"EGRESS\",\n \"Priority\": 0\n }\n ],\n \"RequestId\": \"cccb2665-5d02-4d87-b9e7-757bb06e5beb\"\n }\n}",
|
1744
|
+
"title": "示例1 根据条件查询网络ACL列表五元组条目"
|
1745
|
+
}
|
1746
|
+
],
|
1747
|
+
"DescribeNetworkAcls": [
|
1748
|
+
{
|
1749
|
+
"document": "查询网络ACL列表",
|
1750
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkAcls\n<公共请求参数>\n\n{}",
|
1751
|
+
"output": "{\n \"Response\": {\n \"NetworkAclSet\": [\n {\n \"VpcId\": \"vpc-c1fd6eqe\",\n \"NetworkAclId\": \"acl-aeyasc3zz\",\n \"NetworkAclName\": \"demo\",\n \"NetworkAclType\": \"1\",\n \"CreatedTime\": \"2021-02-19 17:52:43\",\n \"SubnetSet\": [\n {\n \"VpcId\": \"vpc-c1fd6eqe\",\n \"SubnetId\": \"subnet-ptqwqcjzd\",\n \"SubnetName\": \"test_3\",\n \"CidrBlock\": \"10.0.0.0/24\",\n \"IsDefault\": true,\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-beijing\",\n \"RouteTableId\": \"rtb-hnos32zkc\",\n \"CreatedTime\": \"2021-02-19 17:52:43\",\n \"AvailableIpAddressCount\": 1,\n \"Ipv6CidrBlock\": \"\",\n \"NetworkAclId\": \"acl-aeyasc3zz\",\n \"IsRemoteVpcSnat\": true,\n \"TotalIpAddressCount\": 1,\n \"TagSet\": [\n {\n \"Key\": \"tag-key\",\n \"Value\": \"tag-value\"\n }\n ],\n \"CdcId\": \"cdc-12312\",\n \"IsCdcSubnet\": 0\n }\n ],\n \"IngressEntries\": [\n {\n \"Protocol\": \"all\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"Action\": \"Accept\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv6EntryId\": \"acli63-bwi12ozo\",\n \"Priority\": 1\n }\n ],\n \"EgressEntries\": [\n {\n \"Protocol\": \"all\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"Action\": \"Accept\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv6EntryId\": \"acli63-pmh23vc1q\",\n \"Priority\": 1\n }\n ],\n \"TagSet\": [\n {\n \"Key\": \"businessId\",\n \"Value\": \"1\"\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"452e8b38-10a1-4d8a-8a31-a64b89c8f565\"\n }\n}",
|
1752
|
+
"title": "示例1 查询网络ACL列表"
|
1753
|
+
},
|
1754
|
+
{
|
1755
|
+
"document": "根据条件查询网络ACL列表",
|
1756
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkAcls\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"vpc-id\",\n \"Values\": [\n \"vpc-nwg3twqu\"\n ]\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1\n}",
|
1757
|
+
"output": "{\n \"Response\": {\n \"NetworkAclSet\": [\n {\n \"VpcId\": \"vpc-nwg3twqu\",\n \"NetworkAclId\": \"acl-3v122sn\",\n \"NetworkAclName\": \"demo\",\n \"NetworkAclType\": \"TRIPLE\",\n \"CreatedTime\": \"2022-04-27 20:46:15\",\n \"TagSet\": [],\n \"SubnetSet\": [],\n \"IngressEntries\": [\n {\n \"Protocol\": \"all\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv6EntryId\": \"acli63-7whoqwek\",\n \"Priority\": 1\n },\n {\n \"Protocol\": \"all\",\n \"CidrBlock\": \"172.16.0.0/16\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv4EntryId\": \"acli43-dd0lxs1c\",\n \"Priority\": 1\n },\n {\n \"Protocol\": \"all\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv4EntryId\": \"acli43-ezxjnhgy\",\n \"Priority\": 2\n }\n ],\n \"EgressEntries\": [\n {\n \"Protocol\": \"all\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv6EntryId\": \"acli63-pwqzahcs\",\n \"Priority\": 1\n },\n {\n \"Protocol\": \"all\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv4EntryId\": \"acli43-ob44ewjm\",\n \"Priority\": 1\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"87c50ae4-bfd84-48cf-b92e-b637cewdd2aa\"\n }\n}",
|
1758
|
+
"title": "示例2 根据条件查询网络ACL列表"
|
1759
|
+
}
|
1760
|
+
],
|
1761
|
+
"DescribeNetworkInterfaceLimit": [
|
1762
|
+
{
|
1763
|
+
"document": "根据CVM实例ID查询弹性网卡配额",
|
1764
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetworkInterfaceLimit\n&InstanceId=ins-1991090i\n&<公共请求参数>",
|
1765
|
+
"output": "{\n \"Response\": {\n \"EniPrivateIpAddressQuantity\": 10,\n \"ExtendEniPrivateIpAddressQuantity\": 20,\n \"ExtendEniQuantity\": 0,\n \"RequestId\": \"01f14f34-e9ae-470d-a71b-e8616ad3fae1\",\n \"EniQuantity\": 2,\n \"SubEniQuantity\": 0,\n \"SubEniPrivateIpAddressQuantity\": 0\n }\n}",
|
1766
|
+
"title": "根据CVM实例ID查询弹性网卡配额"
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"document": "根据弹性网卡ID查询弹性网卡配额",
|
1770
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetworkInterfaceLimit\n&InstanceId=eni-1991090i\n&<公共请求参数>",
|
1771
|
+
"output": "{\n \"Response\": {\n \"EniQuantity\": 0,\n \"EniPrivateIpAddressQuantity\": 10,\n \"ExtendEniQuantity\": 0,\n \"ExtendEniPrivateIpAddressQuantity\": 0,\n \"RequestId\": \"01f14f34-e9ae-470d-a71b-e8616ad3fae1\",\n \"SubEniQuantity\": 0,\n \"SubEniPrivateIpAddressQuantity\": 0\n }\n}",
|
1772
|
+
"title": "根据弹性网卡ID查询弹性网卡配额"
|
1773
|
+
}
|
1774
|
+
],
|
1775
|
+
"DescribeNetworkInterfaces": [
|
1776
|
+
{
|
1777
|
+
"document": "查询弹性网卡列表",
|
1778
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkInterfaces\n<公共请求参数>\n\n{}",
|
1779
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NetworkInterfaceSet\": [\n {\n \"MacAddress\": \"20:90:6F:F5:34:C7\",\n \"VpcId\": \"vpc-2kx9z6h3\",\n \"Business\": \"cvm\",\n \"Zone\": \"ap-guangzhou-2\",\n \"NetworkInterfaceId\": \"eni-f1xjkw1b\",\n \"Primary\": false,\n \"CdcId\": \"\",\n \"PrivateIpAddressSet\": [\n {\n \"Description\": \"\",\n \"Primary\": true,\n \"PrivateIpAddress\": \"192.168.0.13\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.0.15\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.0.17\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.0.24\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n }\n ],\n \"NetworkInterfaceDescription\": \"demo\",\n \"Ipv6AddressSet\": [],\n \"State\": \"AVAILABLE\",\n \"GroupSet\": [\n \"sg-c2r7lnxh\",\n \"sg-f9ekbxeq\"\n ],\n \"Attachment\": {\n \"InstanceId\": \"ins-ymk3eje8\",\n \"DeviceIndex\": 1,\n \"InstanceAccountId\": \"251153169\",\n \"AttachTime\": \"2021-01-08 16:36:49\"\n },\n \"TagSet\": [],\n \"EniType\": 1,\n \"CreatedTime\": \"2021-01-07 16:32:55\",\n \"SubnetId\": \"subnet-nao8lfro\",\n \"NetworkInterfaceName\": \"main\",\n \"AttachType\": 1\n }\n ],\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
1780
|
+
"title": "查询弹性网卡列表"
|
1781
|
+
},
|
1782
|
+
{
|
1783
|
+
"document": "用tag:tag-key查询。",
|
1784
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkInterfaces\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"TEST\"\n ],\n \"Name\": \"tag:Version\"\n }\n ]\n}",
|
1785
|
+
"output": "{\n \"Response\": {\n \"NetworkInterfaceSet\": [\n {\n \"VpcId\": \"vpc-709l0i0x\",\n \"SubnetId\": \"subnet-qymfizh2\",\n \"NetworkInterfaceId\": \"eni-p17uqigx\",\n \"NetworkInterfaceName\": \"demo\",\n \"NetworkInterfaceDescription\": \"\",\n \"GroupSet\": [\n \"sg-hcd8t9xj\"\n ],\n \"Primary\": false,\n \"MacAddress\": \"20:90:6F:FC:9F:69\",\n \"State\": \"AVAILABLE\",\n \"CreatedTime\": \"2018-04-18 21:46:56\",\n \"PrivateIpAddressSet\": [\n {\n \"Description\": \"12312\",\n \"Primary\": true,\n \"PrivateIpAddress\": \"192.168.3.10\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.3.104\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"13123\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.3.18\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.3.223\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.3.86\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n }\n ],\n \"Attachment\": null,\n \"Business\": \"cvm\",\n \"Zone\": \"ap-guangzhou-2\",\n \"Ipv6AddressSet\": [\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"Address\": \"2402:4e00:1000:7400:0:9028:a2c9:85b2\",\n \"AddressId\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n }\n ],\n \"AttachType\": 1,\n \"EniType\": 1,\n \"CdcId\": \"\",\n \"TagSet\": [\n {\n \"Key\": \"Version\",\n \"Value\": \"1.0.0\"\n },\n {\n \"Key\": \"Compony\",\n \"Value\": \"Compony-A\"\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"0c10340b-2551-4414-a8c7-8d90dc24ddd0\"\n }\n}",
|
1786
|
+
"title": "查询绑定了标签的网卡列表"
|
1787
|
+
}
|
1788
|
+
],
|
1789
|
+
"DescribePrivateNatGatewayDestinationIpPortTranslationNatRules": [
|
1790
|
+
{
|
1791
|
+
"document": "",
|
1792
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayDestinationIpPortTranslationNatRules\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"Filters\": [\n {\n \"Name\": \"Description\",\n \"Values\": [\n \"desc\"\n ]\n }\n ]\n}",
|
1793
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"LocalDestinationIpPortTranslationNatRuleSet\": [\n {\n \"Protocol\": \"TCP\",\n \"TranslationIp\": \"10.0.0.34\",\n \"TranslationPort\": 5666,\n \"OriginalIp\": \"10.0.0.88\",\n \"OriginalPort\": 8888,\n \"Description\": \"chdesc\",\n \"CreateTime\": \"2022-09-30 14:23:10\",\n \"UpdateTime\": \"2022-09-30 14:33:16\"\n },\n {\n \"Protocol\": \"TCP\",\n \"TranslationIp\": \"10.0.0.35\",\n \"TranslationPort\": 5666,\n \"OriginalIp\": \"10.0.0.26\",\n \"OriginalPort\": 8888,\n \"Description\": \"desc\",\n \"CreateTime\": \"2022-09-30 14:24:38\",\n \"UpdateTime\": \"2022-09-30 14:24:38\"\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
|
1794
|
+
"title": "查询私网NAT网关目的端口转换规则"
|
1795
|
+
}
|
1796
|
+
],
|
1797
|
+
"DescribePrivateNatGatewayLimits": [
|
1798
|
+
{
|
1799
|
+
"document": "",
|
1800
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayLimits\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"VpcId\",\n \"Values\": [\n \"vpc-12234568\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 20\n}",
|
1801
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PrivateNatGatewayLimitSet\": [\n {\n \"UniqVpcId\": \"vpc-12234568\",\n \"TotalLimit\": 1000,\n \"Available\": 998\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
|
1802
|
+
"title": "查询可创建的私网NAT网关配额数量"
|
1803
|
+
}
|
1804
|
+
],
|
1805
|
+
"DescribePrivateNatGatewayRegions": [
|
1806
|
+
{
|
1807
|
+
"document": "",
|
1808
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayRegions\n<公共请求参数>\n\n{}",
|
1809
|
+
"output": "{\n \"Response\": {\n \"RegionSet\": [\n {},\n {},\n {},\n {},\n {}\n ],\n \"TotalCount\": 5,\n \"RequestId\": \"5f24dd8e-bb8d-4e32-aba5-31a368745c7e\"\n }\n}",
|
1810
|
+
"title": "查询私网NAT网关可支持地域"
|
1811
|
+
}
|
1812
|
+
],
|
1813
|
+
"DescribePrivateNatGatewayTranslationAclRules": [
|
1814
|
+
{
|
1815
|
+
"document": "查询私网NAT网关源端转换访问控制规则",
|
1816
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayTranslationAclRules\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"TranslationIp\": \"10.0.0.24\",\n \"OriginalIp\": \"10.0.0.14\"\n}",
|
1817
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TranslationAclRuleSet\": [\n {\n \"Protocol\": \"ALL\",\n \"Action\": 0,\n \"AclRuleId\": 1,\n \"SourcePort\": \"0-65535\",\n \"SourceCidr\": \"0.0.0.0/0\",\n \"DestinationPort\": \"0-65535\",\n \"DestinationCidr\": \"0.0.0.0/0\"\n },\n {\n \"Protocol\": \"TCP\",\n \"Action\": 0,\n \"AclRuleId\": 26,\n \"SourcePort\": \"5666\",\n \"SourceCidr\": \"10.0.0.14\",\n \"DestinationPort\": \"8888\",\n \"DestinationCidr\": \"10.0.0.24\"\n }\n ],\n \"RequestId\": \"41fe53eb-6f90-4fde-9e37-c48fa4f8f2ed\"\n }\n}",
|
1818
|
+
"title": "查询私网NAT网关源端转换访问控制规则"
|
1819
|
+
}
|
1820
|
+
],
|
1821
|
+
"DescribePrivateNatGatewayTranslationNatRules": [
|
1822
|
+
{
|
1823
|
+
"document": "",
|
1824
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayTranslationNatRules\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"Filters\": [\n {\n \"Name\": \"TranslationIp\",\n \"Values\": [\n \"10.0.0.24\"\n ]\n },\n {\n \"Name\": \"Description\",\n \"Values\": [\n \"desc\"\n ]\n }\n ]\n}",
|
1825
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 3,\n \"TranslationNatRuleSet\": [\n {\n \"Description\": \"desc\",\n \"CreateTime\": \"2022-09-29 20:48:28\",\n \"UpdateTime\": \"2022-09-29 20:48:28\",\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"TranslationIp\": \"10.0.0.222\",\n \"OriginalIp\": \"10.0.0.86\"\n },\n {\n \"Description\": \"desc\",\n \"CreateTime\": \"2022-09-29 20:48:28\",\n \"UpdateTime\": \"2022-09-29 20:48:28\",\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"TranslationIp\": \"10.0.0.56\",\n \"OriginalIp\": \"10.0.0.34\"\n },\n {\n \"Description\": \"desc\",\n \"CreateTime\": \"2022-09-29 20:48:42\",\n \"UpdateTime\": \"2022-09-29 20:48:42\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"TRANSPORT_LAYER\",\n \"TranslationIp\": \"10.0.0.156-10.0.0.200\"\n }\n ],\n \"RequestId\": \"35dc4665-6c7a-474d-bd4a-8c0ed92f1d02\"\n }\n}",
|
1826
|
+
"title": "查询私网NAT网关源端转换规则"
|
1827
|
+
}
|
1828
|
+
],
|
1829
|
+
"DescribePrivateNatGateways": [
|
1830
|
+
{
|
1831
|
+
"document": "按ID过滤查询私网NAT网关",
|
1832
|
+
"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}",
|
1833
|
+
"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}",
|
1834
|
+
"title": "按ID过滤查询私网NAT网关"
|
1835
|
+
},
|
1836
|
+
{
|
1837
|
+
"document": "按标签过滤查询私网NAT网关",
|
1838
|
+
"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}",
|
1839
|
+
"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}",
|
1840
|
+
"title": "按标签过滤查询私网NAT网关"
|
1841
|
+
}
|
1842
|
+
],
|
1843
|
+
"DescribeProductQuota": [
|
1844
|
+
{
|
1845
|
+
"document": "查询云联网产品配额信息",
|
1846
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeProductQuota\n&Product=\"ccn\"\n&<公共请求参数>",
|
1847
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 53,\n \"ProductQuotaSet\": [\n {\n \"QuotaId\": \"1\",\n \"QuotaName\": \"每个开发商可创建的CCN对象个数\",\n \"QuotaCurrent\": 50,\n \"QuotaLimit\": 100,\n \"QuotaRegion\": false\n },\n {\n \"QuotaId\": \"2\",\n \"QuotaName\": \"每个CCN对象可关联的实例个数\",\n \"QuotaCurrent\": 25,\n \"QuotaLimit\": 1000,\n \"QuotaRegion\": false\n }\n ],\n \"RequestId\": \"a1dfbcc0-947a-44a4-9257-781e9f1e2ad3\"\n }\n}",
|
1848
|
+
"title": "查询云联网产品配额信息"
|
1849
|
+
}
|
1850
|
+
],
|
1851
|
+
"DescribeReserveIpAddresses": [
|
1852
|
+
{
|
1853
|
+
"document": "查询内网保留 IP",
|
1854
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReserveIpAddresses\n<公共请求参数>\n\n{\n \"ReserveIpIds\": [\n \"rsvip-eaq2f4pc\",\n \"rsvip-2g134x24\"\n ]\n}",
|
1855
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2d32beeb-0750-4ef9-a2f9-e4e7bbb0ec7f\",\n \"ReserveIpAddressSet\": [\n {\n \"CreatedTime\": \"2024-11-06 12:01:57\",\n \"Description\": \"desc_ivan\",\n \"IpType\": 0,\n \"Name\": \"name_ivan\",\n \"ReserveIpAddress\": \"10.0.5.99\",\n \"ReserveIpId\": \"rsvip-eaq2f4pc\",\n \"ResourceId\": \"\",\n \"State\": \"UnBind\",\n \"TagSet\": [],\n \"VpcId\": \"vpc-mcqaoy0f\"\n },\n {\n \"CreatedTime\": \"2024-11-06 12:01:57\",\n \"Description\": \"desc_ivan\",\n \"IpType\": 0,\n \"Name\": \"name_ivan\",\n \"ReserveIpAddress\": \"10.0.5.50\",\n \"ReserveIpId\": \"rsvip-2g134x24\",\n \"ResourceId\": \"\",\n \"State\": \"UnBind\",\n \"TagSet\": [],\n \"VpcId\": \"vpc-mcqaoy0f\"\n }\n ],\n \"TotalCount\": 2\n }\n}",
|
1856
|
+
"title": "查询内网保留 IP"
|
1857
|
+
},
|
1858
|
+
{
|
1859
|
+
"document": "根据标签过滤查询保留 IP",
|
1860
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReserveIpAddresses\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"tag-key\",\n \"Values\": [\n \"ivan_reserve_ip\"\n ]\n }\n ]\n}",
|
1861
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e168d943-d647-4c0a-ada4-50a90015ded8\",\n \"ReserveIpAddressSet\": [\n {\n \"CreatedTime\": \"2024-11-06 17:30:06\",\n \"Description\": \"desc_ivan\",\n \"IpType\": 0,\n \"Name\": \"name_ivan\",\n \"ReserveIpAddress\": \"10.0.5.89\",\n \"ReserveIpId\": \"rsvip-du6lo6fu\",\n \"ResourceId\": \"\",\n \"State\": \"UnBind\",\n \"TagSet\": [\n {\n \"Key\": \"ivan_reserve_ip\",\n \"Value\": \"hello\"\n }\n ],\n \"VpcId\": \"vpc-mcqaoy0f\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
1862
|
+
"title": "根据标签过滤查询保留 IP"
|
1863
|
+
}
|
1864
|
+
],
|
1865
|
+
"DescribeRouteConflicts": [
|
1866
|
+
{
|
1867
|
+
"document": "查询路由策略冲突列表",
|
1868
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeRouteConflicts\n&RouteTableId=rtb-q8o2z892\n&DestinationCidrBlocks.0=192.168.0.0/24\n&DestinationCidrBlocks.1=10.11.0.0/24\n&<公共请求参数>",
|
1869
|
+
"output": "{\n \"Response\": {\n \"RouteConflictSet\": [\n {\n \"RouteTableId\": \"rtb-q8o2z892\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"ConflictSet\": [\n {\n \"RouteTableId\": \"rtb-q8o2z892\",\n \"RouteId\": 20662,\n \"RouteItemId\": \"rti-hj3he929\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"GatewayId\": \"ccn-h0fk8lfc\",\n \"GatewayType\": \"CCN\",\n \"RouteDescription\": \"\",\n \"Enabled\": true,\n \"RouteType\": \"CCN\",\n \"DestinationIpv6CidrBlock\": \"\",\n \"PublishedToVbc\": true,\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"CdcId\": \"\"\n }\n ]\n }\n ],\n \"RequestId\": \"cf11a8a4-e7c6-42cf-a35a-649c1789868b\"\n }\n}",
|
1870
|
+
"title": "查询路由策略冲突列表"
|
1871
|
+
}
|
1872
|
+
],
|
1873
|
+
"DescribeRouteList": [
|
1874
|
+
{
|
1875
|
+
"document": "通过路由表ID作为过滤条件,查询1条路由条目",
|
1876
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRouteList\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"route-table-id\",\n \"Values\": [\n \"rtb-la2qkgku\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
1877
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4525a651-aa66-451e-bb20-839c967e9172\",\n \"RouteSet\": [\n {\n \"CdcId\": \"\",\n \"CreatedTime\": \"2024-12-27 16:44:44\",\n \"DestinationCidrBlock\": \"\",\n \"DestinationIpv6CidrBlock\": \"2402:4e00:1717:bc00::/64\",\n \"Enabled\": true,\n \"GatewayId\": \"ccn-j0w29irz\",\n \"GatewayType\": \"CCN\",\n \"PublishedToVbc\": false,\n \"RouteDescription\": \"\",\n \"RouteId\": 0,\n \"RouteItemId\": \"rti6-exmyaywi\",\n \"RouteTableId\": \"rtb-la2qkgku\",\n \"RouteType\": \"CCN\"\n }\n ],\n \"TotalCount\": 7\n }\n}",
|
1878
|
+
"title": "查询路由条目"
|
1879
|
+
}
|
1880
|
+
],
|
1881
|
+
"DescribeRouteTableAssociatedInstances": [
|
1882
|
+
{
|
1883
|
+
"document": "查询路由表绑定实例列表",
|
1884
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeRouteTableAssociatedInstances\n&Filters.0.Name=route-table-id\n&Filters.0.Values.0=ccnrtb-mnvhfmv9\n&Filters.0.Values.1=ccnrtb-3230jx4x\n&Filters.1.Name=instance-type\n&Filters.1.Values.0=VPC\n&Filters.2.Name=ccn-id\n&Filters.2.Values.0=ccn-8j0phqix\n&Filters.3.Name=instance-id\n&Filters.3.Values.0=vpc-q2nxods9\n&<公共请求参数>",
|
1885
|
+
"output": "{\n \"Response\": {\n \"InstanceBindSet\": [\n {\n \"CcnId\": \"ccn-8j0phqix\",\n \"InstanceType\": \"VPC\",\n \"InstanceId\": \"vpc-q2nxods9\",\n \"InstanceBindTime\": \"2021-05-20 16:39:34\",\n \"RouteTableId\": \"ccnrtb-3230jx4x\",\n \"InstanceName\": \"rubytest\",\n \"State\": \"0\",\n \"InstanceRegion\": [\n \"ap-guangzhou\"\n ],\n \"InstanceUin\": \"329087131\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"ad8d1a59-fd88-4e47-b3ab-79c97efa7b5e\"\n }\n}",
|
1886
|
+
"title": "查询路由表绑定实例列表"
|
1887
|
+
}
|
1888
|
+
],
|
1889
|
+
"DescribeRouteTableSelectionPolicies": [
|
1890
|
+
{
|
1891
|
+
"document": "查询路由选择策略",
|
1892
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeRouteTableSelectionPolicies\n&Filters.0.Name=ccn-id\n&Filters.0.Values.0=ccn-8j0phqix\n&Filters.1.Name=instance-id\n&Filters.1.Values.0=vpc-q2nxods9\n&Filters.2.Name=ccn-route-table-id\n&Filters.2.Values.0=ccnrtb-b0v86f8t\n&Filters.3.Name=instance-type\n&Filters.3.Values.0=VPC\n&<公共请求参数>",
|
1893
|
+
"output": "{\n \"Response\": {\n \"RouteSelectionPolicySet\": [\n {\n \"CcnId\": \"ccn-8j0phqix\",\n \"RouteTableId\": \"ccnrtb-b0v86f8t\",\n \"RouteTableName\": \"rubytest222\",\n \"Description\": \"ruby\",\n \"InstanceType\": 0,\n \"InstanceId\": \"vpc-q2nxods9\",\n \"InstanceUin\": \"329087131\",\n \"SourceCidrBlock\": \"10.0.0.0/24\",\n \"InstanceName\": \"rubytest\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6ed83da8-7eaf-48a4-8488-61bd9c710cfa\"\n }\n}",
|
1894
|
+
"title": "查询路由选择策略"
|
1895
|
+
}
|
1896
|
+
],
|
1897
|
+
"DescribeRouteTables": [
|
1898
|
+
{
|
1899
|
+
"document": "查看路由表对象列表",
|
1900
|
+
"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}",
|
1901
|
+
"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}",
|
1902
|
+
"title": "查看路由表对象列表"
|
1903
|
+
},
|
1904
|
+
{
|
1905
|
+
"document": "查询绑定了标签的路由表列表",
|
1906
|
+
"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}",
|
1907
|
+
"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}",
|
1908
|
+
"title": "查询绑定了标签的路由表列表"
|
1909
|
+
}
|
1910
|
+
],
|
1911
|
+
"DescribeRoutes": [
|
1912
|
+
{
|
1913
|
+
"document": "查询路由列表",
|
1914
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeRoutes\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
1915
|
+
"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}",
|
1916
|
+
"title": "查询路由列表"
|
1917
|
+
}
|
1918
|
+
],
|
1919
|
+
"DescribeSecurityGroupAssociationStatistics": [
|
1920
|
+
{
|
1921
|
+
"document": "查询安全组关联的实例统计",
|
1922
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityGroupAssociationStatistics\n<公共请求参数>\n\n{\n \"SecurityGroupIds\": [\n \"sg-2quou3gv\",\n \"sg-ohuuioma\"\n ]\n}",
|
1923
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\",\n \"SecurityGroupAssociationStatisticsSet\": [\n {\n \"InstanceStatistics\": [\n {\n \"InstanceCount\": 1,\n \"InstanceType\": \"CVM\"\n }\n ],\n \"CDB\": 1,\n \"ENI\": 1,\n \"SecurityGroupId\": \"sg-ohuuioma\",\n \"CLB\": 1,\n \"TotalCount\": 1,\n \"CVM\": 1,\n \"SG\": 1\n },\n {\n \"InstanceStatistics\": [\n {\n \"InstanceCount\": 1,\n \"InstanceType\": \"CVM\"\n }\n ],\n \"CDB\": 1,\n \"ENI\": 1,\n \"SecurityGroupId\": \"sg-2quou3gv\",\n \"CLB\": 1,\n \"TotalCount\": 1,\n \"CVM\": 1,\n \"SG\": 1\n }\n ]\n }\n}",
|
1924
|
+
"title": "查询安全组关联的实例统计"
|
1925
|
+
}
|
1926
|
+
],
|
1927
|
+
"DescribeSecurityGroupLimits": [
|
1928
|
+
{
|
1929
|
+
"document": "查询用户安全组配额",
|
1930
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSecurityGroupLimits\n&<公共请求参数>",
|
1931
|
+
"output": "{\n \"Response\": {\n \"SecurityGroupLimitSet\": {\n \"SecurityGroupLimit\": 50,\n \"SecurityGroupPolicyLimit\": 100,\n \"SecurityGroupInstanceLimit\": 2000,\n \"InstanceSecurityGroupLimit\": 2000,\n \"ReferedSecurityGroupLimit\": 10\n },\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
1932
|
+
"title": "查询用户安全组配额"
|
1933
|
+
}
|
1934
|
+
],
|
1935
|
+
"DescribeSecurityGroupPolicies": [
|
1936
|
+
{
|
1937
|
+
"document": "查询安全组规则",
|
1938
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityGroupPolicies\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"sg-ohuuioma\"\n}",
|
1939
|
+
"output": "{\n \"Response\": {\n \"SecurityGroupPolicySet\": {\n \"Ingress\": [\n {\n \"PolicyIndex\": 0,\n \"ServiceTemplate\": {\n \"ServiceId\": \"ppm-f5n1f8da\",\n \"ServiceGroupId\": \"\"\n },\n \"AddressTemplate\": {\n \"AddressGroupId\": \"ipmg-2uw6ujo6\",\n \"AddressId\": \"\"\n },\n \"Action\": \"ACCEPT\",\n \"ModifyTime\": \"2017-03-12 10:00:00\",\n \"PolicyDescription\": \"ModifyPolicies\"\n },\n {\n \"PolicyIndex\": 1,\n \"ServiceTemplate\": {\n \"ServiceId\": \"ppm-f5n1f8da\",\n \"ServiceGroupId\": \"\"\n },\n \"AddressTemplate\": {\n \"AddressGroupId\": \"ipmg-2uw6ujo6\",\n \"AddressId\": \"\"\n },\n \"Action\": \"ACCEPT\",\n \"ModifyTime\": \"2017-03-12 10:00:00\",\n \"PolicyDescription\": \"2\"\n }\n ],\n \"Egress\": [\n {\n \"PolicyIndex\": 0,\n \"ServiceTemplate\": {\n \"ServiceId\": \"ppm-f5n1f8da\",\n \"ServiceGroupId\": \"\"\n },\n \"AddressTemplate\": {\n \"AddressGroupId\": \"ipmg-2uw6ujo6\",\n \"AddressId\": \"\"\n },\n \"Action\": \"ACCEPT\",\n \"ModifyTime\": \"2017-03-12 10:00:00\",\n \"PolicyDescription\": \"E1\"\n }\n ],\n \"PolicyStatistics\": {\n \"IngressIPv4TotalCount\": 0,\n \"IngressIPv6TotalCount\": 0,\n \"EgressIPv4TotalCount\": 0,\n \"EgressIPv6TotalCount\": 0\n },\n \"Version\": \"60\"\n },\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1940
|
+
"title": "查询安全组规则"
|
1941
|
+
}
|
1942
|
+
],
|
1943
|
+
"DescribeSecurityGroupReferences": [
|
1944
|
+
{
|
1945
|
+
"document": "查询安全组被引用信息",
|
1946
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSecurityGroupReferences\n&SecurityGroupIds.0=sg-12345678\n&<公共请求参数>",
|
1947
|
+
"output": "{\n \"Response\": {\n \"ReferredSecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"sg-12345678\",\n \"ReferredSecurityGroupIds\": [\n \"sg-23456789\",\n \"sg-13572468\"\n ]\n }\n ],\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1948
|
+
"title": "查询安全组被引用信息"
|
1949
|
+
}
|
1950
|
+
],
|
1951
|
+
"DescribeSecurityGroups": [
|
1952
|
+
{
|
1953
|
+
"document": "查看安全组",
|
1954
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityGroups\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"TestGroup\"\n ],\n \"Name\": \"security-group-name\"\n },\n {\n \"Values\": [\n \"0\"\n ],\n \"Name\": \"project-id\"\n }\n ]\n}",
|
1955
|
+
"output": "{\n \"Response\": {\n \"SecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"sg-05bb4upy\",\n \"SecurityGroupName\": \"demo\",\n \"SecurityGroupDesc\": \"demo\",\n \"ProjectId\": \"0\",\n \"IsDefault\": true,\n \"CreatedTime\": \"2017-04-18 21:02:30\",\n \"UpdateTime\": \"\",\n \"TagSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1956
|
+
"title": "查看安全组"
|
1957
|
+
},
|
1958
|
+
{
|
1959
|
+
"document": "用tag:tag-key查询。",
|
1960
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityGroups\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"TEST\"\n ],\n \"Name\": \"tag:Version\"\n }\n ]\n}",
|
1961
|
+
"output": "{\n \"Response\": {\n \"SecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"sg-2got2lcz\",\n \"SecurityGroupName\": \"demo\",\n \"SecurityGroupDesc\": \"暴露全部端口到公网和内网,有一定安全风险\",\n \"ProjectId\": \"0\",\n \"IsDefault\": false,\n \"CreatedTime\": \"2019-07-23 12:32:24\",\n \"UpdateTime\": \"\",\n \"TagSet\": [\n {\n \"Key\": \"中文标签键\",\n \"Value\": \"中文标签值\"\n },\n {\n \"Key\": \"Version\",\n \"Value\": \"TEST\"\n },\n {\n \"Key\": \"Version\",\n \"Value\": \"DEV\"\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"85cda7d1-6608-4eca-8d02-19937c12dd84\"\n }\n}",
|
1962
|
+
"title": "查看绑定标签的安全组"
|
1963
|
+
}
|
1964
|
+
],
|
1965
|
+
"DescribeServiceTemplateGroups": [
|
1966
|
+
{
|
1967
|
+
"document": "查看协议端口模板集合",
|
1968
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeServiceTemplateGroups\n&Filters.0.Name=service-template-group-name\n&Filters.0.Values.0=demo\n&Limit=2\n&<公共请求参数>",
|
1969
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ServiceTemplateGroupSet\": [\n {\n \"ServiceTemplateGroupName\": \"demo\",\n \"ServiceTemplateGroupId\": \"ppmg-2klmrefu\",\n \"ServiceTemplateIdSet\": [\n \"ppm-529nwwj8\"\n ],\n \"ServiceTemplateSet\": [\n {\n \"ServiceTemplateId\": \"ppm-529nwwj8\",\n \"ServiceTemplateName\": \"demo\",\n \"CreatedTime\": \"2018-04-03 22:05:32\",\n \"ServiceSet\": [\n \"tcp:80\"\n ],\n \"ServiceExtraSet\": [\n {\n \"Service\": \"tcp:80\",\n \"Description\": \"web service\"\n }\n ]\n }\n ],\n \"CreatedTime\": \"2018-04-03 22:05:32\"\n }\n ],\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
1970
|
+
"title": "查看协议端口模板集合"
|
1971
|
+
}
|
1972
|
+
],
|
1973
|
+
"DescribeServiceTemplates": [
|
1974
|
+
{
|
1975
|
+
"document": "查看协议端口模板",
|
1976
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeServiceTemplates\n&Filters.0.Name=service-template-name\n&Filters.0.Values.0=demo\n&Limit=2\n&<公共请求参数>",
|
1977
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ServiceTemplateSet\": [\n {\n \"ServiceTemplateName\": \"demo\",\n \"ServiceTemplateId\": \"ppm-bu8cir16\",\n \"ServiceSet\": [\n \"tcp:8080\",\n \"udp:99\"\n ],\n \"ServiceExtraSet\": [\n {\n \"Service\": \"tcp:8080\",\n \"Description\": \"\"\n },\n {\n \"Service\": \"udp:99\",\n \"Description\": \"\"\n }\n ],\n \"CreatedTime\": \"2018-04-03 21:19:31\"\n }\n ],\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
1978
|
+
"title": "查看协议端口模板"
|
1979
|
+
}
|
1980
|
+
],
|
1981
|
+
"DescribeSgSnapshotFileContent": [
|
1982
|
+
{
|
1983
|
+
"document": "",
|
1984
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSgSnapshotFileContent\n&SnapshotPolicyId=sspolicy-ebjofe71\n&SnapshotFileId=ssfile-017gepjxpr\n&SecurityGroupId=sg-ntrgm89v\n&<公共请求参数>",
|
1985
|
+
"output": "{\n \"Response\": {\n \"InstanceId\": \"sg-ntrgm89v\",\n \"SnapshotPolicyId\": \"sspolicy-ebjofe71\",\n \"SnapshotFileId\": \"ssfile-017gepjxpr\",\n \"BackupTime\": \"2021-10-25 15:00:10\",\n \"Operator\": \"100000072292\",\n \"OriginalData\": [\n {\n \"PolicyIndex\": 0,\n \"Protocol\": \"icmp\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"ModifyTime\": \"2021-09-02 11:24:13\",\n \"Action\": \"DROP\",\n \"PolicyDescription\": \"放通Ping服务\"\n },\n {\n \"PolicyIndex\": 1,\n \"Protocol\": \"icmpv6\",\n \"Port\": \"ALL\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Ping服务\"\n },\n {\n \"PolicyIndex\": 2,\n \"Protocol\": \"tcp\",\n \"Port\": \"22\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Linux SSH登录\"\n },\n {\n \"PolicyIndex\": 3,\n \"Protocol\": \"tcp\",\n \"Port\": \"22\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Linux SSH登录\"\n },\n {\n \"PolicyIndex\": 4,\n \"Protocol\": \"tcp\",\n \"Port\": \"3389\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Windows远程登录\"\n },\n {\n \"PolicyIndex\": 5,\n \"Protocol\": \"tcp\",\n \"Port\": \"3389\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Windows远程登录\"\n },\n {\n \"PolicyIndex\": 6,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"10.0.0.0/8\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通内网(云私有网络)\"\n },\n {\n \"PolicyIndex\": 7,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"172.16.0.0/12\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通内网(云私有网络)\"\n },\n {\n \"PolicyIndex\": 8,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"192.168.0.0/16\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通内网(云私有网络)\"\n },\n {\n \"PolicyIndex\": 0,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\"\n },\n {\n \"PolicyIndex\": 1,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\"\n }\n ],\n \"BackupData\": [\n {\n \"PolicyIndex\": 0,\n \"Protocol\": \"icmp\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"ModifyTime\": \"2021-09-02 11:24:13\",\n \"Action\": \"DROP\",\n \"PolicyDescription\": \"放通Ping服务\"\n },\n {\n \"PolicyIndex\": 1,\n \"Protocol\": \"icmpv6\",\n \"Port\": \"ALL\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Ping服务\"\n },\n {\n \"PolicyIndex\": 2,\n \"Protocol\": \"tcp\",\n \"Port\": \"22\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Linux SSH登录\"\n },\n {\n \"PolicyIndex\": 3,\n \"Protocol\": \"tcp\",\n \"Port\": \"22\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Linux SSH登录\"\n },\n {\n \"PolicyIndex\": 4,\n \"Protocol\": \"tcp\",\n \"Port\": \"3389\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Windows远程登录\"\n },\n {\n \"PolicyIndex\": 5,\n \"Protocol\": \"tcp\",\n \"Port\": \"3389\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通Windows远程登录\"\n },\n {\n \"PolicyIndex\": 6,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"10.0.0.0/8\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通内网(云私有网络)\"\n },\n {\n \"PolicyIndex\": 7,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"172.16.0.0/12\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通内网(云私有网络)\"\n },\n {\n \"PolicyIndex\": 8,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"192.168.0.0/16\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"放通内网(云私有网络)\"\n },\n {\n \"PolicyIndex\": 0,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\"\n },\n {\n \"PolicyIndex\": 1,\n \"Protocol\": \"ALL\",\n \"Port\": \"ALL\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"ModifyTime\": \"2021-09-01 19:16:12\",\n \"Action\": \"ACCEPT\"\n }\n ],\n \"RequestId\": \"6886c65f-f9bb-4547-93ee-71f781b0e014\"\n }\n}",
|
1986
|
+
"title": "查询安全组快照文件内容"
|
1987
|
+
}
|
1988
|
+
],
|
1989
|
+
"DescribeSnapshotAttachedInstances": [
|
1990
|
+
{
|
1991
|
+
"document": "",
|
1992
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSnapshotAttachedInstances\n&SnapshotPolicyId=sspolicy-g6jwvm35\n&Offset=0\n&Limit=2\n&Filters.0.Name=uniqInstanceId\n&Filters.0.Values.0=sg-ntrgm89v\n&<公共请求参数>",
|
1993
|
+
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"InstanceId\": \"sg-ntrgm89v\",\n \"InstanceRegion\": \"ap-shanghai\",\n \"InstanceType\": \"securitygroup\",\n \"SnapshotPolicyId\": \"sspolicy-g6jwvm35\",\n \"InstanceName\": \"test11111\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"2099cfcf-fe15-4825-93a1-642c9ad2630f\"\n }\n}",
|
1994
|
+
"title": "查询快照策略关联实例列表"
|
1995
|
+
}
|
1996
|
+
],
|
1997
|
+
"DescribeSnapshotFiles": [
|
1998
|
+
{
|
1999
|
+
"document": "查询当前实例的快照数据。",
|
2000
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSnapshotFiles\n&BusinessType=securitygroup\n&InstanceId=sg-ntrgm89v\n&StartDate=2021-10-10 00:00:00\n&EndDate=2021-10-30 19:00:00\n&<公共请求参数>",
|
2001
|
+
"output": "{\n \"Response\": {\n \"SnapshotFileSet\": [\n {\n \"InstanceId\": \"sg-ntrgm89v\",\n \"SnapshotPolicyId\": \"sspolicy-ebjofe71\",\n \"SnapshotFileId\": \"ssfile-017gepjxpr\",\n \"BackupTime\": \"2021-10-25 15:00:10\",\n \"Operator\": \"100000072292\"\n },\n {\n \"InstanceId\": \"sg-ntrgm89v\",\n \"SnapshotPolicyId\": \"sspolicy-ebjofe71\",\n \"SnapshotFileId\": \"ssfile-ibvthz32h3\",\n \"BackupTime\": \"2021-10-25 00:00:10\",\n \"Operator\": \"100000072292\"\n },\n {\n \"InstanceId\": \"sg-ntrgm89v\",\n \"SnapshotPolicyId\": \"sspolicy-ebjofe71\",\n \"SnapshotFileId\": \"ssfile-bu7rtl9145\",\n \"BackupTime\": \"2021-10-20 12:01:02\",\n \"Operator\": \"100000072292\"\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"a54419ea-8f2d-4d38-a69a-2315d413626f\"\n }\n}",
|
2002
|
+
"title": "查询快照"
|
2003
|
+
}
|
2004
|
+
],
|
2005
|
+
"DescribeSnapshotPolicies": [
|
2006
|
+
{
|
2007
|
+
"document": "",
|
2008
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSnapshotPolicies\n&Offset=0\n&Limit=2\n&Filters.0.Name=snapshot-policy-id\n&Filters.0.Values.0=sspolicy-g6jwvm35\n&<公共请求参数>",
|
2009
|
+
"output": "{\n \"Response\": {\n \"SnapshotPolicySet\": [\n {\n \"SnapshotPolicyId\": \"sspolicy-g6jwvm35\",\n \"SnapshotPolicyName\": \"test2\",\n \"KeepTime\": 180,\n \"CosRegion\": \"ap-guangzhou\",\n \"CosBucket\": \"test1-251197522\",\n \"CreateTime\": \"2021-10-08 16:09:46\",\n \"Enable\": true,\n \"BackupType\": \"operate\",\n \"CreateNewCos\": false,\n \"BackupPolicies\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
2010
|
+
"title": "查询快照策略"
|
2011
|
+
}
|
2012
|
+
],
|
2013
|
+
"DescribeSpecificTrafficPackageUsedDetails": [
|
2014
|
+
{
|
2015
|
+
"document": "查询某个流量包的用量明细。",
|
2016
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSpecificTrafficPackageUsedDetails\r\n&TrafficPackageId=tfp-f7a3qh6x\r\n&<公共请求参数>",
|
2017
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"UsedDetailSet\": [\n {\n \"TrafficPackageId\": \"tfp-f7a3qh6x\",\n \"TrafficPackageName\": \"demo\",\n \"TotalAmount\": {\n \"Value\": 3298534883328,\n \"FormatValue\": 3,\n \"FormatUnit\": \"TB\"\n },\n \"Deduction\": {\n \"Value\": 6562480603,\n \"FormatValue\": 6.1118,\n \"FormatUnit\": \"GB\"\n },\n \"RemainingAmount\": {\n \"Value\": 2923154413867,\n \"FormatValue\": 2.6586,\n \"FormatUnit\": \"TB\"\n },\n \"Time\": \"2020-09-22 00:00:00\",\n \"ResourceType\": \"CVM\",\n \"ResourceId\": \"ins-izj1qrhj\",\n \"ResourceName\": \"demo\",\n \"Deadline\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"9fd8594c-53ae-4439-8054-db97b9580bea\"\n }\n}",
|
2018
|
+
"title": "查询某个流量包的用量明细"
|
2019
|
+
}
|
2020
|
+
],
|
2021
|
+
"DescribeSubnetResourceDashboard": [
|
2022
|
+
{
|
2023
|
+
"document": "查看Subnet资源信息",
|
2024
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSubnetResourceDashboard\r\n&SubnetIds.0=subnet-12345678\r\n&<公共请求参数>",
|
2025
|
+
"output": "{\n \"Response\": {\n \"ResourceStatisticsSet\": [\n {\n \"VpcId\": \"vpc-12345678\",\n \"SubnetId\": \"subnet-12345678\",\n \"Ip\": 14,\n \"ResourceStatisticsItemSet\": [\n {\n \"ResourceType\": \"NetworkDetect\",\n \"ResourceName\": \"NetworkDetect\",\n \"ResourceCount\": 1\n },\n {\n \"ResourceType\": \"LoadBanlancer\",\n \"ResourceName\": \"LoadBanlancer\",\n \"ResourceCount\": 2\n },\n {\n \"ResourceType\": \"MySQL\",\n \"ResourceName\": \"MySQL\",\n \"ResourceCount\": 1\n },\n {\n \"ResourceType\": \"Memcached\",\n \"ResourceName\": \"Memcached\",\n \"ResourceCount\": 1\n },\n {\n \"ResourceType\": \"CTSDB\",\n \"ResourceName\": \"CTSDB\",\n \"ResourceCount\": 0\n },\n {\n \"ResourceType\": \"TDSQL\",\n \"ResourceName\": \"TDSQL\",\n \"ResourceCount\": 0\n },\n {\n \"ResourceType\": \"SQL Server\",\n \"ResourceName\": \"SQL Server\",\n \"ResourceCount\": 0\n },\n {\n \"ResourceType\": \"PostgreSQL\",\n \"ResourceName\": \"PostgreSQL\",\n \"ResourceCount\": 0\n },\n {\n \"ResourceType\": \"NAS\",\n \"ResourceName\": \"NAS\",\n \"ResourceCount\": 0\n },\n {\n \"ResourceType\": \"Snova\",\n \"ResourceName\": \"Snova\",\n \"ResourceCount\": 0\n },\n {\n \"ResourceType\": \"Ckafka\",\n \"ResourceName\": \"Ckafka\",\n \"ResourceCount\": 1\n },\n {\n \"ResourceType\": \"Grocery\",\n \"ResourceName\": \"Grocery\",\n \"ResourceCount\": 0\n },\n {\n \"ResourceType\": \"Cloudhsm\",\n \"ResourceName\": \"Cloudhsm\",\n \"ResourceCount\": 0\n },\n {\n \"ResourceType\": \"MongoDB\",\n \"ResourceName\": \"MongoDB\",\n \"ResourceCount\": 0\n }\n ]\n }\n ],\n \"RequestId\": \"0fee1673-de33-4f0c-9ce4-037cbcf2d7b2\"\n }\n}",
|
2026
|
+
"title": "查看Subnet资源信息"
|
2027
|
+
}
|
2028
|
+
],
|
2029
|
+
"DescribeSubnets": [
|
2030
|
+
{
|
2031
|
+
"document": "查询子网列表",
|
2032
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSubnets\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"vpc-2at5y1pn\"\n ],\n \"Name\": \"vpc-id\"\n },\n {\n \"Values\": [\n \"默认广州二区子网\"\n ],\n \"Name\": \"subnet-name\"\n },\n {\n \"Values\": [\n \"172.16.16.0\"\n ],\n \"Name\": \"cidr-block\"\n },\n {\n \"Values\": [\n \"subnet-otu92seu\"\n ],\n \"Name\": \"subnet-id\"\n },\n {\n \"Values\": [\n \"true\"\n ],\n \"Name\": \"is-default\"\n }\n ]\n}",
|
2033
|
+
"output": "{\n \"Response\": {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"\",\n \"RouteTableId\": \"rtb-n0yr460a\",\n \"VpcId\": \"vpc-n0yr460a\",\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-guangzhou\",\n \"Ipv6CidrBlock\": \"\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": false,\n \"SubnetName\": \"子网1\",\n \"TotalIpAddressCount\": 1,\n \"IsCdcSubnet\": 0,\n \"CdcId\": \"cluster-1234dert\",\n \"TagSet\": [\n {\n \"Value\": \"ck\",\n \"Key\": \"kc\"\n }\n ],\n \"CreatedTime\": \"2020-05-25 20:09:07\",\n \"SubnetId\": \"subnet-bthucmmy\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": true\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"cccb2665-5d02-4d87-b9e7-757bb06e5beb\"\n }\n}",
|
2034
|
+
"title": "查询子网列表"
|
2035
|
+
},
|
2036
|
+
{
|
2037
|
+
"document": "查询绑定了标签的子网列表",
|
2038
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSubnets\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"shanghai\"\n ],\n \"Name\": \"tag:city\"\n }\n ]\n}",
|
2039
|
+
"output": "{\n \"Response\": {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"\",\n \"RouteTableId\": \"rtb-n0yr460a\",\n \"VpcId\": \"vpc-n0yr460a\",\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-guangzhou\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": false,\n \"SubnetName\": \"子网2\",\n \"TotalIpAddressCount\": 1,\n \"IsCdcSubnet\": 0,\n \"CdcId\": \"cluster-1234dert\",\n \"TagSet\": [\n {\n \"Value\": \"gt\",\n \"Key\": \"ku\"\n }\n ],\n \"CreatedTime\": \"2020-05-25 20:09:07\",\n \"SubnetId\": \"subnet-bthucmmy\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": true\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"cccb2665-5d02-4d87-b9e7-757bb06e5beb\"\n }\n}",
|
2040
|
+
"title": "查询绑定了标签的子网列表"
|
2041
|
+
}
|
2042
|
+
],
|
2043
|
+
"DescribeTaskResult": [
|
2044
|
+
{
|
2045
|
+
"document": "查询异步任务执行结果。",
|
2046
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeTaskResult\r\n&TaskId=12566700\r\n&<公共请求参数>",
|
2047
|
+
"output": "{\n \"Response\": {\n \"TaskId\": 12566700,\n \"Result\": \"SUCCESS\",\n \"RequestId\": \"f2e74569-c189-4396-80ab-1482134a1e52\"\n }\n}",
|
2048
|
+
"title": "查询异步任务执行结果"
|
2049
|
+
}
|
2050
|
+
],
|
2051
|
+
"DescribeTemplateLimits": [
|
2052
|
+
{
|
2053
|
+
"document": "查询参数模板配额列表",
|
2054
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeTemplateLimits\n&<公共请求参数>",
|
2055
|
+
"output": "{\n \"Response\": {\n \"TemplateLimit\": {\n \"AddressTemplateMemberLimit\": 20,\n \"AddressTemplateGroupMemberLimit\": 20,\n \"ServiceTemplateMemberLimit\": 20,\n \"ServiceTemplateGroupMemberLimit\": 20\n },\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
2056
|
+
"title": "查询参数模板配额列表"
|
2057
|
+
}
|
2058
|
+
],
|
2059
|
+
"DescribeTenantCcns": [
|
2060
|
+
{
|
2061
|
+
"document": "根据ccn-ids过滤查询",
|
2062
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTenantCcns\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"ccn-gyt67ffz\"\n ],\n \"Name\": \"ccn-ids\"\n }\n ]\n}",
|
2063
|
+
"output": "{\n \"Response\": {\n \"CcnSet\": [\n {\n \"CcnId\": \"ccn-gyt67ffz\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"ff8a76ff-8900-4169-b126-ff59fdb39b6c\"\n }\n}",
|
2064
|
+
"title": "根据ccn-ids过滤查询"
|
2065
|
+
},
|
2066
|
+
{
|
2067
|
+
"document": "根据user-account-id过滤查询",
|
2068
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTenantCcns\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"1742152960\"\n ],\n \"Name\": \"user-account-id\"\n }\n ]\n}",
|
2069
|
+
"output": "{\n \"Response\": {\n \"CcnSet\": [\n {\n \"CcnId\": \"ccn-kwgk02zl\"\n },\n {\n \"CcnId\": \"ccn-gyt67ffz\"\n },\n {\n \"CcnId\": \"ccn-e7wopzfz\"\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"6c72d2a1-b60c-464e-b782-ca6efe7c1dd6\"\n }\n}",
|
2070
|
+
"title": "根据user-account-id过滤查询"
|
2071
|
+
},
|
2072
|
+
{
|
2073
|
+
"document": "根据is-security-lock过滤查询",
|
2074
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTenantCcns\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"false\"\n ],\n \"Name\": \"is-security-lock\"\n }\n ]\n}",
|
2075
|
+
"output": "{\n \"Response\": {\n \"CcnSet\": [\n {\n \"CcnId\": \"ccn-d0s0mkw1\"\n },\n {\n \"CcnId\": \"ccn-kwgk02zl\"\n },\n {\n \"CcnId\": \"ccn-gyt67ffz\"\n },\n {\n \"CcnId\": \"ccn-e7wopzfz\"\n }\n ],\n \"TotalCount\": 5,\n \"RequestId\": \"495efea0-0073-451c-a577-77a23626432c\"\n }\n}",
|
2076
|
+
"title": "根据is-security-lock过滤查询"
|
2077
|
+
}
|
2078
|
+
],
|
2079
|
+
"DescribeTrafficPackages": [
|
2080
|
+
{
|
2081
|
+
"document": "查询某一个账号所有的共享流量包信息。",
|
2082
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrafficPackages\n<公共请求参数>\n\n{}",
|
2083
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"TrafficPackageSet\": [\n {\n \"TrafficPackageId\": \"tfp-g67jlh1j\",\n \"TrafficPackageName\": \"未命名\",\n \"TotalAmount\": 10,\n \"RemainingAmount\": 10,\n \"Status\": \"AVAILABLE\",\n \"CreatedTime\": \"2022-08-31T11:42:37Z\",\n \"Deadline\": \"2022-09-30T11:42:36Z\",\n \"DeductType\": \"FULL_TIME\",\n \"UsedAmount\": 0,\n \"TagSet\": [\n {\n \"Key\": \"name\",\n \"Value\": \"Sam\"\n }\n ]\n }\n ],\n \"RequestId\": \"e92ac36b-db69-4329-b030-9276b88d93c4\"\n }\n}",
|
2084
|
+
"title": "查询某一个账号所有的共享流量包信息"
|
2085
|
+
}
|
2086
|
+
],
|
2087
|
+
"DescribeTrafficQosPolicy": [
|
2088
|
+
{
|
2089
|
+
"document": "",
|
2090
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrafficQosPolicy\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-mo8mumi7\",\n \"LocalRegion\": \"ap-guangzhou\",\n \"RemoteRegion\": \"ap-chengdu\"\n}",
|
2091
|
+
"output": "{\n \"Response\": {\n \"TrafficQosPolicySet\": [\n {\n \"CcnId\": \"ccn-0puqax1n\",\n \"QosId\": 1,\n \"QosPolicyDescription\": \"1\",\n \"QosPolicyName\": \"1\",\n \"Bandwidth\": 1\n }\n ],\n \"RequestId\": \"e052b088-c3a4-4efa-96e6-8af897abb369\"\n }\n}",
|
2092
|
+
"title": "查询流量调度规则"
|
2093
|
+
}
|
2094
|
+
],
|
2095
|
+
"DescribeUsedIpAddress": [
|
2096
|
+
{
|
2097
|
+
"document": "查询子网下的ip使用情况,查询3个ip,只有2个ip被占用并返回资源信息",
|
2098
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUsedIpAddress\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-bx0vq623\",\n \"SubnetId\": \"subnet-dl3wd0vq\",\n \"IpAddresses\": [\n \"10.0.0.1\",\n \"10.0.0.2\"\n ]\n}",
|
2099
|
+
"output": "{\n \"Response\": {\n \"IpAddressStates\": [\n {\n \"VpcId\": \"vpc-bx0vq623\",\n \"SubnetId\": \"subnet-dl3wd0vq\",\n \"IpAddress\": \"10.0.0.1\",\n \"ResourceType\": \"ENI\",\n \"ResourceId\": \"eni-bjekqff1\"\n },\n {\n \"VpcId\": \"vpc-bx0vq623\",\n \"SubnetId\": \"subnet-dl3wd0vq\",\n \"IpAddress\": \"10.0.0.2\",\n \"ResourceType\": \"ENI\",\n \"ResourceId\": \"eni-bjekqff2\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"2aaa54f5-2809-4b95-b3a5-13ce72d05759\"\n }\n}",
|
2100
|
+
"title": "查询子网下的ip使用情况,查询3个ip,只有2个ip被占用并返回资源信息"
|
2101
|
+
}
|
2102
|
+
],
|
2103
|
+
"DescribeVpcEndPoint": [
|
2104
|
+
{
|
2105
|
+
"document": "查询终端节点列表",
|
2106
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcEndPoint\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"EndPointId\": [\n \"vpce-h0fk8lfc\"\n ],\n \"Offset\": 1\n}",
|
2107
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"7e6f5074-e4a2-4bb6-9cac-d2357a00896f\",\n \"EndPointSet\": [\n {\n \"ServiceVpcId\": \"vpc-hj3he929\",\n \"GroupSet\": [\n \"sg-tyhgrwet\"\n ],\n \"ServiceName\": \"demo\",\n \"State\": \"PENDING\",\n \"ServiceVip\": \"10.101.1.11\",\n \"EndPointName\": \"demo\",\n \"VpcId\": \"vpc-hj3he929\",\n \"EndPointOwner\": \"1302384414\",\n \"EndPointId\": \"vpce-h0fk8lfc\",\n \"SubnetId\": \"subnet-4t7fr3fi\",\n \"CreateTime\": \"2022-06-08 10:00:00\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\",\n \"EndPointVip\": \"10.101.1.11\"\n }\n ]\n }\n}",
|
2108
|
+
"title": "查询终端节点列表"
|
2109
|
+
}
|
2110
|
+
],
|
2111
|
+
"DescribeVpcEndPointService": [
|
2112
|
+
{
|
2113
|
+
"document": "查询终端节点服务列表",
|
2114
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcEndPointService\n<公共请求参数>\n\n{\n \"EndPointServiceIds\": [\n \"vpcsvc-kngiybxl\"\n ],\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
2115
|
+
"output": "{\n \"Response\": {\n \"EndPointServiceSet\": [\n {\n \"EndPointServiceId\": \"vpcsvc-pnpcflil\",\n \"VpcId\": \"vpc-hj3he929\",\n \"ServiceOwner\": \"1254277469\",\n \"ServiceName\": \"test_002\",\n \"ServiceVip\": \"10.101.1.11\",\n \"ServiceInstanceId\": \"lb-nswq8wkq\",\n \"AutoAcceptFlag\": true,\n \"EndPointCount\": 1,\n \"EndPointSet\": [\n {\n \"ServiceVpcId\": \"vpc-hj3he929\",\n \"GroupSet\": [\n \"sg-tyhgrwet\"\n ],\n \"ServiceName\": \"demo\",\n \"State\": \"PENDING\",\n \"ServiceVip\": \"10.101.1.11\",\n \"EndPointName\": \"demo\",\n \"VpcId\": \"vpc-hj3he929\",\n \"EndPointOwner\": \"1302384414\",\n \"EndPointId\": \"vpce-h0fk8lfc\",\n \"SubnetId\": \"subnet-4t7fr3fi\",\n \"CreateTime\": \"0000-00-00 00:00:00\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\",\n \"EndPointVip\": \"10.101.1.11\"\n }\n ],\n \"CreateTime\": \"0000-00-00 00:00:00\",\n \"ServiceType\": \"CLB\",\n \"CdcId\": \"cdc-4d8a10a1\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"452e8b38-10a1-4d8a-8a31-a64b89c8f565\"\n }\n}",
|
2116
|
+
"title": "查询终端节点服务列表"
|
2117
|
+
}
|
2118
|
+
],
|
2119
|
+
"DescribeVpcEndPointServiceWhiteList": [
|
2120
|
+
{
|
2121
|
+
"document": "查询终端节点服务的服务白名单列表",
|
2122
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcEndPointServiceWhiteList\n&<公共请求参数>",
|
2123
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"VpcEndpointServiceUserSet\": [\n {\n \"Owner\": 1254277469,\n \"UserUin\": \"100016184089\",\n \"Description\": \"描述信息\",\n \"EndPointServiceId\": \"\",\n \"CreateTime\": \"vpcsvc-kngiybxl\"\n }\n ],\n \"VpcEndPointServiceUserSet\": [\n {\n \"Owner\": 1254277469,\n \"UserUin\": \"100016184089\",\n \"Description\": \"描述信息\",\n \"EndPointServiceId\": \"\",\n \"CreateTime\": \"vpcsvc-kngiybxl\"\n }\n ],\n \"RequestId\": \"7e6f5074-e4a2-4bb6-9cac-d2357a00896f\"\n }\n}",
|
2124
|
+
"title": "查询终端节点服务的服务白名单列表"
|
2125
|
+
}
|
2126
|
+
],
|
2127
|
+
"DescribeVpcInstances": [
|
2128
|
+
{
|
2129
|
+
"document": "查询VPC下的云主机实例列表",
|
2130
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcInstances\n&Filters.0.Name=vpc-id\n&Filters.0.Values.0=vpc-hj3he929\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
2131
|
+
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"VpcId\": \"vpc-hj3he929\",\n \"SubnetId\": \"subnet-nswq8wkq\",\n \"InstanceId\": \"ins-pnpcflil\",\n \"InstanceName\": \"demo\",\n \"InstanceState\": \"RUNNING\",\n \"InstanceType\": \"S2.SMALL2\",\n \"CPU\": 1,\n \"Memory\": 1,\n \"EniLimit\": 2,\n \"EniIpLimit\": 2,\n \"InstanceEniCount\": 1,\n \"CreatedTime\": \"2020-01-01 10:00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
2132
|
+
"title": "查询VPC下的云主机实例列表"
|
2133
|
+
}
|
2134
|
+
],
|
2135
|
+
"DescribeVpcIpv6Addresses": [
|
2136
|
+
{
|
2137
|
+
"document": "查询VPC内IPv6地址列表",
|
2138
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcIpv6Addresses\n&VpcId=vpc-rkxd3pgh\n&<公共请求参数>",
|
2139
|
+
"output": "{\n \"Response\": {\n \"Ipv6AddressSet\": [\n {\n \"Ipv6Address\": \"2402:4e00:1000:101:0:8d1a:6c7b:c0e8\",\n \"Ipv6AddressType\": \"CVM\",\n \"CidrBlock\": \"2402:4e00:1000:101::/64\",\n \"CreatedTime\": \"2019-03-01 21:18:07\"\n },\n {\n \"Ipv6Address\": \"2402:4e00:1000:101:0:8d20:3e2:683\",\n \"Ipv6AddressType\": \"CVM\",\n \"CidrBlock\": \"2402:4e00:1000:101::/64\",\n \"CreatedTime\": \"2019-03-04 16:00:36\"\n },\n {\n \"Ipv6Address\": \"2402:4e00:1000:101:0:8d20:3f5:8b0f\",\n \"Ipv6AddressType\": \"CVM\",\n \"CidrBlock\": \"2402:4e00:1000:101::/64\",\n \"CreatedTime\": \"2019-03-04 16:00:48\"\n },\n {\n \"Ipv6Address\": \"2402:4e00:1000:101:0:8d24:30a5:d9f3\",\n \"Ipv6AddressType\": \"CVM\",\n \"CidrBlock\": \"2402:4e00:1000:101::/64\",\n \"CreatedTime\": \"2019-03-06 17:49:05\"\n },\n {\n \"Ipv6Address\": \"2402:4e00:1000:101:0:8d2e:133c:e12c\",\n \"Ipv6AddressType\": \"CVM\",\n \"CidrBlock\": \"2402:4e00:1000:101::/64\",\n \"CreatedTime\": \"2019-03-11 15:45:07\"\n },\n {\n \"Ipv6Address\": \"2402:4e00:1000:108:0:8d24:690c:59c6\",\n \"Ipv6AddressType\": \"CVM\",\n \"CidrBlock\": \"2402:4e00:1000:108::/64\",\n \"CreatedTime\": \"2019-03-06 20:26:47\"\n }\n ],\n \"TotalCount\": 6,\n \"RequestId\": \"ee464fec-e13e-401b-87f0-f93f047550c2\"\n }\n}",
|
2140
|
+
"title": "查询VPC内IPv6地址列表"
|
2141
|
+
}
|
2142
|
+
],
|
2143
|
+
"DescribeVpcLimits": [
|
2144
|
+
{
|
2145
|
+
"document": "获取私有网络配额",
|
2146
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcLimits\n&LimitTypes.0=appid-max-vpcs\n&<公共请求参数>",
|
2147
|
+
"output": "{\n \"Response\": {\n \"VpcLimitSet\": [\n {\n \"LimitType\": \"appid-max-vpcs\",\n \"LimitValue\": 5\n }\n ],\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
2148
|
+
"title": "获取私有网络配额"
|
2149
|
+
}
|
2150
|
+
],
|
2151
|
+
"DescribeVpcPeeringConnections": [
|
2152
|
+
{
|
2153
|
+
"document": "根据资源ID查询实例信息",
|
2154
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcPeeringConnections\n&PeeringConnectionIds.0=pcx-test1234\n&<公共请求参数>",
|
2155
|
+
"output": "{\n \"Response\": {\n \"PeerConnectionSet\": [\n {\n \"AppId\": 1000001,\n \"SourceUin\": 1000001234,\n \"SourceRegion\": \"gz\",\n \"SourceVpcId\": \"vpc-test1234\",\n \"PeerAppId\": 1000001,\n \"DestinationUin\": 1000001234,\n \"DestinationRegion\": \"gz\",\n \"PeerVpcId\": \"vpc-test4567\",\n \"DestinationVpcId\": \"vpc-test4567\",\n \"PeeringConnectionId\": \"pcx-test6789\",\n \"PeeringConnectionName\": \"测试用\",\n \"IsNgw\": false,\n \"CreateTime\": \"2024-11-14 11:58:54\",\n \"Bandwidth\": 0,\n \"Type\": \"VPC0\",\n \"State\": \"ACTIVE\",\n \"TagSet\": [],\n \"ChargeType\": \"POSTPAID_BY_DAY_MAX\",\n \"QosLevel\": \"\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"65def86e-3408-4bce-b520-37c12559b082\"\n }\n}",
|
2156
|
+
"title": "根据资源ID查询实例信息"
|
2157
|
+
}
|
2158
|
+
],
|
2159
|
+
"DescribeVpcPrivateIpAddresses": [
|
2160
|
+
{
|
2161
|
+
"document": "批量查询VPC内网IP信息",
|
2162
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcPrivateIpAddresses\n&VpcId=vpc-rkxd3pgh\n&PrivateIpAddresses.0=10.4.2.2\n&PrivateIpAddresses.1=10.4.2.3\n&PrivateIpAddresses.2=10.4.2.17\n&<公共请求参数>",
|
2163
|
+
"output": "{\n \"Response\": {\n \"VpcPrivateIpAddressSet\": [\n {\n \"PrivateIpAddress\": \"10.4.2.2\",\n \"PrivateIpAddressType\": \"CTSDB\",\n \"CidrBlock\": \"10.4.2.0/24\",\n \"CreatedTime\": \"2018-12-27 15:40:10\"\n },\n {\n \"PrivateIpAddress\": \"10.4.2.3\",\n \"PrivateIpAddressType\": \"CFS\",\n \"CidrBlock\": \"10.4.2.0/24\",\n \"CreatedTime\": \"2018-09-02 16:48:59\"\n },\n {\n \"PrivateIpAddress\": \"10.4.2.17\",\n \"PrivateIpAddressType\": \"CVM\",\n \"CidrBlock\": \"10.4.2.0/24\",\n \"CreatedTime\": \"2018-09-02 16:48:59\"\n }\n ],\n \"RequestId\": \"75221557-b667-440a-8cfe-ccd1bde2a234\"\n }\n}",
|
2164
|
+
"title": "批量查询VPC内网IP信息"
|
2165
|
+
}
|
2166
|
+
],
|
2167
|
+
"DescribeVpcResourceDashboard": [
|
2168
|
+
{
|
2169
|
+
"document": "查看VPC资源信息",
|
2170
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcResourceDashboard\n&VpcIds.0=vpc-0akbol5v\n&<公共请求参数>",
|
2171
|
+
"output": "{\n \"Response\": {\n \"ResourceDashboardSet\": [\n {\n \"VpcId\": \"vpc-0akbol5v\",\n \"SubnetId\": \"\",\n \"Classiclink\": 0,\n \"Nat\": 2,\n \"Vpngw\": 1,\n \"Dcg\": 1,\n \"Pcx\": 1,\n \"FlowLog\": 0,\n \"NetworkDetect\": 0,\n \"NetworkACL\": 0,\n \"Ip\": 157,\n \"CVM\": 49,\n \"LB\": 1,\n \"CDB\": 88,\n \"Cmem\": 0,\n \"CTSDB\": 0,\n \"MariaDB\": 0,\n \"SQLServer\": 0,\n \"Postgres\": 0,\n \"NAS\": 0,\n \"Greenplumn\": 0,\n \"Ckafka\": 2,\n \"Grocery\": 0,\n \"HSM\": 17,\n \"Tcaplus\": 0,\n \"Cnas\": 0,\n \"TiDB\": 0,\n \"Emr\": 0,\n \"SEAL\": 0,\n \"CFS\": 0,\n \"Oracle\": 0,\n \"ElasticSearch\": 0,\n \"TBaaS\": 0,\n \"Itop\": 0,\n \"DBAudit\": 0,\n \"CynosDBPostgres\": 0,\n \"Redis\": 0,\n \"MongoDB\": 0,\n \"DCDB\": 0,\n \"CynosDBMySQL\": 0,\n \"Subnet\": 1,\n \"RouteTable\": 1\n }\n ],\n \"RequestId\": \"0fee1673-de33-4f0c-9ce4-037cbcf2d7b2\"\n }\n}",
|
2172
|
+
"title": "查看VPC资源信息"
|
2173
|
+
}
|
2174
|
+
],
|
2175
|
+
"DescribeVpcTaskResult": [
|
2176
|
+
{
|
2177
|
+
"document": "",
|
2178
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcTaskResult\n<公共请求参数>\n\n{\n \"TaskId\": \"481e9b6e-81d1-4859-b8cf-a673e010b388\"\n}",
|
2179
|
+
"output": "{\n \"Response\": {\n \"Status\": \"SUCCESS\",\n \"Output\": \"SUCCESS\",\n \"Result\": [\n {\n \"ResourceId\": \"eni-olifj433\",\n \"Status\": \"SUCCESS\"\n }\n ],\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
2180
|
+
"title": "查询异步任务执行结果"
|
2181
|
+
}
|
2182
|
+
],
|
2183
|
+
"DescribeVpcs": [
|
2184
|
+
{
|
2185
|
+
"document": "查询VPC列表",
|
2186
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcs\n<公共请求参数>\n\n{\n \"Limit\": \"2\",\n \"Filters\": [\n {\n \"Values\": [\n \"192.168.0.0\",\n \"10.0.0.0\"\n ],\n \"Name\": \"cidr-block\"\n },\n {\n \"Values\": [\n \"false\"\n ],\n \"Name\": \"is-default\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
2187
|
+
"output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"测试dhcp\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"EnableDhcp\": true,\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"DomainName\": \"aa.bb.cc\",\n \"TagSet\": [],\n \"AssistantCidrSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
|
2188
|
+
"title": "查询VPC列表"
|
2189
|
+
},
|
2190
|
+
{
|
2191
|
+
"document": "查询绑定了标签键值对(city:shanghai)的vpc。",
|
2192
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcs\n<公共请求参数>\n\n{\n \"Limit\": \"2\",\n \"Filters\": [\n {\n \"Values\": [\n \"shanghai\"\n ],\n \"Name\": \"tag:city\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
2193
|
+
"output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"测试dhcp\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableDhcp\": true,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"AssistantCidrSet\": [\n {\n \"CidrBlock\": \"192.168.1.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": [],\n \"VpcId\": \"vpc-p5sf61yj\"\n }\n ],\n \"DomainName\": \"aa.bb.cc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
|
2194
|
+
"title": "查询绑定了标签的VPC列表"
|
2195
|
+
}
|
2196
|
+
],
|
2197
|
+
"DescribeVpnConnections": [
|
2198
|
+
{
|
2199
|
+
"document": "查询VPN通道",
|
2200
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpnConnections\n<公共请求参数>\n\n{\n \"Limit\": \"5\",\n \"Offset\": \"0\"\n}",
|
2201
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"VpnConnectionSet\": [\n {\n \"VpcId\": \"vpc-8ro3x6md\",\n \"VpnConnectionId\": \"vpnx-df9oztok\",\n \"VpnConnectionName\": \"testcon-1\",\n \"VpnGatewayId\": \"vpngw-6x0wxvtp\",\n \"CustomerGatewayId\": \"cgw-apytvc1n\",\n \"PreShareKey\": \"xqwe123s\",\n \"VpnProto\": \"IPSEC\",\n \"EncryptProto\": \"IKE\",\n \"RouteType\": \"StaticRoute\",\n \"IKEOptionsSpecification\": {\n \"PropoAuthenAlgorithm\": \"MD5\",\n \"PropoEncryAlgorithm\": \"AES-CBC-128\",\n \"ExchangeMode\": \"MAIN\",\n \"LocalIdentity\": \"ADDRESS\",\n \"RemoteIdentity\": \"ADDRESS\",\n \"LocalAddress\": \"6.6.6.6\",\n \"RemoteAddress\": \"1.1.3.2\",\n \"LocalFqdnName\": \"localname\",\n \"RemoteFqdnName\": \"remotename\",\n \"DhGroupName\": \"GROUP1\",\n \"IKESaLifetimeSeconds\": 86400,\n \"IKEVersion\": \"IKEV1\"\n },\n \"IPSECOptionsSpecification\": {\n \"EncryptAlgorithm\": \"AES-CBC-128\",\n \"IntegrityAlgorith\": \"MD5\",\n \"PfsDhGroup\": \"NULL\",\n \"IPSECSaLifetimeSeconds\": 3600,\n \"IPSECSaLifetimeTraffic\": 1843200\n },\n \"CreatedTime\": \"2022-07-22 14:05:07\",\n \"SecurityPolicyDatabaseSet\": [\n {\n \"LocalCidrBlock\": \"0.0.0.0/0\",\n \"RemoteCidrBlock\": [\n \"0.0.0.0/0\"\n ]\n }\n ],\n \"State\": \"AVAILABLE\",\n \"NetStatus\": \"AVAILABLE\",\n \"NegotiationType\": \"flowTrigger\",\n \"DpdEnable\": 1,\n \"DpdTimeout\": \"30\",\n \"DpdAction\": \"clear\",\n \"EnableHealthCheck\": false,\n \"HealthCheckLocalIp\": \"169.254.128.1\",\n \"HealthCheckRemoteIp\": \"169.254.128.2\",\n \"HealthCheckStatus\": \"AVAILABLE\",\n \"TagSet\": []\n },\n {\n \"VpcId\": \"vpc-8ro3x6md\",\n \"VpnConnectionId\": \"vpnx-eal8tpn2\",\n \"VpnConnectionName\": \"testcon-2\",\n \"VpnGatewayId\": \"vpngw-6x0wxvtp\",\n \"CustomerGatewayId\": \"cgw-876ql2tz\",\n \"PreShareKey\": \"qwe123x\",\n \"VpnProto\": \"IPSEC\",\n \"EncryptProto\": \"IKE\",\n \"RouteType\": \"StaticRoute\",\n \"IKEOptionsSpecification\": {\n \"PropoAuthenAlgorithm\": \"MD5\",\n \"PropoEncryAlgorithm\": \"AES-CBC-128\",\n \"ExchangeMode\": \"MAIN\",\n \"LocalIdentity\": \"ADDRESS\",\n \"RemoteIdentity\": \"ADDRESS\",\n \"LocalAddress\": \"6.6.6.6\",\n \"RemoteAddress\": \"169.168.10.4\",\n \"LocalFqdnName\": \"localname\",\n \"RemoteFqdnName\": \"remotename\",\n \"DhGroupName\": \"GROUP1\",\n \"IKESaLifetimeSeconds\": 86400,\n \"IKEVersion\": \"IKEV1\"\n },\n \"IPSECOptionsSpecification\": {\n \"EncryptAlgorithm\": \"AES-CBC-128\",\n \"IntegrityAlgorith\": \"MD5\",\n \"PfsDhGroup\": \"NULL\",\n \"IPSECSaLifetimeSeconds\": 3600,\n \"IPSECSaLifetimeTraffic\": 1843200\n },\n \"CreatedTime\": \"2022-07-22 14:14:48\",\n \"SecurityPolicyDatabaseSet\": [\n {\n \"LocalCidrBlock\": \"0.0.0.0/0\",\n \"RemoteCidrBlock\": [\n \"0.0.0.0/0\"\n ]\n }\n ],\n \"State\": \"AVAILABLE\",\n \"NetStatus\": \"AVAILABLE\",\n \"NegotiationType\": \"passive\",\n \"DpdEnable\": 1,\n \"DpdTimeout\": \"31\",\n \"DpdAction\": \"clear\",\n \"EnableHealthCheck\": false,\n \"HealthCheckLocalIp\": \"169.254.168.2\",\n \"HealthCheckRemoteIp\": \"169.254.168.1\",\n \"HealthCheckStatus\": \"AVAILABLE\",\n \"TagSet\": []\n }\n ],\n \"RequestId\": \"1f4fa69d-0a9b-4342-83e1-002533feca94\"\n }\n}",
|
2202
|
+
"title": "DescribeVpnConnections返回示例"
|
2203
|
+
}
|
2204
|
+
],
|
2205
|
+
"DescribeVpnGatewayCcnRoutes": [
|
2206
|
+
{
|
2207
|
+
"document": "查询VPN网关云联网路由",
|
2208
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpnGatewayCcnRoutes\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-qol17bjx\",\n \"Offset\": 1,\n \"Limit\": 1\n}",
|
2209
|
+
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": \"vpnr-00wv1z75\",\n \"DestinationCidrBlock\": \"10.33.0.0/24\",\n \"Status\": \"ENABLE\"\n },\n {\n \"RouteId\": \"vpnr-11xe2z54\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"Status\": \"ENABLE\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
2210
|
+
"title": "查询VPN网关云联网路由"
|
2211
|
+
}
|
2212
|
+
],
|
2213
|
+
"DescribeVpnGatewayRoutes": [
|
2214
|
+
{
|
2215
|
+
"document": "查询VPN网关目的路由",
|
2216
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpnGatewayRoutes\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-7lhl5331\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
|
2217
|
+
"output": "{\n \"Response\": {\n \"Routes\": [\n {\n \"RouteId\": \"vpnr-h53fo5tv\",\n \"DestinationCidrBlock\": \"10.0.0.0/16\",\n \"Status\": \"ENABLE\",\n \"InstanceId\": \"vpnx-f99clft2\",\n \"InstanceType\": \"VPNCONN\",\n \"Priority\": 0,\n \"Type\": \"Static\",\n \"CreateTime\": \"2022-12-05 11:02:44\",\n \"UpdateTime\": \"2022-12-05 11:02:44\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"cf5ec1b0-ec85-4e28-bc05-763c617b57a0\"\n }\n}",
|
2218
|
+
"title": "查询VPN网关目的路由"
|
2219
|
+
}
|
2220
|
+
],
|
2221
|
+
"DescribeVpnGatewaySslClients": [
|
2222
|
+
{
|
2223
|
+
"document": "查询SSL-VPN-CLIENT",
|
2224
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpnGatewaySslClients\n&Offset=0\n&Limit=2\n&Filters.0.Name=vpn-gateway-id\n&Filters.0.Values.0=vpn-123456\n&<公共请求参数>",
|
2225
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"SslVpnClientSet\": [\n {\n \"VpcId\": \"vpc-ez3k7doq\",\n \"SslVpnServerId\": \"vpns-80pwpme0\",\n \"CertStatus\": 1,\n \"SslVpnClientId\": \"vpnc-dyc72w04\",\n \"CertBeginTime\": \"2021-11-15 19:48:20\",\n \"CertEndTime\": \"2024-11-14 19:48:20\",\n \"Name\": \"SSL-VPN-CLIENT\",\n \"State\": \"6\"\n }\n ],\n \"RequestId\": \"fe40c051-723d-4cf7-9838-71d5684f2cbb\"\n }\n}",
|
2226
|
+
"title": "查询SSL-VPN-CLIENT"
|
2227
|
+
}
|
2228
|
+
],
|
2229
|
+
"DescribeVpnGatewaySslServers": [
|
2230
|
+
{
|
2231
|
+
"document": "查询SSL-VPN-SERVER",
|
2232
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpnGatewaySslServers\n&Offset=0\n&Limit=2\n&Filters.0.Name=vpn-gateway-id\n&Filters.0.Values.0=vpngw-0zowp2z9\n&<公共请求参数>",
|
2233
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1d0c0675-d1cb-4d28-99af-bf093a7d62d2\",\n \"SslVpnSeverSet\": [\n {\n \"VpcId\": \"vpc-1tqv6my1\",\n \"SslVpnServerId\": \"vpns-fofx7shn\",\n \"VpnGatewayId\": \"vpngw-0zowp2z9\",\n \"SslVpnServerName\": \"server-1\",\n \"LocalAddress\": [\n \"10.17.0.0/24\"\n ],\n \"RemoteAddress\": \"10.12.0.0/24\",\n \"MaxConnection\": 5,\n \"WanIp\": \"1.14.55.188\",\n \"SslVpnProtocol\": \"UDP\",\n \"SslVpnPort\": 1194,\n \"EncryptAlgorithm\": \"none\",\n \"IntegrityAlgorithm\": \"none\",\n \"Compress\": 0,\n \"CreateTime\": \"2023-01-11 11:37:41\",\n \"State\": 6,\n \"SsoEnabled\": 0,\n \"SpName\": \"spname\",\n \"EiamApplicationId\": \"\",\n \"AccessPolicyEnabled\": 0,\n \"AccessPolicy\": []\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
2234
|
+
"title": "查询SSL-VPN-SERVER"
|
2235
|
+
}
|
2236
|
+
],
|
2237
|
+
"DescribeVpnGateways": [
|
2238
|
+
{
|
2239
|
+
"document": "本接口(DescribeVpnGateways)用于查询VPN网关列表。",
|
2240
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpnGateways\n<公共请求参数>\n\n{\n \"VpnGatewayIds\": [\n \"vpngw-xxxxx\"\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
2241
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"VpnGatewaySet\": [\n {\n \"VpnGatewayId\": \"vpngw-xxxx\",\n \"VpcId\": \"vpc-xxxx\",\n \"VpnGatewayName\": \"vpn_name\",\n \"Type\": \"CCN\",\n \"State\": \"AVAILABLE\",\n \"PublicIpAddress\": \"142.133.53.16\",\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10,\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"ExpiredTime\": \"2020-09-22 00:00:00\",\n \"IsAddressBlocked\": false,\n \"NewPurchasePlan\": \"PREPAID_TO_POSTPAID\",\n \"RestrictState\": \"NORMAL\",\n \"Zone\": \"ap-beijing-1\",\n \"VpnGatewayQuotaSet\": [\n {\n \"Bandwidth\": 5,\n \"Cname\": \"微小型\",\n \"Name\": \"cdmini\"\n },\n {\n \"Bandwidth\": 20,\n \"Cname\": \"中型\",\n \"Name\": \"cdmiddle\"\n },\n {\n \"Bandwidth\": 50,\n \"Cname\": \"大型\",\n \"Name\": \"cdlarge\"\n },\n {\n \"Bandwidth\": 10,\n \"Cname\": \"小型\",\n \"Name\": \"cdsmall\"\n },\n {\n \"Bandwidth\": 100,\n \"Cname\": \"超大型\",\n \"Name\": \"cdsuperLarge\"\n },\n {\n \"Bandwidth\": 1000,\n \"Cname\": \"超大型4\",\n \"Name\": \"cdsuperLarge4\"\n },\n {\n \"Bandwidth\": 200,\n \"Cname\": \"超大型2\",\n \"Name\": \"cdsuperLarge2\"\n },\n {\n \"Bandwidth\": 500,\n \"Cname\": \"超大型3\",\n \"Name\": \"cdsuperLarge3\"\n },\n {\n \"Bandwidth\": 3000,\n \"Cname\": \"超大型5\",\n \"Name\": \"cdsuperLarge5\"\n }\n ],\n \"Version\": \"IKEV1\",\n \"NetworkInstanceId\": \"vpngw-xxxx\",\n \"CdcId\": \"cluster-xxxxxxxx\",\n \"MaxConnection\": 5\n }\n ],\n \"RequestId\": \"dc43b486-80aa-4cf0-9f8a-4b95e9092685\"\n }\n}",
|
2242
|
+
"title": "查询VPN网关"
|
2243
|
+
}
|
2244
|
+
],
|
2245
|
+
"DetachCcnInstances": [
|
2246
|
+
{
|
2247
|
+
"document": "",
|
2248
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DetachCcnInstances\n&CcnId=ccn-gree226l\n&Instances.0.InstanceType=VPC\n&Instances.0.InstanceId=vpc-3dr1zrr9\n&Instances.0.InstanceRegion=ap-guangzhou\n&Instances.1.InstanceType=DIRECTCONNECT\n&Instances.1.InstanceId=dcg-98qosdc3\n&Instances.1.InstanceRegion=ap-guangzhou\n&<公共请求参数>",
|
2249
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2250
|
+
"title": "云联网解关联多个网络实例"
|
2251
|
+
}
|
2252
|
+
],
|
2253
|
+
"DetachClassicLinkVpc": [
|
2254
|
+
{
|
2255
|
+
"document": "删除基础网络互通",
|
2256
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DetachClassicLinkVpc\n&VpcId=vpc-gjui0b5t\n&InstanceIds.0=ins-0x5msjda\n&<公共请求参数>",
|
2257
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
2258
|
+
"title": "删除基础网络互通"
|
2259
|
+
}
|
2260
|
+
],
|
2261
|
+
"DetachNetworkInterface": [
|
2262
|
+
{
|
2263
|
+
"document": "弹性网卡解绑云服务器",
|
2264
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DetachNetworkInterface\n&NetworkInterfaceId=eni-afo43z61\n&InstanceId=ins-ins-r8hr2upy\n&<公共请求参数>",
|
2265
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2266
|
+
"title": "弹性网卡解绑云服务器"
|
2267
|
+
}
|
2268
|
+
],
|
2269
|
+
"DetachSnapshotInstances": [
|
2270
|
+
{
|
2271
|
+
"document": "",
|
2272
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DetachSnapshotInstances\n&SnapshotPolicyId=sspolicy-g6jwvm35\n&Instances.0.InstanceId=sg-e18r37v3\n&Instances.0.InstanceType=securitygroup\n&Instances.0.InstanceRegion=ap-shanghai\n&<公共请求参数>",
|
2273
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
2274
|
+
"title": "快照策略解关联实例"
|
2275
|
+
}
|
2276
|
+
],
|
2277
|
+
"DisableCcnRoutes": [
|
2278
|
+
{
|
2279
|
+
"document": "禁用多条路由策略",
|
2280
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisableCcnRoutes\n&CcnId=ccn-gree226l\n&RouteIds.0=ccnr-bvipc87w\n&RouteIds.1=ccnr-oc61so0o\n&<公共请求参数>",
|
2281
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2282
|
+
"title": "禁用多条路由策略"
|
2283
|
+
}
|
2284
|
+
],
|
2285
|
+
"DisableFlowLogs": [
|
2286
|
+
{
|
2287
|
+
"document": "",
|
2288
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisableFlowLogs\n&FlowLogIds.0=fl-7rymh5cn\n&<公共请求参数>",
|
2289
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
2290
|
+
"title": "停止流日志"
|
2291
|
+
}
|
2292
|
+
],
|
2293
|
+
"DisableGatewayFlowMonitor": [
|
2294
|
+
{
|
2295
|
+
"document": "",
|
2296
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisableGatewayFlowMonitor\n&GatewayId=vpngw-gree226l\n&<公共请求参数>",
|
2297
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2298
|
+
"title": "示例1 关闭VPN网关流量监控"
|
2299
|
+
}
|
2300
|
+
],
|
2301
|
+
"DisableRoutes": [
|
2302
|
+
{
|
2303
|
+
"document": "",
|
2304
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisableRoutes\n&RouteTableId=rtb-9wzwlnhc\n&RouteIds.0=18292\n&RouteIds.1=18293\n&<公共请求参数>",
|
2305
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2306
|
+
"title": "禁用子网路由"
|
2307
|
+
},
|
2308
|
+
{
|
2309
|
+
"document": "",
|
2310
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisableRoutes\n&RouteTableId=rtb-12345678\n&RouteItemIds.0=rti-12345678\n&<公共请求参数>",
|
2311
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2312
|
+
"title": "根据唯一ID禁用子网路由"
|
2313
|
+
}
|
2314
|
+
],
|
2315
|
+
"DisableSnapshotPolicies": [
|
2316
|
+
{
|
2317
|
+
"document": "",
|
2318
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisableSnapshotPolicies\n&SnapshotPolicyIds.0=sspolicy-g6jwvm35\n&<公共请求参数>",
|
2319
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
2320
|
+
"title": "停用快照策略"
|
2321
|
+
}
|
2322
|
+
],
|
2323
|
+
"DisableVpnGatewaySslClientCert": [
|
2324
|
+
{
|
2325
|
+
"document": "禁用SSL-VPN-CLIENT 证书",
|
2326
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisableVpnGatewaySslClientCert\n&SslVpnClientId=vpnc-04ubidcy\n&<公共请求参数>",
|
2327
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"aeabeab6-f74b-453a-b25d-d7b460193c3b\",\n \"TaskId\": 315123\n }\n}",
|
2328
|
+
"title": "禁用SSL-VPN-CLIENT 证书"
|
2329
|
+
}
|
2330
|
+
],
|
2331
|
+
"DisassociateAddress": [
|
2332
|
+
{
|
2333
|
+
"document": "解绑 EIP。",
|
2334
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisassociateAddress\n<公共请求参数>\n\n{\n \"AddressId\": \"eip-ek0cdz1g\"\n}",
|
2335
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"61531411\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
2336
|
+
"title": "解绑 EIP"
|
2337
|
+
}
|
2338
|
+
],
|
2339
|
+
"DisassociateDhcpIpWithAddressIp": [
|
2340
|
+
{
|
2341
|
+
"document": "",
|
2342
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisassociateDhcpIpWithAddressIp\n&DhcpIpId=dhcpip-9o233uri\n&<公共请求参数>",
|
2343
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
2344
|
+
"title": "DhcpIp解绑EIP"
|
2345
|
+
}
|
2346
|
+
],
|
2347
|
+
"DisassociateDirectConnectGatewayNatGateway": [
|
2348
|
+
{
|
2349
|
+
"document": "解绑专线网关与公网NAT网关",
|
2350
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisassociateDirectConnectGatewayNatGateway\n&VpcId=\"vpc-8xpno8ee\"\n&DirectConnectGatewayId=\"dcg-fxa6gh5t\"\n&NatGatewayId=\"nat-ig8xpno8\"\n&<公共请求参数>",
|
2351
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbffc3f0-1807-4683-89ee-2d2b96425ee1\"\n }\n}",
|
2352
|
+
"title": "专线网关解绑NAT网关"
|
2353
|
+
}
|
2354
|
+
],
|
2355
|
+
"DisassociateIPv6Address": [
|
2356
|
+
{
|
2357
|
+
"document": "解绑弹性公网IPv6。",
|
2358
|
+
"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}",
|
2359
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"631011dd-6dfa-41b5-be7c-47bd61d82978\"\n }\n}",
|
2360
|
+
"title": "解绑弹性公网IPv6"
|
2361
|
+
}
|
2362
|
+
],
|
2363
|
+
"DisassociateNatGatewayAddress": [
|
2364
|
+
{
|
2365
|
+
"document": "",
|
2366
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisassociateNatGatewayAddress\n&NatGatewayId=nat-mdbjfr0y\n&PublicIpAddresses.0=139.199.232.212\n&<公共请求参数>",
|
2367
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbffc3f0-1807-4683-89ee-2d2b96425ee1\"\n }\n}",
|
2368
|
+
"title": "解绑NAT网关的弹性IP"
|
2369
|
+
}
|
2370
|
+
],
|
2371
|
+
"DisassociateNetworkAclSubnets": [
|
2372
|
+
{
|
2373
|
+
"document": "网络ACL解关联子网",
|
2374
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisassociateNetworkAclSubnets\n&NetworkAclId=acl-12345678\n&SubnetIds.0=subnet-12345678\n&<公共请求参数>",
|
2375
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2376
|
+
"title": "网络ACL解关联子网"
|
2377
|
+
}
|
2378
|
+
],
|
2379
|
+
"DisassociateNetworkInterfaceSecurityGroups": [
|
2380
|
+
{
|
2381
|
+
"document": "弹性网卡解绑安全组",
|
2382
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisassociateNetworkInterfaceSecurityGroups\n<公共请求参数>\n\n{\n \"NetworkInterfaceIds\": [\n \"eni-12345678\"\n ],\n \"SecurityGroupIds\": [\n \"sg-12345678\"\n ]\n}",
|
2383
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
2384
|
+
"title": "弹性网卡解绑安全组"
|
2385
|
+
}
|
2386
|
+
],
|
2387
|
+
"DisassociateVpcEndPointSecurityGroups": [
|
2388
|
+
{
|
2389
|
+
"document": "终端节点解绑安全组",
|
2390
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisassociateVpcEndPointSecurityGroups\n<公共请求参数>\n\n{\n \"EndPointId\": \"vpce-h0fk8lfc\",\n \"SecurityGroupIds\": [\n \"sg-serghftg\"\n ]\n}",
|
2391
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7e6f5074-e4a2-4bb6-9cac-d2357a00896f\"\n }\n}",
|
2392
|
+
"title": "终端节点解绑安全组"
|
2393
|
+
}
|
2394
|
+
],
|
2395
|
+
"DownloadCustomerGatewayConfiguration": [
|
2396
|
+
{
|
2397
|
+
"document": "下载VPN通道配置",
|
2398
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DownloadCustomerGatewayConfiguration\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-p3lmbqwn\",\n \"VpnConnectionId\": \"vpnx-3a4xoch6\",\n \"CustomerGatewayVendor\": {\n \"Platform\": \"comware\",\n \"SoftwareVersion\": \"V1.0\",\n \"VendorName\": \"h3c\"\n },\n \"InterfaceName\": \"eth0\"\n}",
|
2399
|
+
"output": "{\n \"Response\": {\n \"CustomerGatewayConfiguration\": \"# VPC utilizes unique identifiers to manipulate the configuration of\\r\\n# a VPN Connection. Each VPN Connection is assigned an identifier and is\\r\\n# associated with Virtual Private Gateway ...\",\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
2400
|
+
"title": "下载VPN通道配置"
|
2401
|
+
}
|
2402
|
+
],
|
2403
|
+
"DownloadVpnGatewaySslClientCert": [
|
2404
|
+
{
|
2405
|
+
"document": "下载SSL-VPN-CLIENT配置",
|
2406
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DownloadVpnGatewaySslClientCert\n&SslVpnClientId=vpnc--84tby4k2\n&<公共请求参数>",
|
2407
|
+
"output": "{\n \"Response\": {\n \"SslClientConfigsSet\": \"{\\\"SslVpnClientConfiguration\\\": \\\"-config-\\\"......}\",\n \"SslClientConfig\": [\n {\n \"SslVpnClientConfiguration\": \"config...\",\n \"SslVpnRootCert\": \"CERTIFICATE...\",\n \"SslVpnKey\": \"PRIVATE KEY...\",\n \"SslVpnCert\": \"CERTIFICATE...\",\n \"SslVpnClientId\": \"vpnc-axa315c\"\n }\n ],\n \"Authenticated\": 1,\n \"RequestId\": \"8e08f027-048b-41e8-ac99-77e954ca15c5\"\n }\n}",
|
2408
|
+
"title": "下载SSL-VPN-CLIENT配置"
|
2409
|
+
}
|
2410
|
+
],
|
2411
|
+
"EnableCcnRoutes": [
|
2412
|
+
{
|
2413
|
+
"document": "",
|
2414
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=EnableCcnRoutes\n&CcnId=ccn-gree226l\n&RouteIds.0=ccnr-bvipc87w\n&RouteIds.1=ccnr-oc61so0o\n&<公共请求参数>",
|
2415
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2416
|
+
"title": "启用多条路由策略"
|
2417
|
+
}
|
2418
|
+
],
|
2419
|
+
"EnableFlowLogs": [
|
2420
|
+
{
|
2421
|
+
"document": "",
|
2422
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=EnableFlowLogs\n&FlowLogIds.0=fl-7rymh5cn\n&<公共请求参数>",
|
2423
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
2424
|
+
"title": "启动流日志"
|
2425
|
+
}
|
2426
|
+
],
|
2427
|
+
"EnableGatewayFlowMonitor": [
|
2428
|
+
{
|
2429
|
+
"document": "",
|
2430
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=EnableGatewayFlowMonitor\n&GatewayId=vpngw-gree226l\n&<公共请求参数>",
|
2431
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2432
|
+
"title": "示例1 开启VPN网关流量监控"
|
2433
|
+
}
|
2434
|
+
],
|
2435
|
+
"EnableRoutes": [
|
2436
|
+
{
|
2437
|
+
"document": "",
|
2438
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=EnableRoutes\n&RouteTableId=rtb-9wzwlnhc\n&RouteIds.0=18292\n&RouteIds.1=18293\n&<公共请求参数>",
|
2439
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2440
|
+
"title": "启用子网路由"
|
2441
|
+
},
|
2442
|
+
{
|
2443
|
+
"document": "",
|
2444
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=EnableRoutes\n&RouteTableId=rtb-12345678\n&RouteItemIds.0=rti-12345678\n&<公共请求参数>",
|
2445
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2446
|
+
"title": "按照唯一ID启用子网路由"
|
2447
|
+
}
|
2448
|
+
],
|
2449
|
+
"EnableSnapshotPolicies": [
|
2450
|
+
{
|
2451
|
+
"document": "",
|
2452
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=EnableSnapshotPolicies\n&SnapshotPolicyIds.0=sspolicy-g6jwvm35\n&<公共请求参数>",
|
2453
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
2454
|
+
"title": "启用快照策略"
|
2455
|
+
}
|
2456
|
+
],
|
2457
|
+
"EnableVpcEndPointConnect": [
|
2458
|
+
{
|
2459
|
+
"document": "是否接受终端节点连接请求",
|
2460
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableVpcEndPointConnect\n<公共请求参数>\n\n{\n \"AcceptFlag\": true,\n \"EndPointId\": [\n \"vpce-h0fk8lfc\"\n ],\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\"\n}",
|
2461
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ecaa7a90-a2fd-4fa3-8bf8-7d0723c95a99\"\n }\n}",
|
2462
|
+
"title": "是否接受终端节点连接请求"
|
2463
|
+
}
|
2464
|
+
],
|
2465
|
+
"EnableVpnGatewaySslClientCert": [
|
2466
|
+
{
|
2467
|
+
"document": "启用SSL-VPN-CLIENT证书",
|
2468
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=EnableVpnGatewaySslClientCert\n&SslVpnClientId=vpnc-xxxxx\n&<公共请求参数>",
|
2469
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"aeabeab6-f74b-453a-b25d-d7b460193c3b\",\n \"TaskId\": 123\n }\n}",
|
2470
|
+
"title": "启用SSL-VPN-CLIENT证书"
|
2471
|
+
}
|
2472
|
+
],
|
2473
|
+
"GenerateVpnConnectionDefaultHealthCheckIp": [
|
2474
|
+
{
|
2475
|
+
"document": "获取一对VPN通道健康检查地址",
|
2476
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=GenerateVpnConnectionDefaultHealthCheckIp\n&VpnGatewayId=vpn-ngenl4az\n&<公共请求参数>",
|
2477
|
+
"output": "{\n \"Response\": {\n \"HealthCheckLocalIp\": \"169.254.128.2\",\n \"HealthCheckRemoteIp\": \"169.254.128.5\",\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
2478
|
+
"title": "获取一对VPN通道健康检查地址"
|
2479
|
+
}
|
2480
|
+
],
|
2481
|
+
"GetCcnRegionBandwidthLimits": [
|
2482
|
+
{
|
2483
|
+
"document": "该示例查询CCN地域出带宽详情,其中CCN的付费模式是后付费。后付费计费模式的CCN,用户不需要关注ExpireTime,RenewFlag参数。",
|
2484
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetCcnRegionBandwidthLimits\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-1pdchck1\"\n}",
|
2485
|
+
"output": "{\n \"Response\": {\n \"CcnBandwidthSet\": [\n {\n \"CcnRegionBandwidthLimit\": {\n \"Region\": \"ap-guangzhou\",\n \"DstRegion\": \"ap-beijing\",\n \"IsBm\": false,\n \"DstIsBm\": false,\n \"BandwidthLimit\": 10\n },\n \"CcnId\": \"ccn-1pdchck1\",\n \"DefaultQosBandwidthFlag\": false,\n \"TagSet\": [\n {\n \"Key\": \"ccn-1\",\n \"Value\": \"ccn-1\"\n }\n ],\n \"RegionFlowControlId\": \"fcr-krx0mfoi\",\n \"CreatedTime\": \"2020-05-20 16:29:44\",\n \"ExpiredTime\": \"2020-05-20 16:29:44\",\n \"MarketId\": \"market-xxxxxxxx\",\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"QosLevel\": \"AU\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"639c4bff-ff57-4734-bd72-f543df3b0771\"\n }\n}",
|
2486
|
+
"title": "查询CCN地域出带宽详情"
|
2487
|
+
},
|
2488
|
+
{
|
2489
|
+
"document": "该示例是查询CCN地域间带宽详情,云联网为预付费,其中返回两个地域间限速实例,限速实例fcr-crrnp6w4续费模式RenewFlag为NOTIFY_AND_MANUAL_RENEW(非自动续费),限速实例fcr-lnfsgh4y续费模式RenewFlag为NOTIFY_AND_AUTO_RENEW(自动续费)。",
|
2490
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetCcnRegionBandwidthLimits\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-2gxeenq2\"\n}",
|
2491
|
+
"output": "{\n \"Response\": {\n \"CcnBandwidthSet\": [\n {\n \"CcnRegionBandwidthLimit\": {\n \"Region\": \"ap-guangzhou\",\n \"IsBm\": false,\n \"BandwidthLimit\": 1,\n \"DstRegion\": \"ap-shanghai\",\n \"DstIsBm\": false\n },\n \"CcnId\": \"ccn-2gxeenq2\",\n \"DefaultQosBandwidthFlag\": false,\n \"TagSet\": [\n {\n \"Key\": \"ccn-1\",\n \"Value\": \"ccn-1\"\n }\n ],\n \"RegionFlowControlId\": \"fcr-crrnp6w4\",\n \"CreatedTime\": \"2020-06-10 14:48:13\",\n \"ExpiredTime\": \"2020-07-10 15:47:05\",\n \"MarketId\": \"market-xxxxxxxx\",\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"QosLevel\": \"AU\"\n },\n {\n \"CcnRegionBandwidthLimit\": {\n \"Region\": \"ap-nanjing\",\n \"IsBm\": false,\n \"BandwidthLimit\": 1,\n \"DstRegion\": \"ap-chengdu\",\n \"DstIsBm\": false\n },\n \"CcnId\": \"ccn-2gxeenq2\",\n \"DefaultQosBandwidthFlag\": false,\n \"TagSet\": [\n {\n \"Key\": \"ccn-2\",\n \"Value\": \"ccn-2\"\n }\n ],\n \"RegionFlowControlId\": \"fcr-lnfsgh4y\",\n \"CreatedTime\": \"2020-06-10 15:55:29\",\n \"ExpiredTime\": \"2020-07-10 15:55:29\",\n \"MarketId\": \"market-xxxxxxxx\",\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"QosLevel\": \"AU\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"39db643d-64ba-456b-91c6-279115682ad2\"\n }\n}",
|
2492
|
+
"title": "查询CCN地域间带宽详情"
|
2493
|
+
}
|
2494
|
+
],
|
2495
|
+
"HaVipAssociateAddressIp": [
|
2496
|
+
{
|
2497
|
+
"document": "HAVIP绑定EIP",
|
2498
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: HaVipAssociateAddressIp\n<公共请求参数>\n\n{\n \"AddressIp\": \"119.29.93.218\",\n \"HaVipId\": \"havip-9o233uri\"\n}",
|
2499
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
2500
|
+
"title": "HAVIP绑定EIP"
|
2501
|
+
}
|
2502
|
+
],
|
2503
|
+
"HaVipDisassociateAddressIp": [
|
2504
|
+
{
|
2505
|
+
"document": "",
|
2506
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=HaVipDisassociateAddressIp\n&HaVipId=havip-9o233uri\n&<公共请求参数>",
|
2507
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
2508
|
+
"title": "HAVIP解绑EIP"
|
2509
|
+
}
|
2510
|
+
],
|
2511
|
+
"InquirePriceCreateDirectConnectGateway": [
|
2512
|
+
{
|
2513
|
+
"document": "",
|
2514
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=InquirePriceCreateDirectConnectGateway\n&<公共请求参数>",
|
2515
|
+
"output": "{\n \"Response\": {\n \"TotalCost\": 10,\n \"RealTotalCost\": 10,\n \"RequestId\": \"128826e5-2881-4c60-9168-73899331801c\"\n }\n}",
|
2516
|
+
"title": "创建专线网关询价输入"
|
2517
|
+
}
|
2518
|
+
],
|
2519
|
+
"InquiryPriceAllocateAddresses": [
|
2520
|
+
{
|
2521
|
+
"document": "小时流量计费模式弹性公网IP询价。",
|
2522
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceAllocateAddresses\n<公共请求参数>\n\n{\n \"AddressType\": \"EIP\",\n \"InternetMaxBandwidthOut\": \"1\",\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\"\n}",
|
2523
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"AddressPrice\": {\n \"ChargeUnit\": \"HOUR\",\n \"UnitPrice\": 0.8,\n \"DiscountPrice\": 0.8\n }\n },\n \"RequestId\": \"90d508a8-9ee8-4220-9c8e-9faeedce3ab4\"\n }\n}",
|
2524
|
+
"title": "小时流量计费模式弹性公网IP询价"
|
2525
|
+
},
|
2526
|
+
{
|
2527
|
+
"document": "小时带宽计费模式弹性公网IP询价。",
|
2528
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceAllocateAddresses\n<公共请求参数>\n\n{\n \"AddressType\": \"EIP\",\n \"InternetMaxBandwidthOut\": \"1\",\n \"InternetChargeType\": \"BANDWIDTH_POSTPAID_BY_HOUR\"\n}",
|
2529
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"AddressPrice\": {\n \"UnitPrice\": 0.063,\n \"DiscountPrice\": 0.063,\n \"ChargeUnit\": \"HOUR\"\n }\n },\n \"RequestId\": \"ebc826be-ec1a-4522-b08f-8da3fe5adedc\"\n }\n}",
|
2530
|
+
"title": "小时带宽计费模式弹性公网IP询价"
|
2531
|
+
},
|
2532
|
+
{
|
2533
|
+
"document": "包月带宽计费模式弹性公网IP询价。",
|
2534
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceAllocateAddresses\n<公共请求参数>\n\n{\n \"AddressChargePrepaid\": {\n \"Period\": 1\n },\n \"AddressType\": \"EIP\",\n \"InternetChargeType\": \"BANDWIDTH_PREPAID_BY_MONTH\",\n \"InternetMaxBandwidthOut\": 1\n}",
|
2535
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"AddressPrice\": {\n \"OriginalPrice\": 20,\n \"DiscountPrice\": 20\n }\n },\n \"RequestId\": \"136605f0-ca35-4d22-9b77-e053168fa25f\"\n }\n}",
|
2536
|
+
"title": "包月带宽计费模式弹性公网IP询价"
|
2537
|
+
}
|
2538
|
+
],
|
2539
|
+
"InquiryPriceCreateVpnGateway": [
|
2540
|
+
{
|
2541
|
+
"document": "包年包月询价时输入",
|
2542
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=InquiryPriceCreateVpnGateway\n&InstanceChargeType=PREPAID\n&InstanceChargePrepaid.Period=1\n&InternetMaxBandwidthOut=5\n&<公共请求参数>",
|
2543
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": 380,\n \"DiscountPrice\": 380,\n \"UnitPrice\": 0,\n \"ChargeUnit\": \"none\"\n },\n \"BandwidthPrice\": {\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"UnitPrice\": 0,\n \"ChargeUnit\": \"none\"\n }\n },\n \"RequestId\": \"1b2534de-3f38-4913-921a-af5ff1a9cb73\"\n }\n}",
|
2544
|
+
"title": "包年包月询价输入"
|
2545
|
+
},
|
2546
|
+
{
|
2547
|
+
"document": "按量计费询价时输入",
|
2548
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=InquiryPriceCreateVpnGateway\n&InstanceChargeType=POSTPAID_BY_HOUR\n&InternetMaxBandwidthOut=5\n&<公共请求参数>",
|
2549
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": 0.48,\n \"UnitPrice\": 0.48,\n \"DiscountPrice\": 0.48,\n \"ChargeUnit\": \"HOUR\"\n },\n \"BandwidthPrice\": {\n \"OriginalPrice\": 0.8,\n \"UnitPrice\": 0.8,\n \"DiscountPrice\": 0.8,\n \"ChargeUnit\": \"GB\"\n }\n },\n \"RequestId\": \"e87327cd-f8fa-4340-9959-58ebe8f11f6b\"\n }\n}",
|
2550
|
+
"title": "按量计费询价输入"
|
2551
|
+
}
|
2552
|
+
],
|
2553
|
+
"InquiryPriceModifyAddressesBandwidth": [
|
2554
|
+
{
|
2555
|
+
"document": "小时流量EIP修改带宽询价。",
|
2556
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceModifyAddressesBandwidth\n<公共请求参数>\n\n{\n \"InternetMaxBandwidthOut\": \"2\",\n \"AddressIds\": [\n \"eip-hxlqja90\"\n ]\n}",
|
2557
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"AddressPrice\": {\n \"UnitPrice\": 0.8,\n \"DiscountPrice\": 0.8,\n \"ChargeUnit\": \"HOUR\"\n }\n },\n \"RequestId\": \"7daad6af-50de-4df5-8238-0d76c7be62e1\"\n }\n}",
|
2558
|
+
"title": "小时流量EIP修改带宽询价"
|
2559
|
+
},
|
2560
|
+
{
|
2561
|
+
"document": "小时带宽EIP修改带宽询价。",
|
2562
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceModifyAddressesBandwidth\n<公共请求参数>\n\n{\n \"AddressIds\": [\n \"eip-3hwtklhj\"\n ],\n \"InternetMaxBandwidthOut\": 5\n}",
|
2563
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"AddressPrice\": {\n \"UnitPrice\": 0.315,\n \"DiscountPrice\": 0.315,\n \"ChargeUnit\": \"HOUR\"\n }\n },\n \"RequestId\": \"db071565-27cb-482a-a3fe-1c7bba77e4a9\"\n }\n}",
|
2564
|
+
"title": "小时带宽EIP修改带宽询价"
|
2565
|
+
},
|
2566
|
+
{
|
2567
|
+
"document": "包月带宽EIP调整带宽询价。",
|
2568
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceModifyAddressesBandwidth\n<公共请求参数>\n\n{\n \"AddressIds\": [\n \"eip-iu4ml5pp\"\n ],\n \"InternetMaxBandwidthOut\": 5\n}",
|
2569
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"AddressPrice\": {\n \"OriginalPrice\": 95,\n \"DiscountPrice\": 95\n }\n },\n \"RequestId\": \"ddf8edf2-0457-4ba7-b2ab-e66e98823cc6\"\n }\n}",
|
2570
|
+
"title": "包月带宽EIP调整带宽询价"
|
2571
|
+
}
|
2572
|
+
],
|
2573
|
+
"InquiryPriceRenewAddresses": [
|
2574
|
+
{
|
2575
|
+
"document": "",
|
2576
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewAddresses\n<公共请求参数>\n\n{\n \"AddressIds\": [\n \"eip-iu4ml5pp\"\n ],\n \"AddressChargePrepaid\": {\n \"Period\": 12\n }\n}",
|
2577
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"AddressPrice\": {\n \"OriginalPrice\": 240,\n \"DiscountPrice\": 240\n }\n },\n \"RequestId\": \"84658acc-bdb9-4a3e-a37a-84a2e0c14e44\"\n }\n}",
|
2578
|
+
"title": "包月带宽计费模式EIP续费询价"
|
2579
|
+
}
|
2580
|
+
],
|
2581
|
+
"InquiryPriceRenewVpnGateway": [
|
2582
|
+
{
|
2583
|
+
"document": "包年包月网关续费网关询价输入",
|
2584
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewVpnGateway\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-abcxa123z\",\n \"InstanceChargePrepaid\": {\n \"Period\": 1,\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\"\n }\n}",
|
2585
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": 380.0,\n \"DiscountPrice\": 177.4,\n \"UnitPrice\": 0.0,\n \"ChargeUnit\": \"\"\n },\n \"BandwidthPrice\": {\n \"OriginalPrice\": 0.0,\n \"DiscountPrice\": 0.0,\n \"UnitPrice\": 0.0,\n \"ChargeUnit\": \"\"\n }\n },\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
2586
|
+
"title": "包年包月网关续费网关询价输入"
|
2587
|
+
}
|
2588
|
+
],
|
2589
|
+
"InquiryPriceResetVpnGatewayInternetMaxBandwidth": [
|
2590
|
+
{
|
2591
|
+
"document": "本接口(InquiryPriceResetVpnGatewayInternetMaxBandwidth)用于调整VPN网关带宽上限询价。",
|
2592
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceResetVpnGatewayInternetMaxBandwidth\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-a4wta21x\",\n \"InternetMaxBandwidthOut\": 100\n}",
|
2593
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": 1717.86,\n \"DiscountPrice\": 1717.86,\n \"UnitPrice\": 0,\n \"ChargeUnit\": \"none\"\n },\n \"BandwidthPrice\": {\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"UnitPrice\": 0,\n \"ChargeUnit\": \"none\"\n }\n },\n \"RequestId\": \"e13643de-b578-42b0-8ad3-86b732067292\"\n }\n}",
|
2594
|
+
"title": "调整VPN网关带宽上限询价"
|
2595
|
+
}
|
2596
|
+
],
|
2597
|
+
"LockCcnBandwidths": [
|
2598
|
+
{
|
2599
|
+
"document": "封禁限速实例",
|
2600
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: LockCcnBandwidths\n<公共请求参数>\n\n{\n \"Instances\": [\n {\n \"CcnId\": \"ccn-cdnjw6bv\",\n \"UserAccountID\": \"3436874624\",\n \"RegionFlowControlId\": \"fcr-1duimd7w\"\n }\n ]\n}",
|
2601
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"64fb0c22-3122-4a99-840e-19db26df5e04\"\n }\n}",
|
2602
|
+
"title": "封禁限速实例"
|
2603
|
+
}
|
2604
|
+
],
|
2605
|
+
"LockCcns": [
|
2606
|
+
{
|
2607
|
+
"document": "",
|
2608
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: LockCcns\n<公共请求参数>\n\n{}",
|
2609
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"443c2024-74b1-4b34-9f98-5ac50d34b7fe\"\n }\n}",
|
2610
|
+
"title": "封禁云联网"
|
2611
|
+
}
|
2612
|
+
],
|
2613
|
+
"MigrateNetworkInterface": [
|
2614
|
+
{
|
2615
|
+
"document": "弹性网卡迁移",
|
2616
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=MigrateNetworkInterface\n&NetworkInterfaceId=eni-afo43z61\n&SourceInstanceId=ins-r8hr2upy\n&DestinationInstanceId=ins-s2hr8upy\n&<公共请求参数>",
|
2617
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2618
|
+
"title": "弹性网卡迁移"
|
2619
|
+
}
|
2620
|
+
],
|
2621
|
+
"MigratePrivateIpAddress": [
|
2622
|
+
{
|
2623
|
+
"document": "弹性网卡内网IP迁移",
|
2624
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=MigratePrivateIpAddress\n&SourceNetworkInterfaceId=eni-afo43z61\n&DestinationNetworkInterfaceId=eni-g0n2axhd\n&PrivateIpAddress=172.16.33.109\n&<公共请求参数>",
|
2625
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2626
|
+
"title": "弹性网卡内网IP迁移"
|
2627
|
+
}
|
2628
|
+
],
|
2629
|
+
"ModifyAddressAttribute": [
|
2630
|
+
{
|
2631
|
+
"document": "修改EIP名称。",
|
2632
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAddressAttribute\n<公共请求参数>\n\n{\n \"AddressName\": \"test_eip\",\n \"AddressId\": \"eip-p2x6wxc0\"\n}",
|
2633
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
2634
|
+
"title": "修改EIP名称"
|
2635
|
+
}
|
2636
|
+
],
|
2637
|
+
"ModifyAddressInternetChargeType": [
|
2638
|
+
{
|
2639
|
+
"document": "调整弹性公网IP计费模式。",
|
2640
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyAddressInternetChargeType\n&AddressId=eip-fo00aojo\n&InternetChargeType=TRAFFIC_POSTPAID_BY_HOUR\n&InternetMaxBandwidthOut=5\n&<公共请求参数>",
|
2641
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a3524d83-9f3b-40ee-beb8-3a8144e7d125\"\n }\n}",
|
2642
|
+
"title": "调整弹性公网IP计费模式"
|
2643
|
+
}
|
2644
|
+
],
|
2645
|
+
"ModifyAddressTemplateAttribute": [
|
2646
|
+
{
|
2647
|
+
"document": "修改IP地址模板",
|
2648
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyAddressTemplateAttribute\n&AddressTemplateId=ipm-mdunqeb6\n&AddressTemplateName=TestName\n&<公共请求参数>",
|
2649
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
2650
|
+
"title": "修改IP地址模板"
|
2651
|
+
}
|
2652
|
+
],
|
2653
|
+
"ModifyAddressTemplateGroupAttribute": [
|
2654
|
+
{
|
2655
|
+
"document": "修改IP地址模板集合",
|
2656
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyAddressTemplateGroupAttribute\n&AddressTemplateGroupId=ipmg-2uw6ujo6\n&AddressTemplateGroupName=TestName\n&<公共请求参数>",
|
2657
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
2658
|
+
"title": "修改IP地址模板集合"
|
2659
|
+
}
|
2660
|
+
],
|
2661
|
+
"ModifyAddressesBandwidth": [
|
2662
|
+
{
|
2663
|
+
"document": "调整后付费带宽。",
|
2664
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAddressesBandwidth\n<公共请求参数>\n\n{\n \"InternetMaxBandwidthOut\": 2,\n \"AddressIds\": [\n \"eip-alfxy9c8\"\n ]\n}",
|
2665
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"11531422\",\n \"RequestId\": \"24cfceab-3492-482c-b86f-27f598b1b044\"\n }\n}",
|
2666
|
+
"title": "调整后付费带宽"
|
2667
|
+
}
|
2668
|
+
],
|
2669
|
+
"ModifyAddressesRenewFlag": [
|
2670
|
+
{
|
2671
|
+
"document": "",
|
2672
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyAddressesRenewFlag\n&AddressIds.0=eip-cpfph9t4\n&RenewFlag=NOTIFY_AND_MANUAL_RENEW\n&<公共请求参数>",
|
2673
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c89a8c84-6943-45ad-9342-36f599d77754\"\n }\n}",
|
2674
|
+
"title": "调整EIP续费标识"
|
2675
|
+
}
|
2676
|
+
],
|
2677
|
+
"ModifyAssistantCidr": [
|
2678
|
+
{
|
2679
|
+
"document": "添加辅助CIDR:172.16.1.0/24。",
|
2680
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-nswq8wkq\",\n \"NewCidrBlocks\": [\n \"172.16.0.0/24\"\n ]\n}",
|
2681
|
+
"output": "{\n \"Response\": {\n \"AssistantCidrSet\": [\n {\n \"VpcId\": \"vpc-nswq8wkq\",\n \"CidrBlock\": \"172.16.0.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": [\n {\n \"VpcId\": \"vpc-nswq8wkq\",\n \"SubnetId\": \"subnet-12345678\",\n \"SubnetName\": \"demo\",\n \"CidrBlock\": \"10.0.4.0/24\",\n \"Ipv6CidrBlock\": \"\",\n \"IsDefault\": false,\n \"IsRemoteVpcSnat\": false,\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-guangzhou-2\",\n \"RouteTableId\": \"rtb-pnpcflil\",\n \"NetworkAclId\": \"\",\n \"TotalIpAddressCount\": \"253\",\n \"AvailableIpAddressCount\": \"253\",\n \"CreatedTime\": \"2020-06-08 10:00:00\",\n \"TagSet\": []\n }\n ]\n }\n ],\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
2682
|
+
"title": "仅修改辅助CIDR"
|
2683
|
+
},
|
2684
|
+
{
|
2685
|
+
"document": "添加辅助CIDR:172.16.1.0/24,同时删除辅助CIDR:172.16.0.0/24。",
|
2686
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-pnpcflil\",\n \"OldCidrBlocks\": [\n \"172.16.0.0/24\"\n ],\n \"NewCidrBlocks\": [\n \"172.16.1.0/24\"\n ]\n}",
|
2687
|
+
"output": "{\n \"Response\": {\n \"AssistantCidrSet\": [\n {\n \"VpcId\": \"vpc-pnpcflil\",\n \"CidrBlock\": \"172.16.1.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": [\n {\n \"VpcId\": \"vpc-pnpcflil\",\n \"SubnetId\": \"subnet-hj3he929\",\n \"SubnetName\": \"demo\",\n \"CidrBlock\": \"1172.16.1.0/24\",\n \"Ipv6CidrBlock\": \"\",\n \"IsDefault\": false,\n \"IsRemoteVpcSnat\": false,\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-guangzhou-2\",\n \"RouteTableId\": \"rtb-h0fk8lfc\",\n \"NetworkAclId\": \"\",\n \"TotalIpAddressCount\": \"253\",\n \"AvailableIpAddressCount\": \"253\",\n \"CreatedTime\": \"2020-06-08 10:00:00\",\n \"TagSet\": []\n }\n ]\n }\n ],\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
2688
|
+
"title": "修改(添加和删除)辅助CIDR"
|
2689
|
+
}
|
2690
|
+
],
|
2691
|
+
"ModifyBandwidthPackageAttribute": [
|
2692
|
+
{
|
2693
|
+
"document": "",
|
2694
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBandwidthPackageAttribute\n<公共请求参数>\n\n{\n \"BandwidthPackageName\": \"demo\",\n \"BandwidthPackageId\": \"bwp-e40edw8y\"\n}",
|
2695
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2ece8f4a-c0f5-4b83-8054-a9b808a5c465\"\n }\n}",
|
2696
|
+
"title": "修改带宽包名称"
|
2697
|
+
},
|
2698
|
+
{
|
2699
|
+
"document": "",
|
2700
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBandwidthPackageAttribute\n<公共请求参数>\n\n{\n \"BandwidthPackageName\": \"demo\",\n \"BandwidthPackageId\": \"bwp-e40edw8y\",\n \"ChargeType\": \"TOP5\"\n}",
|
2701
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2ece8f4a-c0f5-4b83-8054-a9b808a5c465\"\n }\n}",
|
2702
|
+
"title": "修改带宽包计费模式"
|
2703
|
+
}
|
2704
|
+
],
|
2705
|
+
"ModifyBandwidthPackageBandwidth": [
|
2706
|
+
{
|
2707
|
+
"document": "调整共享带宽包带宽。",
|
2708
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyBandwidthPackageBandwidth\n&InternetMaxBandwidth=100\n&BandwidthPackageIds.0=bwp-alfxy9c8\n&BandwidthPackageId=bwp-mwoqajk2\n&<公共请求参数>",
|
2709
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"24cfceab-3492-482c-b86f-27f598b1b044\"\n }\n}",
|
2710
|
+
"title": "调整共享带宽包带宽"
|
2711
|
+
}
|
2712
|
+
],
|
2713
|
+
"ModifyCcnAttachedInstancesAttribute": [
|
2714
|
+
{
|
2715
|
+
"document": "",
|
2716
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyCcnAttachedInstancesAttribute\n&CcnId=ccn-gree226l\n&Instances.0.InstanceType=VPC\n&Instances.0.InstanceId=vpc-3dr1zrr9\n&Instances.0.InstanceRegion=ap-guangzhou\n&Instances.0.Description=test0\n&Instances.1.InstanceType=DIRECTCONNECT\n&Instances.1.InstanceId=dcg-98qosdc3\n&Instances.1.InstanceRegion=ap-guangzhou\n&Instances.1.Description=test1\n&<公共请求参数>",
|
2717
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2718
|
+
"title": "修改云联网关联实例备注"
|
2719
|
+
}
|
2720
|
+
],
|
2721
|
+
"ModifyCcnAttribute": [
|
2722
|
+
{
|
2723
|
+
"document": "",
|
2724
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyCcnAttribute\n&CcnId=ccn-gjug0kul\n&CcnName=new+name\n&CcnDescription=new+description\n&<公共请求参数>",
|
2725
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2726
|
+
"title": "修改一个CCN的名称和描述"
|
2727
|
+
}
|
2728
|
+
],
|
2729
|
+
"ModifyCcnRegionBandwidthLimitsType": [
|
2730
|
+
{
|
2731
|
+
"document": "本接口(ModifyCcnRegionBandwidthLimitsType)用于修改后付费云联网实例修改带宽限速策略。",
|
2732
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyCcnRegionBandwidthLimitsType\n&CcnId=ccn-gree226l\n&BandwidthLimitType=OUTER_REGION_LIMIT\n&<公共请求参数>",
|
2733
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
2734
|
+
"title": "后付费云联网实例修改限速类型"
|
2735
|
+
}
|
2736
|
+
],
|
2737
|
+
"ModifyCcnRouteTables": [
|
2738
|
+
{
|
2739
|
+
"document": "",
|
2740
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyCcnRouteTables\n&RouteTableInfo.0.RouteTableId=ccnrtb-mnvhfmv9\n&RouteTableInfo.0.Name=rubytest\n&RouteTableInfo.0.Description=ccnroutetable\n&<公共请求参数>",
|
2741
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
2742
|
+
"title": "修改接口"
|
2743
|
+
}
|
2744
|
+
],
|
2745
|
+
"ModifyCdcLDCXAttribute": [
|
2746
|
+
{
|
2747
|
+
"document": "",
|
2748
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCdcLDCXAttribute\n<公共请求参数>\n\n{}",
|
2749
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f087abd5-fcca-42d0-8077-b5cae0e5f9b3\"\n }\n}",
|
2750
|
+
"title": "更新IDC通道配置"
|
2751
|
+
}
|
2752
|
+
],
|
2753
|
+
"ModifyCdcNetPlaneAttribute": [
|
2754
|
+
{
|
2755
|
+
"document": "",
|
2756
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCdcNetPlaneAttribute\n<公共请求参数>\n\n{}",
|
2757
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f087abd5-fcca-42d0-8077-b5cae0e5f9b3\"\n }\n}",
|
2758
|
+
"title": "修改虚拟连接"
|
2759
|
+
}
|
2760
|
+
],
|
2761
|
+
"ModifyCustomerGatewayAttribute": [
|
2762
|
+
{
|
2763
|
+
"document": "修改对端网关",
|
2764
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCustomerGatewayAttribute\n<公共请求参数>\n\n{\n \"CustomerGatewayId\": \"cgw-mgp33pll\",\n \"CustomerGatewayName\": \"NewName\"\n}",
|
2765
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
2766
|
+
"title": "修改对端网关"
|
2767
|
+
}
|
2768
|
+
],
|
2769
|
+
"ModifyDhcpIpAttribute": [
|
2770
|
+
{
|
2771
|
+
"document": "",
|
2772
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDhcpIpAttribute\n<公共请求参数>\n\n{\n \"DhcpIpId\": \"dhcpip-9o233uri\",\n \"DhcpIpName\": \"new name\"\n}",
|
2773
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
2774
|
+
"title": "修改DhcpIp属性"
|
2775
|
+
}
|
2776
|
+
],
|
2777
|
+
"ModifyDirectConnectGatewayAttribute": [
|
2778
|
+
{
|
2779
|
+
"document": "",
|
2780
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDirectConnectGatewayAttribute\n<公共请求参数>\n\n{\n \"DirectConnectGatewayId\": \"dcg-k6cswwhx\",\n \"CcnRouteType\": \"BGP\",\n \"DirectConnectGatewayName\": \"new+name\"\n}",
|
2781
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
2782
|
+
"title": "修改专线网关属性"
|
2783
|
+
}
|
2784
|
+
],
|
2785
|
+
"ModifyFlowLogAttribute": [
|
2786
|
+
{
|
2787
|
+
"document": "修改流日志属性",
|
2788
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyFlowLogAttribute\n&FlowLogId=fl-nswq8wkq\n&FlowLogName=demo\n&VpcId=vpc-hj3he929\n&<公共请求参数>",
|
2789
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"404428db-f850-40c2-803d-0aae49aba43a\"\n }\n}",
|
2790
|
+
"title": "修改流日志属性"
|
2791
|
+
}
|
2792
|
+
],
|
2793
|
+
"ModifyGatewayFlowQos": [
|
2794
|
+
{
|
2795
|
+
"document": "",
|
2796
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyGatewayFlowQos\n&GatewayId=vpngw-gree226l\n&Bandwidth=10\n&IpAddresses.0=10.0.0.12\n&<公共请求参数>",
|
2797
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
2798
|
+
"title": "示例1 调整VPN网关流控带宽"
|
2799
|
+
}
|
2800
|
+
],
|
2801
|
+
"ModifyHaVipAttribute": [
|
2802
|
+
{
|
2803
|
+
"document": "修改HAVIP名称",
|
2804
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyHaVipAttribute\n&HaVipId=havip-9o233uri\n&HaVipName=new+name\n&<公共请求参数>",
|
2805
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
2806
|
+
"title": "修改HAVIP名称"
|
2807
|
+
}
|
2808
|
+
],
|
2809
|
+
"ModifyHighPriorityRouteAttribute": [
|
2810
|
+
{
|
2811
|
+
"document": "修改高优路由表条目属性",
|
2812
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyHighPriorityRouteAttribute\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"HighPriorityModifyItems\": [\n {\n \"HighPriorityRouteId\": \"hprti-896n82of\",\n \"Description\": \"ivan_test\"\n }\n ]\n}",
|
2813
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a1802b6d-a956-4303-a3c7-515e4b5b2b19\"\n }\n}",
|
2814
|
+
"title": "修改高优路由表条目属性"
|
2815
|
+
}
|
2816
|
+
],
|
2817
|
+
"ModifyHighPriorityRouteECMPAlgorithm": [
|
2818
|
+
{
|
2819
|
+
"document": "修改高优路由表 ECMP算法",
|
2820
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyHighPriorityRouteECMPAlgorithm\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"RouteECMPAlgorithms\": [\n {\n \"DestinationCidrBlock\": \"172.20.0.0/19\",\n \"SubnetRouteAlgorithm\": \"ECMP_SOURCE_IP_HASH\"\n }\n ]\n}",
|
2821
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"89e403aa-b156-4d6d-9d41-3cd7cb995b65\"\n }\n}",
|
2822
|
+
"title": "修改高优路由表 ECMP算法"
|
2823
|
+
}
|
2824
|
+
],
|
2825
|
+
"ModifyHighPriorityRouteTableAttribute": [
|
2826
|
+
{
|
2827
|
+
"document": "修改高优路由表属性",
|
2828
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyHighPriorityRouteTableAttribute\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-896n82o4\",\n \"Name\": \"1122\"\n}",
|
2829
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"23319494-2909-4e6d-83b9-ca1a4bd21584\"\n }\n}",
|
2830
|
+
"title": "修改高优路由表属性"
|
2831
|
+
}
|
2832
|
+
],
|
2833
|
+
"ModifyIPv6AddressesAttributes": [
|
2834
|
+
{
|
2835
|
+
"document": "批量调整弹性公网IPv6地址名称。",
|
2836
|
+
"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\": \"demo\"\n}",
|
2837
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a75d9b1a-0640-43a2-837b-6334247e9fbc\"\n }\n}",
|
2838
|
+
"title": "批量调整弹性公网IPv6地址名称"
|
2839
|
+
}
|
2840
|
+
],
|
2841
|
+
"ModifyIPv6AddressesBandwidth": [
|
2842
|
+
{
|
2843
|
+
"document": "批量调整弹性公网IPv6地址带宽。",
|
2844
|
+
"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}",
|
2845
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a6661e38-e981-4369-af26-b6f1a7e21a1d\"\n }\n}",
|
2846
|
+
"title": "批量调整弹性公网IPv6地址带宽"
|
2847
|
+
}
|
2848
|
+
],
|
2849
|
+
"ModifyIp6AddressesBandwidth": [
|
2850
|
+
{
|
2851
|
+
"document": "指定传统弹性公网IPv6地址,修改带宽上限。",
|
2852
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyIp6AddressesBandwidth\n<公共请求参数>\n\n{\n \"Ip6Addresses\": [\n \"2402:4e00:1000:200:0:8d8a:60b7:87f8\"\n ],\n \"InternetMaxBandwidthOut\": 50\n}",
|
2853
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"12579795\",\n \"RequestId\": \"61b49567-8cbf-4523-8f25-7a2c9da23ddb\"\n }\n}",
|
2854
|
+
"title": "修改传统弹性公网IPv6地址带宽"
|
2855
|
+
}
|
2856
|
+
],
|
2857
|
+
"ModifyIp6Rule": [
|
2858
|
+
{
|
2859
|
+
"document": "修改转换规则的IPV4地址和IPV4端口号。",
|
2860
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyIp6Rule\n&Ip6TranslatorId=ip6-90pt7p9q\n&Ip6RuleId=rule6-7v3vwgec\n&Vip=100.192.3.9\n&Vport=77\n&<公共请求参数>",
|
2861
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"80243425-b653-4b2c-82c0-d3d758a0e12a\"\n }\n}",
|
2862
|
+
"title": "修改转换规则的IPV4地址和IPV4端口号"
|
2863
|
+
}
|
2864
|
+
],
|
2865
|
+
"ModifyIp6Translator": [
|
2866
|
+
{
|
2867
|
+
"document": "修改IPV6转换实例名称",
|
2868
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyIp6Translator\n&Ip6TranslatorId=ip6-90pt7p9q\n&Ip6TranslatorName=demo\n&<公共请求参数>",
|
2869
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b60c4da3-afab-4ea4-bbaa-79c0bb6b0fa1\"\n }\n}",
|
2870
|
+
"title": "修改IPV6转换实例名称"
|
2871
|
+
}
|
2872
|
+
],
|
2873
|
+
"ModifyIpv6AddressesAttribute": [
|
2874
|
+
{
|
2875
|
+
"document": "修改弹性网卡IPv6地址属性",
|
2876
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyIpv6AddressesAttribute\n&NetworkInterfaceId=eni-9c8zkfev\n&Ipv6Addresses.0.Address=3402:4e00:20:1202::7\n&Ipv6Addresses.0.Description=demo\n&<公共请求参数>",
|
2877
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"57065a05-9d50-476b-9cd6-97b0ddf03766\"\n }\n}",
|
2878
|
+
"title": "修改弹性网卡IPv6地址属性"
|
2879
|
+
}
|
2880
|
+
],
|
2881
|
+
"ModifyLocalGateway": [
|
2882
|
+
{
|
2883
|
+
"document": "修改本地网关",
|
2884
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyLocalGateway\n&LocalGatewayName=test1\n&CdcId=cluster-1234dert\n&LocalGatewayId=lgw-1234edfr\n&<公共请求参数>",
|
2885
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
2886
|
+
"title": "修改本地网关"
|
2887
|
+
}
|
2888
|
+
],
|
2889
|
+
"ModifyNatGatewayAttribute": [
|
2890
|
+
{
|
2891
|
+
"document": "只支持修改NAT网关的名称和NAT网关最大外网出带宽。更新NAT网关并发连接上限请使用ResetNatGatewayConnection接口。",
|
2892
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNatGatewayAttribute\n<公共请求参数>\n\n{\n \"InternetMaxBandwidthOut\": \"500\",\n \"NatGatewayId\": \"nat-ig8xpno8\",\n \"NatGatewayName\": \"测试nat网关\"\n}",
|
2893
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e5c289dc-bf4b-4828-8093-3c434d1f0886\"\n }\n}",
|
2894
|
+
"title": "修改NAT网关的属性"
|
2895
|
+
},
|
2896
|
+
{
|
2897
|
+
"document": "修改NAT网关的StrictSnatMode开关",
|
2898
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNatGatewayAttribute\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"nat-owj32fec\"\n}",
|
2899
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5acefde4-3be5-4582-a432-742081e1c904\"\n }\n}",
|
2900
|
+
"title": "变更NAT实例的SNAT模式"
|
2901
|
+
}
|
2902
|
+
],
|
2903
|
+
"ModifyNatGatewayDestinationIpPortTranslationNatRule": [
|
2904
|
+
{
|
2905
|
+
"document": "修改NAT的端口转发规则时,SourceNatRule只需要传递IpProtocol,PublicIpAddress,PublicPort,对于DestinationNatRule参数都可以进行修改的。",
|
2906
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyNatGatewayDestinationIpPortTranslationNatRule\n&NatGatewayId=nat-3isn9hr0\n&SourceNatRule.IpProtocol=TCP\n&SourceNatRule.PublicIpAddress=139.199.232.238\n&SourceNatRule.PublicPort=8989\n&SourceNatRule.Description=default\n&SourceNatRule.PrivateIpAddress=10.0.8.9\n&SourceNatRule.PrivatePort=9090\n&DestinationNatRule.IpProtocol=UDP\n&DestinationNatRule.PublicIpAddress=139.199.232.226\n&DestinationNatRule.PublicPort=8586\n&DestinationNatRule.PrivateIpAddress=10.80.80.41\n&DestinationNatRule.PrivatePort=8586\n&DestinationNatRule.Description=test_modify\n&<公共请求参数>",
|
2907
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbffc3f0-1807-4683-89ee-2d2b96425ee1\"\n }\n}",
|
2908
|
+
"title": "修改NAT的端口转发规则"
|
2909
|
+
}
|
2910
|
+
],
|
2911
|
+
"ModifyNatGatewaySourceIpTranslationNatRule": [
|
2912
|
+
{
|
2913
|
+
"document": "修改NAT的SNAT转发规则时,SourceIpTranslationNatRule只需要传递NatGatewaySnatId,PublicIpAddresses,Description。",
|
2914
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyNatGatewaySourceIpTranslationNatRule\n&NatGatewayId=nat-3isn9hr0\n&SourceIpTranslationNatRule.NatGatewaySnatId=snat-4cnwed83\n&SourceIpTranslationNatRule.ResourceId=cvm-24796297\n&SourceIpTranslationNatRule.ResourceType=NETWORKINTERFACE\n&SourceIpTranslationNatRule.PrivateIpAddress=10.80.80.41\n&SourceIpTranslationNatRule.PublicIpAddresses.0=180.12.59.43\n&SourceIpTranslationNatRule.Description=test_snat\n&<公共请求参数>",
|
2915
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbffc3f0-1807-4683-89ee-2d2b96425ee1\"\n }\n}",
|
2916
|
+
"title": "修改NAT的SNAT转发规则"
|
2917
|
+
}
|
2918
|
+
],
|
2919
|
+
"ModifyNetDetect": [
|
2920
|
+
{
|
2921
|
+
"document": "修改网络探测",
|
2922
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetDetect\n<公共请求参数>\n\n{\n \"NetDetectId\": \"netd-nswq8wkq\",\n \"NetDetectName\": \"demo\",\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"DetectDestinationIp\": [\n \"10.0.0.3\",\n \"10.0.0.2\"\n ]\n}",
|
2923
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
2924
|
+
"title": "修改网络探测"
|
2925
|
+
}
|
2926
|
+
],
|
2927
|
+
"ModifyNetworkAclAttribute": [
|
2928
|
+
{
|
2929
|
+
"document": "",
|
2930
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyNetworkAclAttribute\n&NetworkAclId=acl-12345678\n&NetworkAclName=test modify\n&<公共请求参数>",
|
2931
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2932
|
+
"title": "修改网络ACL名称"
|
2933
|
+
}
|
2934
|
+
],
|
2935
|
+
"ModifyNetworkAclEntries": [
|
2936
|
+
{
|
2937
|
+
"document": "传参只传需要保留的规则,待删除的规则不传即可。比如实例acl-nswq8wkq当前有两条入站规则:\n* 规则1:TCP 192.168.1.0/24 80 Accept\n* 规则2:TCP 192.168.1.0/24 443 Accept\n<br/>比如,此时需要删除入站规则2,按照下面实例传参。",
|
2938
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-nswq8wkq\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
|
2939
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2940
|
+
"title": "网络ACL删除入站规则"
|
2941
|
+
},
|
2942
|
+
{
|
2943
|
+
"document": "网络ACL只添加入站规则",
|
2944
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-nswq8wkq\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"442\"\n },\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
|
2945
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2946
|
+
"title": "网络ACL只添加入站规则"
|
2947
|
+
},
|
2948
|
+
{
|
2949
|
+
"document": "网络ACL添加入站规则和出站规则",
|
2950
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-nswq8wkq\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ],\n \"Egress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
|
2951
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2952
|
+
"title": "网络ACL添加入站规则和出站规则"
|
2953
|
+
}
|
2954
|
+
],
|
2955
|
+
"ModifyNetworkAclQuintupleEntries": [
|
2956
|
+
{
|
2957
|
+
"document": "",
|
2958
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclQuintupleEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-12345678\",\n \"NetworkAclQuintupleSet\": {\n \"Ingress\": [\n {\n \"Priority\": \"3\"\n }\n ]\n }\n}",
|
2959
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2960
|
+
"title": "修改五元组优先级"
|
2961
|
+
}
|
2962
|
+
],
|
2963
|
+
"ModifyNetworkInterfaceAttribute": [
|
2964
|
+
{
|
2965
|
+
"document": "修改弹性网卡",
|
2966
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkInterfaceAttribute\n<公共请求参数>\n\n{\n \"NetworkInterfaceId\": \"eni-afo43z61\",\n \"NetworkInterfaceName\": \"NewName\"\n}",
|
2967
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2968
|
+
"title": "修改弹性网卡"
|
2969
|
+
}
|
2970
|
+
],
|
2971
|
+
"ModifyNetworkInterfaceQos": [
|
2972
|
+
{
|
2973
|
+
"document": "修改弹性网卡服务质量",
|
2974
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkInterfaceQos\n<公共请求参数>\n\n{\n \"NetworkInterfaceIds\": [\n \"eni-abcdefgh\"\n ],\n \"QosLevel\": \"AU\"\n}",
|
2975
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
2976
|
+
"title": "修改弹性网卡服务质量"
|
2977
|
+
}
|
2978
|
+
],
|
2979
|
+
"ModifyPrivateIpAddressesAttribute": [
|
2980
|
+
{
|
2981
|
+
"document": "修改弹性网卡内网IP属性",
|
2982
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyPrivateIpAddressesAttribute\n&NetworkInterfaceId=eni-afo43z61\n&PrivateIpAddresses.0.PrivateIpAddress=172.16.32.111\n&PrivateIpAddresses.0.Description=new-pip-name\n&<公共请求参数>",
|
2983
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2984
|
+
"title": "修改弹性网卡内网IP属性"
|
2985
|
+
}
|
2986
|
+
],
|
2987
|
+
"ModifyPrivateNatGatewayAttribute": [
|
2988
|
+
{
|
2989
|
+
"document": "修改私网NAT网关属性",
|
2990
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateNatGatewayAttribute\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"NatGatewayName\": \"new_name\"\n}",
|
2991
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
|
2992
|
+
"title": "修改私网NAT网关属性"
|
2993
|
+
}
|
2994
|
+
],
|
2995
|
+
"ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule": [
|
2996
|
+
{
|
2997
|
+
"document": "修改私网NAT网关目的端口转换规则",
|
2998
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"LocalDestinationIpPortTranslationNatRules\": [\n {\n \"OldProtocol\": \"TCP\",\n \"OldTranslationPort\": 5666,\n \"OldTranslationIp\": \"10.0.0.34\",\n \"OldOriginalPort\": 8888,\n \"OldOriginalIp\": \"10.0.0.88\",\n \"Protocol\": \"TCP\",\n \"TranslationPort\": 5666,\n \"TranslationIp\": \"10.0.0.34\",\n \"OriginalPort\": 8888,\n \"OriginalIp\": \"10.0.0.88\",\n \"Description\": \"chdesc\"\n }\n ]\n}",
|
2999
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
|
3000
|
+
"title": "修改私网NAT网关目的端口转换规则"
|
3001
|
+
}
|
3002
|
+
],
|
3003
|
+
"ModifyPrivateNatGatewayTranslationAclRule": [
|
3004
|
+
{
|
3005
|
+
"document": "修改私网NAT网关源端转换访问控制规则",
|
3006
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateNatGatewayTranslationAclRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"TRANSPORT_LAYER\",\n \"TranslationIp\": \"10.0.0.156-10.0.0.200\",\n \"TranslationAclRules\": [\n {\n \"AclRuleId\": 26,\n \"Protocol\": \"TCP\",\n \"SourcePort\": \"5666\",\n \"SourceCidr\": \"10.0.0.34\",\n \"DestinationPort\": \"8888\",\n \"DestinationCidr\": \"10.0.0.24\"\n }\n ]\n}",
|
3007
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
|
3008
|
+
"title": "修改私网NAT网关源端转换访问控制规则"
|
3009
|
+
}
|
3010
|
+
],
|
3011
|
+
"ModifyPrivateNatGatewayTranslationNatRule": [
|
3012
|
+
{
|
3013
|
+
"document": "修改私网NAT网关源端转换规则",
|
3014
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateNatGatewayTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationNatRules\": [\n {\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.14\",\n \"OldOriginalIp\": \"10.0.0.90\",\n \"TranslationIp\": \"10.0.0.24\",\n \"OldTranslationIp\": \"10.0.0.123\",\n \"Description\": \"desc\"\n }\n ]\n}",
|
3015
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"41fe53eb-6f90-4fde-9e37-c48fa4f8f2ed\"\n }\n}",
|
3016
|
+
"title": "修改私网NAT网关源端转换规则"
|
3017
|
+
}
|
3018
|
+
],
|
3019
|
+
"ModifyReserveIpAddress": [
|
3020
|
+
{
|
3021
|
+
"document": "修改内网保留IP",
|
3022
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyReserveIpAddress\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-mcqaoy0f\",\n \"ReserveIpId\": \"rsvip-jvnifc7o\",\n \"Name\": \"name_ivan\",\n \"Description\": \"desc_ivan\"\n}",
|
3023
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"23575de3-d827-43cb-9ddf-0c1e7eaece50\"\n }\n}",
|
3024
|
+
"title": "修改内网保留IP"
|
3025
|
+
}
|
3026
|
+
],
|
3027
|
+
"ModifyRouteTableAttribute": [
|
3028
|
+
{
|
3029
|
+
"document": "修改路由表属性",
|
3030
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyRouteTableAttribute\n&RouteTableId=rtb-n0yejvje\n&RouteTableName=NewRouteTableName\n&<公共请求参数>",
|
3031
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3032
|
+
"title": "修改路由表属性"
|
3033
|
+
}
|
3034
|
+
],
|
3035
|
+
"ModifyRouteTableSelectionPolicies": [
|
3036
|
+
{
|
3037
|
+
"document": "",
|
3038
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyRouteTableSelectionPolicies\n&CcnId=ccn-mnvhfmv9\n&SelectionPolicies.0.InstanceType=VPC\n&SelectionPolicies.0.InstanceId=vpc-2345rfgt\n&SelectionPolicies.0.SourceCidrBlock=10.0.0.0/24\n&SelectionPolicies.0.RouteTableId=ccnrtb-3456trfg\n&<公共请求参数>",
|
3039
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
3040
|
+
"title": "创建接口"
|
3041
|
+
}
|
3042
|
+
],
|
3043
|
+
"ModifySecurityGroupAttribute": [
|
3044
|
+
{
|
3045
|
+
"document": "修改安全组属性",
|
3046
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifySecurityGroupAttribute\n&SecurityGroupId=sg-33ocnj9n\n&GroupName=demo\n&GroupDescription=demo\n&<公共请求参数>",
|
3047
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3048
|
+
"title": "修改安全组属性"
|
3049
|
+
}
|
3050
|
+
],
|
3051
|
+
"ModifySecurityGroupPolicies": [
|
3052
|
+
{
|
3053
|
+
"document": "修改安全组出站和入站规则",
|
3054
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityGroupPolicies\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"sg-ohuuioma\",\n \"SecurityGroupPolicySet\": {\n \"Ingress\": [\n {\n \"Action\": \"accept\",\n \"AddressTemplate\": {\n \"AddressGroupId\": \"ipmg-2uw6ujo6\",\n \"AddressId\": \"ipm-2uw6ujo6\"\n },\n \"ServiceTemplate\": {\n \"ServiceGroupId\": \"ppmg-f5n1f8da\",\n \"ServiceId\": \"ppm-f5n1f8da\"\n },\n \"PolicyDescription\": \"Test\"\n }\n ],\n \"Egress\": [\n {\n \"Action\": \"accept\",\n \"AddressTemplate\": {\n \"AddressGroupId\": \"ipmg-2uw6ujo6\",\n \"AddressId\": \"ipm-2uw6ujo6\"\n },\n \"ServiceTemplate\": {\n \"ServiceGroupId\": \"ppmg-f5n1f8da\",\n \"ServiceId\": \"ppm-f5n1f8da\"\n },\n \"PolicyDescription\": \"TestPolicy\"\n }\n ]\n }\n}",
|
3055
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3056
|
+
"title": "修改安全组出站和入站规则"
|
3057
|
+
}
|
3058
|
+
],
|
3059
|
+
"ModifyServiceTemplateAttribute": [
|
3060
|
+
{
|
3061
|
+
"document": "修改协议端口模板",
|
3062
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyServiceTemplateAttribute\n&ServiceTemplateId=ppm-529nwwj8\n&ServiceTemplateName=TestName\n&<公共请求参数>",
|
3063
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
3064
|
+
"title": "修改协议端口模板"
|
3065
|
+
}
|
3066
|
+
],
|
3067
|
+
"ModifyServiceTemplateGroupAttribute": [
|
3068
|
+
{
|
3069
|
+
"document": "修改协议端口模板集合",
|
3070
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyServiceTemplateGroupAttribute\n&ServiceTemplateGroupId=ppmg-ei8hfd9a\n&ServiceTemplateGroupName=TestName\n&<公共请求参数>",
|
3071
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
3072
|
+
"title": "修改协议端口模板集合"
|
3073
|
+
}
|
3074
|
+
],
|
3075
|
+
"ModifySnapshotPolicies": [
|
3076
|
+
{
|
3077
|
+
"document": "",
|
3078
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifySnapshotPolicies\n&SnapshotPoliciesInfo.0.SnapshotPolicyId=sspolicy-aart89ip\n&SnapshotPoliciesInfo.0.SnapshotPolicyName=new_name\n&<公共请求参数>",
|
3079
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fdba6828-e317-4bd8-940f-6e12b09ecf1b\"\n }\n}",
|
3080
|
+
"title": "修改快照策略"
|
3081
|
+
}
|
3082
|
+
],
|
3083
|
+
"ModifySubnetAttribute": [
|
3084
|
+
{
|
3085
|
+
"document": "修改子网属性",
|
3086
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifySubnetAttribute\n&SubnetId=subnet-test1234\n&SubnetName=NewSubnetName\n&EnableBroadcast=true\n&<公共请求参数>",
|
3087
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
3088
|
+
"title": "修改子网属性"
|
3089
|
+
}
|
3090
|
+
],
|
3091
|
+
"ModifyTemplateMember": [
|
3092
|
+
{
|
3093
|
+
"document": "",
|
3094
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ipm-h0fk8lfc\n&OriginalTemplateMember.0.Member=10.0.0.1\n&OriginalTemplateMember.0.Description=demo\n&OriginalTemplateMember.1.Member=172.20.0.1/24\n&TemplateMember.0.Member=10.0.0.2\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=192.168.0.1/24\n&<公共请求参数>",
|
3095
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
3096
|
+
"title": "修改IP地址模板成员"
|
3097
|
+
},
|
3098
|
+
{
|
3099
|
+
"document": "",
|
3100
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ipmg-h0fk8lfc\n&OriginalTemplateMember.0.Member=ipm-hj3he929\n&OriginalTemplateMember.0.Description=demo\n&OriginalTemplateMember.1.Member=ipm-nswq8wkq\n&TemplateMember.0.Member=ipm-pnpcflil\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=ipm-4d8a10a1\n&<公共请求参数>",
|
3101
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
3102
|
+
"title": "修改IP地址组模板成员"
|
3103
|
+
},
|
3104
|
+
{
|
3105
|
+
"document": "",
|
3106
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ppm-4d8a10a1\n&OriginalTemplateMember.0.Member=TCP:80\n&OriginalTemplateMember.0.Description=demo\n&OriginalTemplateMember.1.Member=TCP:443\n&TemplateMember.0.Member=TCP:8080\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=TCP:6278\n&<公共请求参数>",
|
3107
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
3108
|
+
"title": "修改协议端口模板成员"
|
3109
|
+
},
|
3110
|
+
{
|
3111
|
+
"document": "",
|
3112
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ppmg-hj3he929\n&OriginalTemplateMember.0.Member=ppm-4d8a10a1\n&OriginalTemplateMember.0.Description=demo\n&OriginalTemplateMember.1.Member=ppm-pnpcflil\n&TemplateMember.0.Member=ppm-4d8a10a1\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=ppm-4t7fr3fi\n&<公共请求参数>",
|
3113
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
3114
|
+
"title": "修改协议端口组模板成员"
|
3115
|
+
}
|
3116
|
+
],
|
3117
|
+
"ModifyVpcAttribute": [
|
3118
|
+
{
|
3119
|
+
"document": "修改VPC属性",
|
3120
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyVpcAttribute\n&VpcName=MyTest\n&VpcId=vpc-m7sr81gh\n&EnableMulticast=true\n&<公共请求参数>",
|
3121
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"38b1a253-02b7-43d7-8524-7e07432ae31a\"\n }\n}",
|
3122
|
+
"title": "修改VPC属性"
|
3123
|
+
}
|
3124
|
+
],
|
3125
|
+
"ModifyVpcEndPointAttribute": [
|
3126
|
+
{
|
3127
|
+
"document": "修改终端节点属性",
|
3128
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcEndPointAttribute\n<公共请求参数>\n\n{\n \"EndPointName\": \"demo\",\n \"EndPointId\": \"vpce-h0fk8lfc\"\n}",
|
3129
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fefb383a-7394-46c9-ba34-6b21e8fb3ac1\"\n }\n}",
|
3130
|
+
"title": "修改终端节点属性"
|
3131
|
+
}
|
3132
|
+
],
|
3133
|
+
"ModifyVpcEndPointServiceAttribute": [
|
3134
|
+
{
|
3135
|
+
"document": "",
|
3136
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcEndPointServiceAttribute\n<公共请求参数>\n\n{\n \"AutoAcceptFlag\": true,\n \"EndPointServiceName\": \"demo\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\",\n \"VpcId\": \"vpc-hj3he929\"\n}",
|
3137
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fefb383a-7394-46c9-ba34-6b21e8fb3ac1\"\n }\n}",
|
3138
|
+
"title": "修改终端节点服务属性"
|
3139
|
+
}
|
3140
|
+
],
|
3141
|
+
"ModifyVpcEndPointServiceWhiteList": [
|
3142
|
+
{
|
3143
|
+
"document": "修改终端节点服务白名单",
|
3144
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcEndPointServiceWhiteList\n<公共请求参数>\n\n{\n \"UserUin\": \"700000483554\",\n \"Description\": \"demo\",\n \"EndPointServiceId\": \"vpcsvc-b2mrmmx7\"\n}",
|
3145
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cccb2665-5d02-4d87-b9e7-757bb06e5beb\"\n }\n}",
|
3146
|
+
"title": "修改终端节点服务白名单"
|
3147
|
+
}
|
3148
|
+
],
|
3149
|
+
"ModifyVpcPeeringConnection": [
|
3150
|
+
{
|
3151
|
+
"document": "修改对等连接",
|
3152
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcPeeringConnection\n<公共请求参数>\n\n{\n \"PeeringConnectionId\": \"pcx-as1iqn14\",\n \"PeeringConnectionName\": \"内部网络环境\",\n \"Bandwidth\": 0,\n \"ChargeType\": \"POSTPAID_BY_DAY_MAX\"\n}",
|
3153
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e4008f6c-4bd9-42a7-9e6f-83043db431b2\"\n }\n}",
|
3154
|
+
"title": "修改对等连接"
|
3155
|
+
}
|
3156
|
+
],
|
3157
|
+
"ModifyVpnConnectionAttribute": [
|
3158
|
+
{
|
3159
|
+
"document": "修改VPN通道",
|
3160
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpnConnectionAttribute\n<公共请求参数>\n\n{\n \"VpnConnectionName\": \"test-abc\",\n \"VpnConnectionId\": \"vpnx-abc123x\",\n \"PreShareKey\": \"qwer12ty\",\n \"EnableHealthCheck\": \"false\"\n}",
|
3161
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b6c8a8c4-ba39-49ca-9b21-66247b7e3ad3\"\n }\n}",
|
3162
|
+
"title": "修改VPN通道"
|
3163
|
+
}
|
3164
|
+
],
|
3165
|
+
"ModifyVpnGatewayAttribute": [
|
3166
|
+
{
|
3167
|
+
"document": "修改VPN网关属性",
|
3168
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpnGatewayAttribute\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-edvft32x\",\n \"VpnGatewayName\": \"test-vpn\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\"\n}",
|
3169
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
3170
|
+
"title": "修改VPN网关属性"
|
3171
|
+
}
|
3172
|
+
],
|
3173
|
+
"ModifyVpnGatewayCcnRoutes": [
|
3174
|
+
{
|
3175
|
+
"document": "修改VPN网关云联网路由",
|
3176
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpnGatewayCcnRoutes\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-qol17bjo\",\n \"Routes\": [\n {\n \"RouteId\": \"vpnr-66c7ihas\",\n \"Status\": \"ENABLE\",\n \"DestinationCidrBlock\": \"172.2.9.3/32\"\n }\n ]\n}",
|
3177
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
3178
|
+
"title": "修改VPN网关云联网路由"
|
3179
|
+
}
|
3180
|
+
],
|
3181
|
+
"ModifyVpnGatewayRoutes": [
|
3182
|
+
{
|
3183
|
+
"document": "禁用某条VPN网关路由",
|
3184
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyVpnGatewayRoutes\n&VpnGatewayId=vpngw-ngenl4az\n&Routes.0.RouteId=vpnr-7t3tknmg\n&Routes.0.Status=DISABLE\n&<公共请求参数>",
|
3185
|
+
"output": "{\n \"Response\": {\n \"Routes\": [\n {\n \"RouteId\": \"vpnr-7t3tknmg\",\n \"DestinationCidrBlock\": \"10.11.0.0/16\",\n \"Status\": \"DISABLE\",\n \"InstanceId\": \"vpnx-ng2asdew\",\n \"InstanceType\": \"VPNCONN\",\n \"Priority\": 0,\n \"Type\": \"Static\",\n \"CreateTime\": \"2023-03-21 07:08:13\",\n \"UpdateTime\": \"2023-04-28 17:02:43\"\n }\n ],\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
3186
|
+
"title": "禁用VPN网关路由"
|
3187
|
+
}
|
3188
|
+
],
|
3189
|
+
"ModifyVpnGatewaySslClientCert": [
|
3190
|
+
{
|
3191
|
+
"document": "更新sslVpnClient证书",
|
3192
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpnGatewaySslClientCert\n<公共请求参数>\n\n{\n \"SslVpnClientIds\": [\n \"vpnc-xxxxxxxx\"\n ]\n}",
|
3193
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e4b16737-b460-429b-b240-d6b621da9eed\",\n \"TaskId\": 10449\n }\n}",
|
3194
|
+
"title": "更新sslVpnClient证书"
|
3195
|
+
}
|
3196
|
+
],
|
3197
|
+
"ModifyVpnGatewaySslServer": [
|
3198
|
+
{
|
3199
|
+
"document": "修改SSL-VPN SERVER 属性",
|
3200
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyVpnGatewaySslServer\n&SslVpnServerId=vpngwSslServer-8es2sd1u\n&SslVpnServerName=update-name\n&<公共请求参数>",
|
3201
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ae5ba776-25df-4ca0-814d-15048b40f830\",\n \"TaskId\": 0\n }\n}",
|
3202
|
+
"title": "修改SSL-VPN SERVER 属性"
|
3203
|
+
}
|
3204
|
+
],
|
3205
|
+
"NotifyRoutes": [
|
3206
|
+
{
|
3207
|
+
"document": "",
|
3208
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=NotifyRoutes\n&RouteTableId=rtb-9wzwlnhc\n&RouteItemIds.0=rti-i8bap903\n&<公共请求参数>",
|
3209
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
3210
|
+
"title": "发布路由至云联网"
|
3211
|
+
}
|
3212
|
+
],
|
3213
|
+
"RefreshDirectConnectGatewayRouteToNatGateway": [
|
3214
|
+
{
|
3215
|
+
"document": "正式刷新路由,执行刷新操作",
|
3216
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RefreshDirectConnectGatewayRouteToNatGateway\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-3m6kvgrx\",\n \"NatGatewayId\": \"nat-2jd1e1rm\",\n \"DryRun\": \"False\"\n}",
|
3217
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b2b08cbc-c0dc-4346-bc55-a9b17a7a2a03\",\n \"DirectConnectSubnetSet\": [\n {\n \"DirectConnectGatewayId\": \"dcg-71awizmv\",\n \"CidrBlock\": \"99.99.99.77/32\"\n }\n ]\n }\n}",
|
3218
|
+
"title": "刷新路由"
|
3219
|
+
},
|
3220
|
+
{
|
3221
|
+
"document": "预刷新路由,只展示IDC网段信息",
|
3222
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RefreshDirectConnectGatewayRouteToNatGateway\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-3m6kvgrx\",\n \"NatGatewayId\": \"nat-2jd1e1rm\",\n \"DryRun\": \"True\"\n}",
|
3223
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"928d1513-d3fa-4c4e-b8fd-077cebbc3118\",\n \"DirectConnectSubnetSet\": [\n {\n \"DirectConnectGatewayId\": \"dcg-71awizmv\",\n \"CidrBlock\": \"99.99.99.77/32\"\n }\n ]\n }\n}",
|
3224
|
+
"title": "路由预刷新"
|
3225
|
+
}
|
3226
|
+
],
|
3227
|
+
"RejectAttachCcnInstances": [
|
3228
|
+
{
|
3229
|
+
"document": "",
|
3230
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=RejectAttachCcnInstances\n&CcnId=ccn-gree226l\n&Instances.0.InstanceType=VPC\n&Instances.0.InstanceId=vpc-3dr1zrr9\n&Instances.0.InstanceRegion=ap-guangzhou\n&<公共请求参数>",
|
3231
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
3232
|
+
"title": "云联网拒绝关联实例"
|
3233
|
+
}
|
3234
|
+
],
|
3235
|
+
"RejectVpcPeeringConnection": [
|
3236
|
+
{
|
3237
|
+
"document": "",
|
3238
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RejectVpcPeeringConnection\n<公共请求参数>\n\n{\n \"PeeringConnectionId\": \"pcx-aw8hzt6c\"\n}",
|
3239
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e4008f6c-4bd9-42a7-9e6f-83043db431b2\"\n }\n}",
|
3240
|
+
"title": "拒绝对等连接请求"
|
3241
|
+
}
|
3242
|
+
],
|
3243
|
+
"ReleaseAddresses": [
|
3244
|
+
{
|
3245
|
+
"document": "无",
|
3246
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReleaseAddresses\n<公共请求参数>\n\n{\n \"AddressIds\": [\n \"eip-gzc5rgr2\"\n ]\n}",
|
3247
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"12331420\",\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
3248
|
+
"title": "释放弹性公网IP"
|
3249
|
+
}
|
3250
|
+
],
|
3251
|
+
"ReleaseIPv6Addresses": [
|
3252
|
+
{
|
3253
|
+
"document": "释放弹性公网IPv6",
|
3254
|
+
"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}",
|
3255
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"431f1a1a-7612-43ec-887c-85da46b15774\"\n }\n}",
|
3256
|
+
"title": "释放弹性公网IPv6"
|
3257
|
+
}
|
3258
|
+
],
|
3259
|
+
"ReleaseIp6AddressesBandwidth": [
|
3260
|
+
{
|
3261
|
+
"document": "入参传递Ip6AddressIds。",
|
3262
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReleaseIp6AddressesBandwidth\n<公共请求参数>\n\n{\n \"Ip6AddressIds\": [\n \"eip-31g37kea\"\n ]\n}",
|
3263
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"12579789\",\n \"RequestId\": \"fe6aa94a-2a74-41d8-9570-337a575443fe\"\n }\n}",
|
3264
|
+
"title": "关闭传统弹性公网IPv6地址带宽"
|
3265
|
+
},
|
3266
|
+
{
|
3267
|
+
"document": "入参传递Ip6Addresses。",
|
3268
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReleaseIp6AddressesBandwidth\n<公共请求参数>\n\n{\n \"Ip6Addresses\": [\n \"2402:4e00:1000:200:0:8d8a:60b7:87f8\"\n ]\n}",
|
3269
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"12579786\",\n \"RequestId\": \"3287c8ef-2bfb-4ae7-8874-f3628c0344b1\"\n }\n}",
|
3270
|
+
"title": "关闭传统弹性公网IPv6地址带宽-2"
|
3271
|
+
}
|
3272
|
+
],
|
3273
|
+
"RemoveBandwidthPackageResources": [
|
3274
|
+
{
|
3275
|
+
"document": "",
|
3276
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=RemoveBandwidthPackageResources\n&BandwidthPackageId=bwp-pr0xbnvw\n&ResourceIds.0=eip-alfxy9c8\n&<公共请求参数>",
|
3277
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1989f97-6b65-40b5-8afa-37d105c60c84\"\n }\n}",
|
3278
|
+
"title": "删除带宽包资源"
|
3279
|
+
}
|
3280
|
+
],
|
3281
|
+
"RemoveIp6Rules": [
|
3282
|
+
{
|
3283
|
+
"document": "删除IPV6转换规则。",
|
3284
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=RemoveIp6Rules\r\n&Ip6TranslatorId=ip6-90pt7p9q\r\n&Ip6RuleIds.0=rule6-k5l5hnwk\r\n&<公共请求参数>",
|
3285
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"688521e4-25d8-4b28-b0de-2b098f6fe535\"\n }\n}",
|
3286
|
+
"title": "删除IPV6转换规则"
|
3287
|
+
}
|
3288
|
+
],
|
3289
|
+
"RenewAddresses": [
|
3290
|
+
{
|
3291
|
+
"document": "续费包月带宽弹性公网IP。",
|
3292
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RenewAddresses\n<公共请求参数>\n\n{\n \"AddressIds\": [\n \"eip-12345678\"\n ],\n \"AddressChargePrepaid\": {\n \"Period\": 0,\n \"AutoRenewFlag\": 0\n }\n}",
|
3293
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"076ca3ee-0fed-4576-b5b8-44fa1f3d4424\"\n }\n}",
|
3294
|
+
"title": "续费包月带宽弹性公网IP"
|
3295
|
+
}
|
3296
|
+
],
|
3297
|
+
"RenewVpnGateway": [
|
3298
|
+
{
|
3299
|
+
"document": "续费VPN网关",
|
3300
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RenewVpnGateway\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-lazly92z\",\n \"InstanceChargePrepaid\": {\n \"Period\": 1,\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\"\n }\n}",
|
3301
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
3302
|
+
"title": "续费VPN网关"
|
3303
|
+
}
|
3304
|
+
],
|
3305
|
+
"ReplaceCcnRouteTableBroadcastPolicys": [
|
3306
|
+
{
|
3307
|
+
"document": "替换云联网路由传播策略",
|
3308
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceCcnRouteTableBroadcastPolicys\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-qd6z2ld1\",\n \"RouteTableId\": \"ccnrtb-1mkezrkd\",\n \"Policys\": [\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"VPC\",\n \"DIRECTCONNECT\"\n ],\n \"MatchPattern\": 1\n },\n {\n \"Name\": \"instance-id\",\n \"Values\": [\n \"dcg-8zljkrft\",\n \"vpc-jdevjrup\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"BroadcastConditions\": [\n {\n \"Name\": \"instance-id\",\n \"Values\": [\n \"vpc-jdevjrup\",\n \"vpc-hb81v349\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"accept\",\n \"Description\": \"指定vpc接收北京指定专线和vpc路由\"\n },\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-region\",\n \"Values\": [\n \"ap-beijing\"\n ],\n \"MatchPattern\": 1\n },\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"VPC\",\n \"DIRECTCONNECT\",\n \"VPNGW\"\n ],\n \"MatchPattern\": 1\n },\n {\n \"Name\": \"cidr-block\",\n \"Values\": [\n \"9.0.0.0/8\",\n \"10.0.0.0/8\",\n \"192.168.0.0/24\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"BroadcastConditions\": [\n {\n \"Name\": \"instance-region\",\n \"Values\": [\n \"ap-beijing\"\n ],\n \"MatchPattern\": 1\n },\n {\n \"Name\": \"instance-id\",\n \"Values\": [\n \"vpc-jdevjrup\",\n \"vpc-hb81v349\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"drop\",\n \"Description\": \"指定VPC绝收北京地域专线、VPC、VPN三大网段\"\n }\n ]\n}",
|
3309
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6fe64d7f-3983-4f17-847d-a60dded41951\"\n }\n}",
|
3310
|
+
"title": "替换云联网路由传播策略"
|
3311
|
+
}
|
3312
|
+
],
|
3313
|
+
"ReplaceCcnRouteTableInputPolicys": [
|
3314
|
+
{
|
3315
|
+
"document": "替换路由表接收策略",
|
3316
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceCcnRouteTableInputPolicys\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-rxz9krjj\",\n \"RouteTableId\": \"ccnrtb-63ujxv2h\",\n \"Policys\": [\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"VPNGW\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"accept\",\n \"Description\": \"input policys\"\n }\n ]\n}",
|
3317
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"82f40ff4-5ecf-4d7a-8081-18a652f38728\"\n }\n}",
|
3318
|
+
"title": "ReplaceCcnRouteTableInputPolicys"
|
3319
|
+
}
|
3320
|
+
],
|
3321
|
+
"ReplaceDirectConnectGatewayCcnRoutes": [
|
3322
|
+
{
|
3323
|
+
"document": "",
|
3324
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ReplaceDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&Routes.0.RouteId=dcr-bvipc87w\n&Routes.0.DestinationCidrBlock=10.2.2.0/24\n&<公共请求参数>",
|
3325
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
3326
|
+
"title": "替换专线网关云联网路由"
|
3327
|
+
}
|
3328
|
+
],
|
3329
|
+
"ReplaceHighPriorityRouteTableAssociation": [
|
3330
|
+
{
|
3331
|
+
"document": "替换高优路由表和子网绑定关系",
|
3332
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceHighPriorityRouteTableAssociation\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"SubnetId\": \"subnet-a9pjzfq0\"\n}",
|
3333
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"14095a9f-1411-4a0e-966a-32da69f58db7\"\n }\n}",
|
3334
|
+
"title": "替换高优路由表和子网绑定关系"
|
3335
|
+
}
|
3336
|
+
],
|
3337
|
+
"ReplaceHighPriorityRoutes": [
|
3338
|
+
{
|
3339
|
+
"document": "替换高优路由表条目信息",
|
3340
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceHighPriorityRoutes\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"HighPriorityRoutes\": [\n {\n \"HighPriorityRouteId\": \"hprti-0sb1mbut\",\n \"DestinationCidrBlock\": \"192.168.0.0/20\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.2\",\n \"Description\": \"ivan_test\"\n }\n ]\n}",
|
3341
|
+
"output": "{\n \"Response\": {\n \"NewHighPriorityRouteSet\": [\n {\n \"CreatedTime\": \"2024-07-11 17:34:48\",\n \"Description\": \"ivan_test\",\n \"DestinationCidrBlock\": \"192.168.0.0/20\",\n \"GatewayId\": \"172.16.0.2\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"HighPriorityRouteId\": \"hprti-0sb1mbut\",\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\"\n }\n ],\n \"OldHighPriorityRouteSet\": [\n {\n \"CreatedTime\": \"2024-07-11 17:34:48\",\n \"Description\": \"ivan_test\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"GatewayId\": \"172.16.0.11\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"HighPriorityRouteId\": \"hprti-0sb1mbut\",\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\"\n }\n ],\n \"RequestId\": \"c631a02c-052f-44b1-8807-f533cfa32406\"\n }\n}",
|
3342
|
+
"title": "替换高优路由表条目信息"
|
3343
|
+
}
|
3344
|
+
],
|
3345
|
+
"ReplaceRouteTableAssociation": [
|
3346
|
+
{
|
3347
|
+
"document": "替换路由表绑定关系",
|
3348
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ReplaceRouteTableAssociation\n&RouteTableId=rtb-n0yejvje\n&SubnetId=subnet-q2079ils\n&<公共请求参数>",
|
3349
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3350
|
+
"title": "替换路由表绑定关系"
|
3351
|
+
}
|
3352
|
+
],
|
3353
|
+
"ReplaceRoutes": [
|
3354
|
+
{
|
3355
|
+
"document": "替换路由策略",
|
3356
|
+
"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}",
|
3357
|
+
"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}",
|
3358
|
+
"title": "替换路由策略"
|
3359
|
+
}
|
3360
|
+
],
|
3361
|
+
"ReplaceSecurityGroupPolicies": [
|
3362
|
+
{
|
3363
|
+
"document": "批量修改安全组规则",
|
3364
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceSecurityGroupPolicies\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"sg-12345678\",\n \"SecurityGroupPolicySet\": {\n \"Ingress\": [\n {\n \"PolicyIndex\": \"3\",\n \"Protocol\": \"tcp\",\n \"PolicyDescription\": \"TestPolicy\",\n \"Action\": \"ACCEPT\",\n \"CidrBlock\": \"20.0.0.0/16\",\n \"Port\": \"22\"\n },\n {\n \"PolicyIndex\": \"4\",\n \"Protocol\": \"tcp\",\n \"PolicyDescription\": \"TestPolicy2\",\n \"Action\": \"DROP\",\n \"CidrBlock\": \"30.0.0.0/16\",\n \"Port\": \"22\"\n }\n ],\n \"Version\": \"20\"\n }\n}",
|
3365
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3366
|
+
"title": "批量修改安全组规则"
|
3367
|
+
}
|
3368
|
+
],
|
3369
|
+
"ReplaceSecurityGroupPolicy": [
|
3370
|
+
{
|
3371
|
+
"document": "替换单条安全组路由规则",
|
3372
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceSecurityGroupPolicy\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"demo\",\n \"SecurityGroupPolicySet\": {\n \"Version\": \"1\",\n \"Egress\": [\n {\n \"PolicyIndex\": 0,\n \"Protocol\": \"UDP\",\n \"Port\": \"20\",\n \"ServiceTemplate\": {\n \"ServiceId\": \"ppm-f5n1f8da\",\n \"ServiceGroupId\": \"ppmg-f5n1f8da\"\n },\n \"CidrBlock\": \"61.144.138.34\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"SecurityGroupId\": \"sg-1wgfnrnd\",\n \"AddressTemplate\": {\n \"AddressId\": \"ipm-2uw6ujo6\",\n \"AddressGroupId\": \"ipmg-2uw6ujo6\"\n },\n \"Action\": \"accept\",\n \"PolicyDescription\": \"demo\",\n \"ModifyTime\": \"2022-06-21 10:46:42\"\n }\n ],\n \"Ingress\": [\n {\n \"PolicyIndex\": 0,\n \"Protocol\": \"UDP\",\n \"Port\": \"20\",\n \"ServiceTemplate\": {\n \"ServiceId\": \"ppm-f5n1f8da\",\n \"ServiceGroupId\": \"ppmg-f5n1f8da\"\n },\n \"CidrBlock\": \"61.144.138.34\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"SecurityGroupId\": \"sg-1wgfnrnd\",\n \"AddressTemplate\": {\n \"AddressId\": \"ipm-2uw6ujo6\",\n \"AddressGroupId\": \"ipmg-2uw6ujo6\"\n },\n \"Action\": \"accept\",\n \"PolicyDescription\": \"demo\",\n \"ModifyTime\": \"2022-06-21 10:46:42\"\n }\n ]\n },\n \"OriginalSecurityGroupPolicySet\": {\n \"Version\": \"1\",\n \"Egress\": [\n {\n \"PolicyIndex\": 0,\n \"Protocol\": \"UDP\",\n \"Port\": \"20\",\n \"ServiceTemplate\": {\n \"ServiceId\": \"ppm-f5n1f8da\",\n \"ServiceGroupId\": \"ppmg-f5n1f8da\"\n },\n \"CidrBlock\": \"61.144.138.34\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"SecurityGroupId\": \"sg-1wgfnrnd\",\n \"AddressTemplate\": {\n \"AddressId\": \"ipm-2uw6ujo6\",\n \"AddressGroupId\": \"ipmg-2uw6ujo6\"\n },\n \"Action\": \"accept\",\n \"PolicyDescription\": \"demo\",\n \"ModifyTime\": \"2022-06-21 10:46:42\"\n }\n ]\n }\n}",
|
3373
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3374
|
+
"title": "替换单条安全组路由规则"
|
3375
|
+
}
|
3376
|
+
],
|
3377
|
+
"ResetAttachCcnInstances": [
|
3378
|
+
{
|
3379
|
+
"document": "",
|
3380
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ResetAttachCcnInstances\n&CcnId=ccn-gree226l\n&CcnUin=979137\n&Instances.0.InstanceType=VPC\n&Instances.0.InstanceId=vpc-3dr1zrr9\n&Instances.0.InstanceRegion=ap-guangzhou\n&<公共请求参数>",
|
3381
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
3382
|
+
"title": "重新申请关联实例"
|
3383
|
+
}
|
3384
|
+
],
|
3385
|
+
"ResetHighPriorityRoutes": [
|
3386
|
+
{
|
3387
|
+
"document": "重置高优路由表条目",
|
3388
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetHighPriorityRoutes\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"Name\": \"demo\",\n \"HighPriorityRoutes\": [\n {\n \"DestinationCidrBlock\": \"172.20.0.0/18\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.11\",\n \"Description\": \"demo\"\n }\n ]\n}",
|
3389
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"461358ec-f329-4273-b5f0-e87730703e6d\"\n }\n}",
|
3390
|
+
"title": "重置高优路由表条目"
|
3391
|
+
}
|
3392
|
+
],
|
3393
|
+
"ResetNatGatewayConnection": [
|
3394
|
+
{
|
3395
|
+
"document": "",
|
3396
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ResetNatGatewayConnection\n&NatGatewayId=nat-ig8xpno8\n&MaxConcurrentConnection=3000000\n&<公共请求参数>",
|
3397
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbffc3f0-1807-4683-89ee-2d2b96425ee1\"\n }\n}",
|
3398
|
+
"title": "升级NAT网关并发连接上限"
|
3399
|
+
}
|
3400
|
+
],
|
3401
|
+
"ResetRoutes": [
|
3402
|
+
{
|
3403
|
+
"document": "重置路由表名称和路由策略",
|
3404
|
+
"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}",
|
3405
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3406
|
+
"title": "重置路由表名称和路由策略"
|
3407
|
+
}
|
3408
|
+
],
|
3409
|
+
"ResetVpnConnection": [
|
3410
|
+
{
|
3411
|
+
"document": "本接口(ResetVpnConnection)用于重置VPN通道。",
|
3412
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetVpnConnection\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-kjllnkew\",\n \"VpnConnectionId\": \"vpnx-f29e6u0z\"\n}",
|
3413
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
3414
|
+
"title": "重置VPN通道"
|
3415
|
+
}
|
3416
|
+
],
|
3417
|
+
"ResetVpnGatewayInternetMaxBandwidth": [
|
3418
|
+
{
|
3419
|
+
"document": "本接口(ResetVpnGatewayInternetMaxBandwidth)用于调整VPN网关带宽上限。VPN网关带宽目前仅支持部分带宽范围内升降配,如【5,100】Mbps和【200,1000】Mbps,在各自带宽范围内可提升配额,跨范围提升配额和降配暂不支持,如果是包年包月VPN网关需要在有效期内。",
|
3420
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetVpnGatewayInternetMaxBandwidth\n<公共请求参数>\n\n{\n \"VpnGatewayId\": \"vpngw-xxx\",\n \"InternetMaxBandwidthOut\": 5\n}",
|
3421
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
3422
|
+
"title": "调整VPN网关带宽上限"
|
3423
|
+
}
|
3424
|
+
],
|
3425
|
+
"ResumeSnapshotInstance": [
|
3426
|
+
{
|
3427
|
+
"document": "",
|
3428
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ResumeSnapshotInstance\n&SnapshotPolicyId=sspolicy-aart89ip\n&SnapshotFileId=ssfile-emtabuwu2z\n&InstanceId=sg-ntrgm89v\n&<公共请求参数>",
|
3429
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
3430
|
+
"title": "恢复快照实例"
|
3431
|
+
}
|
3432
|
+
],
|
3433
|
+
"ReturnNormalAddresses": [
|
3434
|
+
{
|
3435
|
+
"document": "解绑并释放普通公网IP。",
|
3436
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReturnNormalAddresses\n<公共请求参数>\n\n{\n \"AddressIps\": [\n \"101.35.139.183\"\n ]\n}",
|
3437
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5957a632-12b2-4051-b103-ecd77145ecbd\"\n }\n}",
|
3438
|
+
"title": "解绑并释放普通公网IP"
|
3439
|
+
}
|
3440
|
+
],
|
3441
|
+
"SetCcnRegionBandwidthLimits": [
|
3442
|
+
{
|
3443
|
+
"document": "设置云联网地域间带宽上限,需要传递源和目的端地域,如果设置的是源或者目的地域为黑石地域,需要传递IsBm或者DstIsBm为true。例如在示例中,设置ap-guangzhou到ap-shanghai黑石的地域间上限为1000Mbps,设置ap-guangzhou到ap-beijing的地域间上限为500Mbps。",
|
3444
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=SetCcnRegionBandwidthLimits\n&CcnId=ccn-gree226l\n&CcnRegionBandwidthLimits.0.Region=ap-guangzhou\n&CcnRegionBandwidthLimits.0.BandwidthLimit=1000\n&CcnRegionBandwidthLimits.0.DstRegion=ap-shanghai\n&CcnRegionBandwidthLimits.0.DstIsBm=true\n&CcnRegionBandwidthLimits.1.Region=ap-guangzhou\n&CcnRegionBandwidthLimits.1.BandwidthLimit=500\n&CcnRegionBandwidthLimits.1.DstRegion=ap-beijing\n&<公共请求参数>",
|
3445
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"9c53ff69-1bb6-4c89-adbb-812233a85acc\"\n }\n}",
|
3446
|
+
"title": "设置云联网地域间带宽上限"
|
3447
|
+
},
|
3448
|
+
{
|
3449
|
+
"document": "设置云联网各地域出带宽上限。例如在示例中,设置ap-guangzhou,ap-shanghai地域的出带宽上限分别为1000Mbps,500Mbps。",
|
3450
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=SetCcnRegionBandwidthLimits\n&CcnId=ccn-gree226l\n&CcnRegionBandwidthLimits.0.Region=ap-guangzhou\n&CcnRegionBandwidthLimits.0.BandwidthLimit=1000\n&CcnRegionBandwidthLimits.1.Region=ap-shanghai\n&CcnRegionBandwidthLimits.1.BandwidthLimit=500\n&<公共请求参数>",
|
3451
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"9c53ff69-1bb6-4c89-adbb-812233a85acc\"\n }\n}",
|
3452
|
+
"title": "设置云联网各地域出带宽上限"
|
3453
|
+
}
|
3454
|
+
],
|
3455
|
+
"SetVpnGatewaysRenewFlag": [
|
3456
|
+
{
|
3457
|
+
"document": "本接口(SetVpnGatewaysRenewFlag)用于设置VPNGW续费标记。",
|
3458
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetVpnGatewaysRenewFlag\n<公共请求参数>\n\n{\n \"AutoRenewFlag\": 0,\n \"Type\": \"IPSEC\",\n \"VpnGatewayIds\": [\n \"vpn-xxxxx\"\n ]\n}",
|
3459
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2f3d2629-a1f0-435e-86d7-fca86a499897\"\n }\n}",
|
3460
|
+
"title": "示例"
|
3461
|
+
}
|
3462
|
+
],
|
3463
|
+
"TransformAddress": [
|
3464
|
+
{
|
3465
|
+
"document": "普通IP转弹性IP。",
|
3466
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TransformAddress\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-3ea0qeu6\"\n}",
|
3467
|
+
"output": "{\n \"Response\": {\n \"AddressId\": \"eip-fk2gmm9s\",\n \"TaskId\": 345732,\n \"RequestId\": \"070889cb-a42a-40a0-ac50-293ef36e0dfc\"\n }\n}",
|
3468
|
+
"title": "普通IP转弹性IP"
|
3469
|
+
}
|
3470
|
+
],
|
3471
|
+
"UnassignIpv6Addresses": [
|
3472
|
+
{
|
3473
|
+
"document": "释放IPv6地址",
|
3474
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=UnassignIpv6Addresses\n&NetworkInterfaceId=eni-9c8zkfev\n&Ipv6Addresses.0.Address=3402:4e00:20:1202:0:8d01:ee9c:3e22\n&Ipv6Addresses.1.Address=3402:4e00:20:1202:0:8d01:ee9c:3f7d\n&Ipv6Addresses.2.Address=3402:4e00:20:1202:0:8d01:fef4:c7d5\n&Ipv6Addresses.3.Address=3402:4e00:20:1202:0:8d01:fef4:c97f\n&<公共请求参数>",
|
3475
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"75221557-b667-440a-8cfe-ccd1bde2a234\"\n }\n}",
|
3476
|
+
"title": "释放IPv6地址"
|
3477
|
+
}
|
3478
|
+
],
|
3479
|
+
"UnassignIpv6CidrBlock": [
|
3480
|
+
{
|
3481
|
+
"document": "释放IPv6网段",
|
3482
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=UnassignIpv6CidrBlock\n&VpcId=vpc-rkxd3pgh\n&Ipv6CidrBlock=3402:4e00:20:1000::/56\n&<公共请求参数>",
|
3483
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"75221557-b667-440a-8cfe-ccd1bde2a234\"\n }\n}",
|
3484
|
+
"title": "释放IPv6网段"
|
3485
|
+
}
|
3486
|
+
],
|
3487
|
+
"UnassignIpv6SubnetCidrBlock": [
|
3488
|
+
{
|
3489
|
+
"document": "释放IPv6子网段",
|
3490
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=UnassignIpv6SubnetCidrBlock\n&VpcId=vpc-rkxd3pgh\n&Ipv6SubnetCidrBlocks.0.SubnetId=subnet-ewhv1m9e\n&Ipv6SubnetCidrBlocks.1.SubnetId=subnet-3s5bhzb0\n&<公共请求参数>",
|
3491
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"75221557-b667-440a-8cfe-ccd1bde2a234\"\n }\n}",
|
3492
|
+
"title": "释放IPv6子网段"
|
3493
|
+
}
|
3494
|
+
],
|
3495
|
+
"UnassignPrivateIpAddresses": [
|
3496
|
+
{
|
3497
|
+
"document": "弹性网卡退还内网 IP",
|
3498
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnassignPrivateIpAddresses\n<公共请求参数>\n\n{\n \"NetworkInterfaceId\": \"eni-afo43z61\",\n \"PrivateIpAddresses\": [\n {\n \"PrivateIpAddress\": \"172.16.32.111\"\n }\n ]\n}",
|
3499
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
3500
|
+
"title": "弹性网卡退还内网 IP"
|
3501
|
+
}
|
3502
|
+
],
|
3503
|
+
"UnlockCcnBandwidths": [
|
3504
|
+
{
|
3505
|
+
"document": "解封限速实例",
|
3506
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnlockCcnBandwidths\n<公共请求参数>\n\n{\n \"Instances\": [\n {\n \"CcnId\": \"ccn-025qoqpx\",\n \"UserAccountID\": \"3436874624\",\n \"RegionFlowControlId\": \"fcr-1duimd7w\"\n }\n ]\n}",
|
3507
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"098a99f2-d82c-47d4-8532-9322a315c8b4\"\n }\n}",
|
3508
|
+
"title": "解封限速实例"
|
3509
|
+
}
|
3510
|
+
],
|
3511
|
+
"UnlockCcns": [
|
3512
|
+
{
|
3513
|
+
"document": "",
|
3514
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnlockCcns\n<公共请求参数>\n\n{}",
|
3515
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c4c3b75e-6d01-4f81-8d31-618f2eae444d\"\n }\n}",
|
3516
|
+
"title": "解封云联网实例"
|
3517
|
+
}
|
3518
|
+
],
|
3519
|
+
"WithdrawNotifyRoutes": [
|
3520
|
+
{
|
3521
|
+
"document": "从云联网撤销路由",
|
3522
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=WithdrawNotifyRoutes\n&RouteTableId=rtb-9wzwlnhc\n&RouteItemIds.0=rti-i8bap903\n&<公共请求参数>",
|
3523
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"627c2362-890f-4f9e-9158-5e457b80d48b\"\n }\n}",
|
3524
|
+
"title": "从云联网撤销"
|
9
3525
|
}
|
10
3526
|
]
|
11
3527
|
},
|