Queries a list of available regions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /V2/DescribeRegions
GET /V2/DescribeRegions
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AcceptLanguage | string | No | The language in which you want to display the results. Valid values:
| zh-CN |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "59F0F0A0-A637-4292-9B91-251EF5010913",
"Regions": [
{
"LocalName": "ccn-cn-shanghai-finance-1",
"RegionEndpoint": "ros.aliyuncs.com",
"RegionId": "cn-hangzhou"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-04-24 | The internal configuration of the API is changed, but the call is not affected | View Change Details |