Queries the most recent region list.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProductType | string | No | The service type. Default value: VPC. | VPC |
AcceptLanguage | string | No | The language of the response. Valid values:
| zh-CN |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F",
"Regions": {
"Region": [
{
"RegionEndpoint": "vpc.aliyuncs.com",
"LocalName": "China (Qingdao)",
"RegionId": "cn-qingdao"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-31 | The Error code has changed | View Change Details |
2024-03-12 | API Description Update | View Change Details |