GET
/vpc
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/vpc'
Response examples (200)
{
"vpcs": [
{
"id": "string",
"name": "string",
"description": "string",
"created-at": "2026-05-04T09:42:00Z",
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
}
]
}