Availability Zones
Availability zone information
Last updated
Was this helpful?
Availability zone information
Last updated
Was this helpful?
Was this helpful?
GET /cinder/v3/os-availability-zone HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
{
"availabilityZoneInfo": [
{
"zoneName": "text",
"zoneState": {
"available": true
}
}
]
}