All Products
Search
Document Center

Service Catalog:ListRegions

Last Updated:Jul 25, 2025

Queries 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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

0FEEF92D-4052-5202-87D0-3D8EC16F81BF
Regionsarray<object>

The details of regions.

regionobject

The information about the region.

RegionIdstring

The ID of the region.

cn-hangzhou
RegionEndpointstring

The endpoint of the region.

servicecatalog.cn-hangzhou.aliyuncs.com
LocalNamestring

The name of the region.

China (Hangzhou)

Examples

Sample success responses

JSONformat

{
  "RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
  "Regions": [
    {
      "RegionId": "cn-hangzhou",
      "RegionEndpoint": "servicecatalog.cn-hangzhou.aliyuncs.com",
      "LocalName": "China (Hangzhou)\n"
    }
  ]
}

Error codes

HTTP status codeError codeError message
500InternalErrorA system error occurred.

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

Change history

Change timeSummary of changesOperation
No change history