Queries a list of supported Alibaba Cloud regions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListRegions |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The ID of the request. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| Regions |
array<object> |
The supported regions. |
|
|
object |
The supported region. |
||
| RegionId |
string |
The ID of the region. |
cn-hangzhou |
| LocalName |
string |
The name of the region. |
China (Hangzhou) |
| RegionEndpoint |
string |
The endpoint of the region. |
eiam.cn-hangzhou.aliyuncs.com |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"Regions": [
{
"RegionId": "cn-hangzhou",
"LocalName": "China (Hangzhou)",
"RegionEndpoint": "eiam.cn-hangzhou.aliyuncs.com"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.