Mencantumkan koneksi peering VPC untuk endpoint jaringan privat suatu gateway.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:ListGatewayIntranetLinkedVpcPeer |
list |
*全部资源
|
None | None |
Sintaks permintaan
GET /api/v2/gateways/{ClusterId}/{GatewayId}/intranet_endpoint_linked_vpc_peer HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
No |
Region tempat gateway privat berada. |
cn-wulanchabu |
| GatewayId |
string |
No |
ID gateway privat. Untuk informasi lebih lanjut, lihat ListGateway. |
gw-1uhcqmsc7x22****** |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| VpcId |
string |
No |
ID virtual private cloud (VPC) yang terhubung. Untuk informasi lebih lanjut, lihat ListGatewayIntranetLinkedVpc.
|
vpc-2zetuli9ws0qgjd****** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Respons. |
||
| requestId |
string |
ID permintaan. |
40325405-579C-4D82**** |
| GatewayId |
string |
ID gateway privat. |
gw-1uhcqmsc7x22****** |
| PeerVpcList |
array<object> |
Daftar peer VPC. |
|
|
array<object> |
Daftar peer VPC. |
||
| VpcId |
string |
ID VPC. |
vpc-2zetuli9ws0qgjd****** |
| PeerVpcs |
array<object> |
Daftar ID peer VPC. |
|
|
object |
Daftar ID peer VPC. |
||
| VpcId |
string |
The ID of the peer VPC. |
vpc-uf66uio7md**** |
| Region |
string |
The region where the peer VPC is located. |
cn-shanghai |
| Status |
string |
Contoh
Respons sukses
JSONformat
{
"requestId": "40325405-579C-4D82****",
"GatewayId": "gw-1uhcqmsc7x22******",
"PeerVpcList": [
{
"VpcId": "vpc-2zetuli9ws0qgjd******",
"PeerVpcs": [
{
"VpcId": "vpc-uf66uio7md****",
"Region": "cn-shanghai",
"Status": ""
}
]
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.