List available zones for a provider and region
GET/api/v1/providers/:providerId/regions/:regionId/zones
Lists all available zones for the specified provider and region
Request
Path Parameters
providerId stringrequired
Provider Id
regionId stringrequired
Region Id
Header Parameters
X-API-KEY stringrequired
APIKey
Responses
- 200
- 400
- 500
An array of zones
- application/json
- Schema
- Example (from schema)
Schema
data string[]
id string
message string
status string
{
"data": [
"string"
],
"id": "string",
"message": "string",
"status": "string"
}
invalid providerId
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
internal server error
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
Loading...