Mengkueri zona yang tersedia.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Engine |
string |
No |
Mesin database. |
POLARDB |
| RegionId |
string |
No |
ID wilayah. Catatan
Panggil operasi DescribeRegions untuk Tampilan informasi tentang semua wilayah yang tersedia untuk akun Anda, termasuk ID wilayah. |
cn-zhangjiakou |
| Extra |
string |
No |
Ekstensi mesin. |
local |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
E2FDB684-751D-424D-98B9-704BEA****** |
| Zones |
array<object> |
A list of zones. |
|
|
object |
The data structure of the zone. |
||
| ModeCode |
string |
The enumeration of statuses. Valid values:
|
UnSet |
| Priority |
string |
The priority. |
50 |
| Status |
string |
The status of the zone. Valid values:
|
ON |
| ZoneId |
string |
The ID of the zone. |
cn-beijing-h |
Contoh
Respons sukses
JSONformat
{
"RequestId": "E2FDB684-751D-424D-98B9-704BEA******\t\n",
"Zones": [
{
"ModeCode": "UnSet",
"Priority": "50",
"Status": "ON",
"ZoneId": "cn-beijing-h"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.