Zone

A Zone represents an independent datacenter in which Exoscale infrastructure is deployed into.

Read more


Other Operations

list-zones

List Zones

GET /zone

Responses

Status: 200 - 200

Content-Type: application/json

PropertyTypeDescription
zonesarray[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