All Products
Search
Document Center

API Gateway:DescribeZones

Last Updated:Jul 31, 2025

Queries zones in a region.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LanguagestringNo

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 parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

9324B68F-9863-5722-A0FD-0798E2B02A0E
Zonesarray<object>

The zones available in the current region.

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

The ID of the zone.

cn-hangzhou-MAZ2(j,g)
LocalNamestring

The name of the zone.

China (Hangzhou) Multi-zone 2(j,g)

Examples

Sample success responses

JSONformat

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

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-11-14API Description UpdateView Change Details