All Products
Search
Document Center

Platform For AI:DescribeRegions

Last Updated:Jan 28, 2026

Queries available 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 syntax

GET /api/v2/regions HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

40325405-579C-4D82****

Regions

array<object>

The available regions.

object

RegionId

string

The region ID.

cn-shanghai

RegionName

string

The region name.

华东 2(上海)

Examples

Success response

JSON format

{
  "RequestId": "40325405-579C-4D82****",
  "Regions": [
    {
      "RegionId": "cn-shanghai",
      "RegionName": "华东 2(上海)"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.