cURL
curl --request GET \ --url https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/vpcs/{vpc_id}/peerings
[ { "id": "1234567890", "peer_account_id": "acc-12345", "peer_region_code": "aws-us-east-1", "peer_vpc_id": "1234567890", "provisioned_id": "1234567890", "status": "active", "error_message": "VPC not found" } ]
Retrieves a list of all VPC peering connections for a given VPC.
The unique identifier of the project.
"rp1pz7uyae"
The unique identifier of the VPC.
"1234567890"
A list of VPC peering connections.
"acc-12345"
"aws-us-east-1"
"active"
"VPC not found"
Was this page helpful?