Tiger Cloud REST API
cURL
curl --request GET \ --url https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/vpcs
[ { "id": "1234567890", "name": "my-production-vpc", "cidr": "10.0.0.0/16", "region_code": "us-east-1" } ]
Retrieves a list of all Virtual Private Clouds (VPCs).
The unique identifier of the project.
"rp1pz7uyae"
A list of VPCs.
"1234567890"
"my-production-vpc"
"10.0.0.0/16"
"us-east-1"
Was this page helpful?