Zone
A Zone represents an independent datacenter in which Exoscale infrastructure is deployed into.
Other Operations
list-zones
List Zones
GET /zoneResponses
Status: 200 - 200
Content-Type: application/json
| Property | Type | Description |
|---|---|---|
zones | array[object] | schema details |
Example output
{
"zones": [
{
"api-endpoint": "string",
"name": "ch-dk-2",
"sos-endpoint": "string"
}
]
}SDK reference for list-zones: golang | Python | Java
CLI: exo api list-zones
Last updated on