Queries a list of regions and zones in which AnalyticDB for MySQL Data Lakehouse Edition (V3.0) is available.
Operation description
For information about the endpoints of AnalyticDB for MySQL, see Endpoints .
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AcceptLanguage | string | No | The language that is used for the region and zone names indicated by the LocalName parameter in the response parameters. Valid values:
| en-US |
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 |
2022-09-15 | Add Operation | View Change Details |