All Products
Search
Document Center

API Gateway:DescribeZones

Last Updated:Mar 30, 2026

Queries zones in a region.

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

Language

string

No

The language in which you want to use to return the description of the system policy. Valid values:

  • en: English

  • zh-CN: Chinese

  • ja: Japanese

zh

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

9324B68F-9863-5722-A0FD-0798E2B02A0E

Zones

object

Zone

array<object>

The zones available in the current region.

{'Zone': [{'ZoneId': 'cn-hangzhou-i'}]}

object

ZoneId

string

The ID of the zone.

cn-hangzhou-MAZ2(j,g)

LocalName

string

The name of the zone.

East China1(Hangzhou)Multi-zone 2(j,g)

Examples

Success response

JSON format

{
  "RequestId": "9324B68F-9863-5722-A0FD-0798E2B02A0E",
  "Zones": {
    "Zone": [
      {
        "ZoneId": "cn-hangzhou-MAZ2(j,g)",
        "LocalName": "East China1(Hangzhou)Multi-zone 2(j,g)"
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.