Retrieve Azure availability zones by region
GET /azure/vsa/metadata/availability-zones
Retrieves Azure availability zones by region.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
region |
string |
query |
False |
|
subscriptionId |
string |
query |
False |
|
cloudProviderAccountId |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
region |
string |
True |
|
zones |
array[zones] |
True |
Example error response
{
"region": "string",
"zones": [
"object"
]
}
Definitions
See Definitions
zones