Retrieves a list of Azure regions
GET/v1/clouds/azure/regions
Retrieves a list of Azure regions
Request
Query Parameters
cloudAccountUid string
Uid for the specific Azure cloud account
subscriptionId string
SubscriptionId for which resources is requested
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
regions
object[]
required
displayNamestring
Azure region displayname
namestring
Azure region name
zones
object[]
List of zones associated to a particular Azure region
namestring
Azure availability zone name
{
"regions": [
{
"displayName": "string",
"name": "string",
"zones": [
{
"name": "string"
}
]
}
]
}
Loading...