Retrieves a list of Azure zones for the specified region
GET/v1/clouds/azure/regions/:region/zones
Retrieves a list of Azure zones for the specified region
Request
Path Parameters
region stringrequired
Region for which Azure zones are requested
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
zoneList
object[]
idstring
Azure availability zone id
{
  "zoneList": [
    {
      "id": "string"
    }
  ]
}
Loading...