Lists the regions and zones where AnalyticDB for MySQL Lakehouse Edition is available.
Operation description
For service endpoint details, see Service Endpoints.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The language of the region and zone names that are returned in the
|
en-US |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
421794A3-72A5-5D27-9E8B-A75A4C503E17 |
| Regions |
object |
||
| Region |
array<object> |
An array of region objects. |
|
|
array<object> |
The details of a region. |
||
| RegionEndpoint |
string |
The endpoint of the region. |
adb.aliyuncs.com |
| LocalName |
string |
The name of the region. |
China (Hangzhou) |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| Zones |
object |
||
| Zone |
array<object> |
An array of zone objects. |
|
|
object |
The details of a zone. |
||
| ZoneId |
string |
The zone ID. |
cn-hangzhou-h |
| VpcEnabled |
boolean |
Indicates whether Virtual Private Cloud (VPC) is supported in the zone. Valid values:
|
true |
| LocalName |
string |
The name of the zone. |
Hangzhou Zone H |
Examples
Success response
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
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.