All Products
Search
Document Center

Enterprise Distributed Application Service:ListAliyunRegion

Last Updated:Mar 01, 2024

Queries Alibaba Cloud regions supported by Enterprise Distributed Application Service (EDAS).

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 syntax

POST /pop/v5/resource/region_list

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

No request parameters.

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The message that is returned.

success
RequestIdstring

The ID of the request.

b197-40ab-9155-7ca7
RegionEntityListobject []

The details of the regions.

Namestring

The name of the region.

China East 1 (Hangzhou)
Idstring

The ID of the region.

cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "b197-40ab-9155-7ca7",
  "RegionEntityList": {
    "RegionEntity": [
      {
        "Name": "China East 1 (Hangzhou)",
        "Id": "cn-hangzhou"
      }
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history