All Products
Search
Document Center

Tair (Redis® OSS-Compatible):DescribeZones

Last Updated:Jun 12, 2026

Mengkueri zona yang didukung oleh Database Apsara for Redis (Tair-compatible) di wilayah tertentu. Untuk mengkueri zona tempat instans dapat dibeli saat ini, panggil operasi DescribeAvailableResource.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

RegionId

string

No

ID wilayah.

cn-huhehaote

AcceptLanguage

string

No

Bahasa nama zona yang dikembalikan. Nilai valid:

  • zh-CN (default): Bahasa Mandarin.

  • en-US: Bahasa Inggris.

en-US

Elemen respons

Element

Type

Description

Example

object

RequestId

string

ID permintaan.

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

Zones

object

KVStoreZone

array<object>

Kumpulan zona.

object

IsRds

boolean

Indicates whether the zone is managed by ApsaraDB RDS. The return value of this parameter is true in Tair (Redis OSS-compatible).

true

ZoneId

string

The ID of the zone within the specified region.

cn-huhehaote-b

Disabled

boolean

Indicates whether Tair (Redis OSS-compatible) instances can be created in the current zone. Valid values:

  • true: Tair (Redis OSS-compatible) instances cannot be created in the current zone.

  • false: Tair (Redis OSS-compatible) instances can be created in the current zone.

true

SwitchNetwork

boolean

Indicates whether the network type of the instance can be changed from the classic network to Virtual Private Cloud (VPC). Valid values:

  • true: The network type of the instance can be changed from the classic network to VPC.

  • false: The network type of the instance cannot be changed from the classic network to VPC.

true

ZoneName

string

The name of the zone within the specified region.

呼和浩特 可用区B

RegionId

string

The ID of the region.

cn-huhehaote

Contoh

Respons sukses

JSONformat

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

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.