All Products
Search
Document Center

AnalyticDB:DescribeRegions

Last Updated:Aug 28, 2026

Queries available regions and zones for AnalyticDB for MySQL.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

AcceptLanguage

string

No

The language of the LocalName response parameter. Valid values:

  • zh-CN: Chinese.

  • en-US: English.

  • ja: Japanese.

Note

If you do not specify this parameter, Chinese 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-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 queried regions.

array<object>

RegionEndpoint

string

The endpoint of the region.

adb.aliyuncs.com

LocalName

string

The region name.

China (Hangzhou)

RegionId

string

The region ID.

cn-hangzhou

Zones

object

Zone

array<object>

The queried zones.

object

ZoneId

string

The zone ID.

cn-hangzhou-h

VpcEnabled

boolean

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

  • true

  • false

true

LocalName

string

The zone name.

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.