Queries a list of available regions and zones for AnalyticDB for MySQL.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AcceptLanguage | string | No | Th language of the
Note
If you do not specify this parameter, the Chinese language is used.
| en-US |
RegionId | string | No | The region ID of the cluster. Note
You can call the DescribeRegions operation to query the most recent region list.
| cn-shenzhen |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "421794A3-72A5-5D27-9E8B-A75A4C503E17",
"Regions": {
"Region": [
{
"RegionEndpoint": "adb.aliyuncs.com",
"LocalName": "China (Hangzhou)",
"RegionId": "cn-hangzhou",
"Zones": {
"Zone": [
{
"ZoneId": "cn-hangzhou-h",
"VpcEnabled": true,
"LocalName": "Hangzhou Zone H"
}
]
}
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-24 | The request parameters of the API has changed | View Change Details |