Availability Zones
Authorizations
X-Auth-TokenstringRequired
PCD Identity Service token authentication
Responses
200
OK
application/json
get/v3/os-availability-zone
GET /cinder/v3/os-availability-zone HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
200
OK
{
"availabilityZoneInfo": [
{
"zoneName": "text",
"zoneState": {
"available": true
}
}
]
}Last updated
Was this helpful?
