Retrieves a list of OpenStack azs for a particular account uid
GET/v1/clouds/openstack/azs
Retrieves a list of OpenStack azs for a particular account uid
Request
Query Parameters
cloudAccountUid string
Uid for the specific OpenStack cloud account
project string
project for which OpenStack azs are requested
region string
region for which OpenStack azs are requested
domain string
domain for which OpenStack azs are requested
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...