All Products
Search
Document Center

Platform For AI:DescribeRegions

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 regions.

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.

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

Valid values:

  • en-US
  • zh-CN
zh-CN

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

1D2FBB36-C39B-5EBB-9928-FCC1A236D65D
Regionsarray<object>

The regions.

Regionsobject
LocalNamestring

The region name.

Hang Zhou
RegionIdstring

The region ID.

cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "RequestId": "1D2FBB36-C39B-5EBB-9928-FCC1A236D65D",
  "Regions": [
    {
      "LocalName": "Hang Zhou",
      "RegionId": "cn-hangzhou"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history