All Products
Search
Document Center

Tair (Redis® OSS-Compatible):DescribeZones

Last Updated:Aug 28, 2026

Queries zones that support Tair (Redis OSS-compatible) in a specified region. To query zones where instances can be purchased, call the DescribeAvailableResource operation.

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

RegionId

string

No

The region ID.

cn-huhehaote

AcceptLanguage

string

No

Language for returned zone names. Valid values:

  • zh-CN (default): Chinese

  • en-US: English

en-US

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

1D42F072-72FE-4DC4-BB8E-64B1D298****

Zones

object

KVStoreZone

array<object>

The queried zones.

object

IsRds

boolean

Whether the zone is managed by ApsaraDB RDS. Always true for Tair (Redis OSS-compatible).

true

ZoneId

string

The zone ID.

cn-huhehaote-b

Disabled

boolean

Whether Tair (Redis OSS-compatible) instances can be created in this zone. Valid values:

  • true: Instances cannot be created.

  • false: Instances can be created.

true

SwitchNetwork

boolean

Whether the network type can be changed from classic network to VPC. Valid values:

  • true: The network type can be changed.

  • false: The network type cannot be changed.

true

ZoneName

string

The zone name.

呼和浩特 可用区B

RegionId

string

The region ID.

cn-huhehaote

Examples

Success response

JSON format

{
  "RequestId": "1D42F072-72FE-4DC4-BB8E-64B1D298****",
  "Zones": {
    "KVStoreZone": [
      {
        "IsRds": true,
        "ZoneId": "cn-huhehaote-b",
        "Disabled": true,
        "SwitchNetwork": true,
        "ZoneName": "呼和浩特 可用区B",
        "RegionId": "cn-huhehaote"
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.