All Products
Search
Document Center

WUYING Workspace:DescribeRegions

Last Updated:Apr 03, 2024

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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****
Regionsobject []

The information about regions.

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