Queries the regions and zones supported by AnalyticDB for MySQL Data Lakehouse Edition.
Operation description
For the service registration of this service, see Endpoint.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The language used for the names of regions and zones (the LocalName values in the response). Valid values:
|
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> |
The list of regions. |
|
|
array<object> |
The region information. |
||
| 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.