Queries the regions where Auto Scaling is available.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ess:DescribeRegions |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
Filters the results based on the specified language. For more information, see RFC7231. Valid values:
Default value: zh-CN. |
zh-CN |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
73469C7-AA6F-4DC5-B3DB-A3DC0DE3**** |
| Regions |
object |
||
| Region |
array<object> |
The collection of region information. |
|
|
object |
The collection of region information. |
||
| ClassicUnavailable |
boolean |
Indicates whether the region supports scaling groups of the classic network type. Valid values:
|
false |
| RegionEndpoint |
string |
The endpoint of the region. |
ess.aliyuncs.com |
| LocalName |
string |
The name of the region. |
华北2 (北京) |
| VpcUnavailable |
boolean |
Indicates whether the region supports scaling groups of the VPC type. Valid values:
|
false |
| RegionId |
string |
The region ID. |
cn-beijing |
Examples
Success response
JSON format
{
"RequestId": "73469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"Regions": {
"Region": [
{
"ClassicUnavailable": false,
"RegionEndpoint": "ess.aliyuncs.com",
"LocalName": "华北2 (北京)",
"VpcUnavailable": false,
"RegionId": "cn-beijing"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.