Menampilkan wilayah dan zona tempat Database Analitik for MySQL Lakehouse Edisi tersedia.
Deskripsi operasi
For service endpoint details, see Service Endpoints.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
Bahasa nama wilayah dan zona yang dikembalikan pada parameter respons LocalName. Nilai valid:
|
en-US |
| RegionId |
string |
No |
ID wilayah. |
cn-hangzhou |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
421794A3-72A5-5D27-9E8B-A75A4C503E17 |
| Regions |
object |
||
| Region |
array<object> |
An array of region objects. |
|
|
array<object> |
The details of a region. |
||
| RegionEndpoint |
string |
The endpoint of the region. |
adb.aliyuncs.com |
| LocalName |
string |
The name of the region. |
China (Hangzhou) |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| Zones |
object |
||
| Zone |
array<object> |
An array of zone objects. |
|
|
object |
The details of a zone. |
||
| ZoneId |
string |
The zone ID. |
cn-hangzhou-h |
| VpcEnabled |
boolean |
Indicates whether Virtual Private Cloud (VPC) is supported in the zone. Valid values:
|
true |
| LocalName |
string |
The name of the zone. |
Hangzhou Zone H |
Contoh
Respons sukses
JSONformat
{
"RequestId": "421794A3-72A5-5D27-9E8B-A75A4C503E17",
"Regions": {
"Region": [
{
"RegionEndpoint": "adb.aliyuncs.com",
"LocalName": "China (Hangzhou)",
"RegionId": "cn-hangzhou",
"Zones": {
"Zone": [
{
"ZoneId": "cn-hangzhou-h",
"VpcEnabled": true,
"LocalName": "Hangzhou Zone H"
}
]
}
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.