Retrieves a list of AWS availability zones for the specified region
GET/v1/clouds/aws/regions/:region/availabilityzones
Retrieves a list of AWS availability zones for the specified region
Request
Path Parameters
region stringrequired
Region for which zones are requested
Query Parameters
cloudAccountUid stringrequired
Uid for the specific AWS cloud account
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
zones
object[]
required
List of AWS Zones
namestring
AWS availability zone name
statestring
AWS availability zone state
zoneIdstring
AWS availability zone id
{
"zones": [
{
"name": "string",
"state": "string",
"zoneId": "string"
}
]
}
Loading...