All Products
Search
Document Center

Container Service for Kubernetes:DescribeRegions

Last Updated:Sep 22, 2025

Describes the 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

Language

string

No

The language. Valid values:

  • zh: Chinese.

  • en: English.

en

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

C0EE05F4-6C1D-5993-B028-B569F9ED6B51

Regions

array<object>

A list of regions.

object

Region data.

RegionId

string

The region ID.

cn-hangzhou

LocalName

string

The region name.

China (Hangzhou)

Examples

Success response

JSON format

{
  "RequestId": "C0EE05F4-6C1D-5993-B028-B569F9ED6B51",
  "Regions": [
    {
      "RegionId": "cn-hangzhou",
      "LocalName": "China (Hangzhou)"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.