All Products
Search
Document Center

ApsaraDB for ClickHouse:DescribeRegions

Last Updated:Dec 05, 2025

Queries the available regions and zones for ApsaraDB for ClickHouse.

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

No parameters required.

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

F5178C10-1407-4987-9133-DE4DC9119F75

Regions

object

Region

array<object>

A list of regions.

array<object>

The region.

Zones

object

Zone

array<object>

A list of zones.

object

The zone.

ZoneId

string

The zone ID.

cn-hangzhou-h

VpcEnabled

boolean

Indicates whether VPC is supported. Valid values:

  • true: Supported.

  • false: Not supported.

true

RegionId

string

The region ID.

cn-hangzhou

Examples

Success response

JSON format

{
  "RequestId": "F5178C10-1407-4987-9133-DE4DC9119F75",
  "Regions": {
    "Region": [
      {
        "Zones": {
          "Zone": [
            {
              "ZoneId": "cn-hangzhou-h",
              "VpcEnabled": true
            }
          ]
        },
        "RegionId": "cn-hangzhou"
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.