All Products
Search
Document Center

Cloud Phone:DescribeRegions

Last Updated:Mar 20, 2026

Query 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 parameters

Parameter

Type

Required

Description

Example

AcceptLanguage

string

No

The display language of the console. Valid values:

  • cn: Simplified Chinese

  • en: English

Valid values:

  • en :

    en

  • cn :

    cn

cn

SaleMode

string

No

The sales mode.

Valid values:

  • Instance: the instance group mode. [Default]

  • Node: the matrix mode. [Whitelist required]

Valid values:

  • Instance :

    Instance

  • Node :

    Node

Instance

Response elements

Element

Type

Description

Example

object

Return parameters.

RequestId

string

The request ID.

A87B3769-0D05-5383-B236-5798B455****

RegionModels

array<object>

Available regions.

object

RegionId

string

The region ID.

cn-hangzhou

RegionName

string

The region name.

华东1(杭州)

Examples

Success response

JSON format

{
  "RequestId": "A87B3769-0D05-5383-B236-5798B455****",
  "RegionModels": [
    {
      "RegionId": "cn-hangzhou",
      "RegionName": "华东1(杭州)"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.