Lists the cross-VPC connections for a gateway's private endpoint.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:ListGatewayIntranetLinkedVpcPeer |
list |
*All Resource
|
None | None |
Request syntax
GET /api/v2/gateways/{ClusterId}/{GatewayId}/intranet_endpoint_linked_vpc_peer HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
No |
The region where the private gateway is located. |
cn-wulanchabu |
| GatewayId |
string |
No |
The ID of the private gateway. For more information, see ListGateway. |
gw-1uhcqmsc7x22****** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VpcId |
string |
No |
The ID of the attached virtual private cloud (VPC). For more information, see ListGatewayIntranetLinkedVpc.
|
vpc-2zetuli9ws0qgjd****** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned result. |
||
| requestId |
string |
The request ID. |
40325405-579C-4D82**** |
| GatewayId |
string |
The ID of the private gateway. |
gw-1uhcqmsc7x22****** |
| PeerVpcList |
array<object> |
The list of peer VPCs. |
|
|
array<object> |
The list of peer VPCs. |
||
| VpcId |
string |
The ID of the virtual private cloud (VPC). |
vpc-2zetuli9ws0qgjd****** |
| PeerVpcs |
array<object> |
The list of peer VPC IDs. |
|
|
object |
The list of peer VPC IDs. |
||
| VpcId |
string |
The ID of the peer VPC. |
vpc-uf66uio7md**** |
| Region |
string |
The region where the peer VPC is located. |
cn-shanghai |
| Status |
string |
Examples
Success response
JSON format
{
"requestId": "40325405-579C-4D82****",
"GatewayId": "gw-1uhcqmsc7x22******",
"PeerVpcList": [
{
"VpcId": "vpc-2zetuli9ws0qgjd******",
"PeerVpcs": [
{
"VpcId": "vpc-uf66uio7md****",
"Region": "cn-shanghai",
"Status": ""
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.