Queries Alibaba Cloud regions. When you call this operation, you can specify parameters, such as InstanceChargeType and ResourceType, in the request.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceChargeType | string | No | The billing method of the instance. For more information, see Billing overview. Valid values:
Default value: PostPaid. | PrePaid |
ResourceType | string | No | The type of resource. Valid values:
Default value: instance. | instance |
AcceptLanguage | string | No | The natural language that is used to filter responses. For more information, see RFC 7231. Valid values:
Default value: zh-CN. | zh-CN |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"Regions": {
"Region": [
{
"Status": "available",
"RegionEndpoint": "ecs.cn-qingdao.aliyuncs.com",
"LocalName": "China (Qingdao)",
"RegionId": "cn-qingdao"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | Unauthorized.EmptyRegion | The specified account has no access authority to any region. | You do not have permissions to access any regions. Apply for the permissions and try again. |
403 | Invalid.InstanceChargeType | The specified instanceChargeType is not valid. | The specified InstanceChargeType parameter is invalid. |
404 | InvalidAcceptLanguage.NotFound | Only Chinese (zh-CN), English (en-US), and Japanese (ja) are allowed. | Your selected language is invalid. Only Chinese, English, and Japanese are supported. |
404 | InvalidResourceType.NotFound | The ResourceType provided does not exist in our records. | The specified resource type does not exist. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2025-02-28 | API Description Update. The Error code has changed | View Change Details |