Queries the zones supported by Elastic Desktop Service (EDS) in a region.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
ecd:DescribeZones | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | Yes | The region ID. Call DescribeRegions to get the list of regions supported by EDS. | cn-hangzhou |
ZoneType | string | No | The zone type to query. Default value: | AvailabilityZone |
Response elements
Element | Type | Description | Example |
object | The response elements. | ||
RequestId | string | The request ID. | 1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| Zones | array<object> | The information about the zones. | |
object | The zone. | ||
ZoneId | string | The zone ID. | cn-hangzhou-h |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"Zones": [
{
"ZoneId": "cn-hangzhou-h"
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.