All Products
Search
Document Center

Tair (Redis® OSS-Compatible):DescribeRegions

Last Updated:Aug 28, 2026

Queries all regions and zones available for Tair (Redis OSS-compatible) instances.

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

Language for the LocalName value. Valid values:

  • zh-CN: Chinese

  • en-US: English

Note

Default: zh-CN.

zh-CN

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

AD425AD3-CC7B-4EE2-A5CB-2F61BA73****

RegionIds

object

KVStoreRegion

array<object>

The regions.

array<object>

RegionEndpoint

string

The region endpoint.

r-kvstore.aliyuncs.com

LocalName

string

The region name.

华东1(杭州)

RegionId

string

The region ID.

cn-hangzhou

ZoneIds

string

The zone IDs in the region.

cn-hangzhou-h

ZoneIdList

object

ZoneId

array

The zone IDs.

string

The zone ID.

cn-hangzhou-h

Examples

Success response

JSON format

{
  "RequestId": "AD425AD3-CC7B-4EE2-A5CB-2F61BA73****",
  "RegionIds": {
    "KVStoreRegion": [
      {
        "RegionEndpoint": "r-kvstore.aliyuncs.com",
        "LocalName": "华东1(杭州)",
        "RegionId": "cn-hangzhou",
        "ZoneIds": "cn-hangzhou-h",
        "ZoneIdList": {
          "ZoneId": [
            "cn-hangzhou-h"
          ]
        }
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.