Queries regions.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
0FEEF92D-4052-5202-87D0-3D8EC16F81BF |
| Regions |
array<object> |
The details of regions. |
|
|
object |
The information about the region. |
||
| RegionId |
string |
The ID of the region. |
cn-hangzhou |
| RegionEndpoint |
string |
The endpoint of the region. |
servicecatalog.cn-hangzhou.aliyuncs.com |
| LocalName |
string |
The name of the region. |
华东1(杭州) |
Examples
Success response
JSON format
{
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
"Regions": [
{
"RegionId": "cn-hangzhou",
"RegionEndpoint": "servicecatalog.cn-hangzhou.aliyuncs.com",
"LocalName": "华东1(杭州)"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | A system error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.