All Products
Search
Document Center

AnalyticDB:DescribeRegions

Last Updated:Mar 27, 2026

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

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 region and zone names that are returned in the LocalName response parameter. Valid values:

  • zh-CN: Simplified Chinese (default).

  • en-US: English.

  • ja: Japanese.

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

  • false

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.