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
Query Parameters
cloudAccountUid string
Uid for the specific Azure cloud account
subscriptionId string
subscriptionId of azure account
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
zoneList
object[]
idstring
Azure availability zone id
{
"zoneList": [
{
"id": "string"
}
]
}
Loading...