Get a VPC Peering
GET/projects/{project_id}/vpcs/{vpc_id}/peerings/{peering_id}
Retrieves the details of a specific VPC peering connection.
Get a VPC Peering
curl http://localhost:8080/projects/$PROJECT_ID/vpcs/$VPC_ID/peerings/$PEERING_ID \
-H "Authorization: Bearer $TIGER_CLOUD_API_KEY"{
"id": "1234567890",
"error_message": "VPC not found",
"peer_account_id": "acc-12345",
"peer_region_code": "aws-us-east-1",
"peer_vpc_id": "1234567890",
"provisioned_id": "1234567890",
"status": "active"
}Returns Examples
{
"id": "1234567890",
"error_message": "VPC not found",
"peer_account_id": "acc-12345",
"peer_region_code": "aws-us-east-1",
"peer_vpc_id": "1234567890",
"provisioned_id": "1234567890",
"status": "active"
}