All Products
Search
Document Center

AnalyticDB for MySQL:DescribeRegions

Last Updated:May 08, 2024

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

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AcceptLanguagestringNo

The language that is used for the region and zone names indicated by the LocalName parameter in the response parameters. Valid values:

  • zh-CN (default): simplified Chinese.
  • en-US: English.
  • ja: Japanese.
en-US

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

421794A3-72A5-5D27-9E8B-A75A4C503E17
Regionsobject []

The queried regions.

RegionEndpointstring

The endpoint of the region.

adb.aliyuncs.com
LocalNamestring

The name of the region.

China (Hangzhou)
RegionIdstring

The region ID.

cn-hangzhou
Zonesobject []

The queried zones.

ZoneIdstring

The zone ID.

cn-hangzhou-h
VpcEnabledboolean

Indicates whether Virtual Private Cloud (VPC) is supported in the zone. Valid values:

  • true
  • false
true
LocalNamestring

The name of the zone.

Hangzhou Zone H

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2022-09-15Add Operationsee changesets