Get the openstack azs for a given account and region
GET/v1/cloudaccounts/openstack/:uid/properties/azs
Get the openstack azs for a given account and region
Request
Path Parameters
uid stringrequired
Query Parameters
region string
project string
domain string
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
azs
object[]
required
namestring
Name of OpenStack az
{
"azs": [
{
"name": "string"
}
]
}
Loading...