All Products
Search
Document Center

Enterprise Distributed Application Service:ListAliyunRegion

Last Updated:Dec 22, 2025

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

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST /pop/v5/resource/region_list HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

No request parameters.

Response elements

Element

Type

Description

Example

object

Code

integer

The HTTP status code that is returned.

200

Message

string

The message that is returned.

success

RequestId

string

The ID of the request.

b197-40ab-9155-7ca7

RegionEntityList

object

RegionEntity

array<object>

The details of the regions.

object

Name

string

The name of the region.

China East 1 (Hangzhou)

Id

string

The ID of the region.

cn-hangzhou

Examples

Success response

JSON format

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

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.