Queries all regions in which Simple Application Server is supported.
Operation description
The query results include all the Alibaba Cloud regions where Simple Application Server is supported on the international site (alibabacloud.com) and the China site (aliyun.com).
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The language of the response. Valid values:
|
zh-CN |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The information about the regions. |
||
| RequestId |
string |
The request ID. |
20758A-585D-4A41-A9B2-28DA8F4F534F |
| Regions |
array<object> |
The regions. |
|
|
object |
The information about the region. |
||
| LocalName |
string |
The name of the region. |
华东1(杭州) |
| RegionEndpoint |
string |
The endpoint of the region. |
swas.cn-hangzhou.aliyuncs.com |
| RegionId |
string |
The ID of the region. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "20758A-585D-4A41-A9B2-28DA8F4F534F",
"Regions": [
{
"LocalName": "华东1(杭州)",
"RegionEndpoint": "swas.cn-hangzhou.aliyuncs.com",
"RegionId": "cn-hangzhou"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.