Queries Alibaba Cloud regions supported by Enterprise Distributed Application Service (EDAS).
Try it now
Test
RAM authorization
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.