All Products
Search
Document Center

Service Catalog:ListRegions

Last Updated:Feb 10, 2026

Queries regions.

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

No parameters required.

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The ID of the request.

0FEEF92D-4052-5202-87D0-3D8EC16F81BF

Regions

array<object>

The details of regions.

object

The information about the region.

RegionId

string

The ID of the region.

cn-hangzhou

RegionEndpoint

string

The endpoint of the region.

servicecatalog.cn-hangzhou.aliyuncs.com

LocalName

string

The name of the region.

华东1(杭州)

Examples

Success response

JSON format

{
  "RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
  "Regions": [
    {
      "RegionId": "cn-hangzhou",
      "RegionEndpoint": "servicecatalog.cn-hangzhou.aliyuncs.com",
      "LocalName": "华东1(杭州)"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

500 InternalError A system error occurred.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.