All Products
Search
Document Center

Elastic Desktop Service:DescribeZones

Last Updated:Oct 17, 2024

Queries the zones in a region in which Elastic Desktop Service is supported.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
ZoneTypestringNo

The type of the zone. Default value: AvailabilityZone. This value indicates Alibaba Cloud zones.

AvailabilityZone

Response parameters

ParameterTypeDescriptionExample
object

The information that is returned.

RequestIdstring

The request ID.

1CBAFFAB-B697-4049-A9B1-67E1FC5F****
Zonesarray<object>

Details of zones.

Zoneobject
ZoneIdstring

The zone ID.

cn-hangzhou-h

Examples

Sample success responses

JSONformat

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "Zones": [
    {
      "ZoneId": "cn-hangzhou-h"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history