Returns supported AZs for a given region of a given cloud provider
GET/api/v2/metadata/cloud/:cloud/regions/:region/zones
Returns supported AZs for a given region of a given cloud provider
Request
Path Parameters
cloud stringrequired
The cloud provider to retrieve for
region stringrequired
The region to retrieve for
Responses
- 200
- 401
- 403
- 404
- 500
A list of supported availability zones
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
If not authenticated
If authenticated but not authorized
cloud or region doesn't exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...