All Products
Search
Document Center

:DescribeRegions

Last Updated:Jun 10, 2026

Mengkueri wilayah dan zona yang didukung oleh PolarDB Basis Data Relasional Cloud-Native.

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

Tidak ada parameter yang diperlukan.

Elemen respons

Element

Type

Description

Example

object

Regions

object

Region

array<object>

The list of regions.

array<object>

RegionId

string

The ID of the region.

cn-hangzhou

Zones

object

Zone

array<object>

The list of zones.

object

VpcEnabled

boolean

Indicates whether virtual private clouds (VPCs) are supported.

true

ZoneId

string

The ID of the zone.

cn-hangzhou-g

RequestId

string

The ID of the request.

3F9E6A3B-C13E-4064-A010-18582A******

Contoh

Respons sukses

JSONformat

{
  "Regions": {
    "Region": [
      {
        "RegionId": "cn-hangzhou",
        "Zones": {
          "Zone": [
            {
              "VpcEnabled": true,
              "ZoneId": "cn-hangzhou-g"
            }
          ]
        }
      }
    ]
  },
  "RequestId": "3F9E6A3B-C13E-4064-A010-18582A******"
}

Respons error

JSONformat

{
    "Regions": {
        "Region": [
            {
                "RegionId": "cn-beijing", 
                "Zones": {
                    "Zone": [
                        {
                            "VpcEnabled": true, 
                            "ZoneId": "cn-beijing-e"
                        }, 
                        {
                            "VpcEnabled": true, 
                            "ZoneId": "cn-beijing-g"
                        }
                    ]
                }
            }, 
            {
                "RegionId": "cn-hangzhou", 
                "Zones": {
                    "Zone": [
                        {
                            "VpcEnabled": true, 
                            "ZoneId": "cn-hangzhou-g"
                        }
                    ]
                }
            }, 
            {
                "RegionId": "cn-shanghai", 
                "Zones": {
                    "Zone": [
                        {
                            "VpcEnabled": true, 
                            "ZoneId": "cn-shanghai-d"
                        }, 
                        {
                            "VpcEnabled": true, 
                            "ZoneId": "cn-shanghai-e"
                        }
                    ]
                }
            }, 
            {
                "RegionId": "cn-shenzhen", 
                "Zones": {
                    "Zone": [
                        {
                            "VpcEnabled": true, 
                            "ZoneId": "cn-shenzhen-e"
                        }
                    ]
                }
            }, 
            {
                "RegionId": "cn-hongkong", 
                "Zones": {
                    "Zone": [
                        {
                            "VpcEnabled": true, 
                            "ZoneId": "cn-hongkong-c"
                        }
                    ]
                }
            }, 
            {
                "RegionId": "cn-huhehaote", 
                "Zones": {
                    "Zone": [
                        {
                            "VpcEnabled": true, 
                            "ZoneId": "cn-huhehaote-a"
                        }
                    ]
                }
            }
        ]
    }
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.