All Products
Search
Document Center

Elastic Desktop Service:DescribeRegions

Last Updated:Oct 17, 2024

Queries the Alibaba Cloud regions that are available for Elastic Desktop Service (EDS).

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.

cn-hangzhou
AcceptLanguagestringNo

The display name of the region, which varies based on the current language.

Enumeration Value:
  • en: en.
  • zh: zh.
zh

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

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

The information about regions.

Regionobject
RegionEndpointstring

The endpoint of the region.

ecd.cn-hangzhou.aliyuncs.com
RegionIdstring

The region ID.

cn-hangzhou
LocalNamestring

The display name of the region, which varies based on the current language.

China (Hangzhou)

Examples

Sample success responses

JSONformat

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "Regions": [
    {
      "RegionEndpoint": "ecd.cn-hangzhou.aliyuncs.com",
      "RegionId": "cn-hangzhou",
      "LocalName": "China (Hangzhou)"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history