All Products
Search
Document Center

Cloud Phone:DescribeRegions

Last Updated:Jul 25, 2025

Query available 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 display language of the console. Valid values:

  • cn: Simplified Chinese
  • en: English
en
SaleModestringNo

The sales mode.

Valid values:

  • Instance: the instance group mode. [Default]
  • Node: the matrix mode. [Whitelist required]
Instance

Response parameters

ParameterTypeDescriptionExample
object

Return parameters.

RequestIdstring

The request ID.

A87B3769-0D05-5383-B236-5798B455****
RegionModelsarray<object>

Available regions.

regionModelsobject
RegionIdstring

The region ID.

cn-hangzhou
RegionNamestring

The region name.

China (Hangzhou)

Examples

Sample success responses

JSONformat

{
  "RequestId": "A87B3769-0D05-5383-B236-5798B455****",
  "RegionModels": [
    {
      "RegionId": "cn-hangzhou",
      "RegionName": "China (Hangzhou)"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-11-07The request parameters of the API has changed. The response structure of the API has changedView Change Details