All Products
Search
Document Center

Platform For AI:DescribeZones

Last Updated:Jul 25, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Queries a list of zones.

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
AcceptLanguagestringNo

The natural language that is used to filter responses. For more information, see RFC 7231. Valid values:

zh-CN en-US Default value: zh-CN.

Valid values:

  • en-US
  • zh-CN
zh-CN

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

E9116F2D-82F8-501E-9ADB-2BE0C02B6A84
Zonesarray<object>

The list of zones.

Zonesobject
LocalNamestring

The zone name.

Hang Zhou
ZoneIdstring

The zone ID.

cn-hangzhou-i

Examples

Sample success responses

JSONformat

{
  "RequestId": "E9116F2D-82F8-501E-9ADB-2BE0C02B6A84",
  "Zones": [
    {
      "LocalName": "Hang Zhou",
      "ZoneId": "cn-hangzhou-i"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history