Consulta as regiões e zonas suportadas pelo PolarDB.
Experimente agora
Testar
Autorização RAM
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
Nenhum parâmetro necessário.
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
|||
| Regions |
object |
||
| Region |
array<object> |
A lista de regiões. |
|
|
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 |
O ID da solicitação. |
3F9E6A3B-C13E-4064-A010-18582A****** |
Exemplos
Resposta de sucesso
JSON formato
{
"Regions": {
"Region": [
{
"RegionId": "cn-hangzhou",
"Zones": {
"Zone": [
{
"VpcEnabled": true,
"ZoneId": "cn-hangzhou-g"
}
]
}
}
]
},
"RequestId": "3F9E6A3B-C13E-4064-A010-18582A******"
}
Resposta de erro
JSON formato
{
"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"
}
]
}
}
]
}
}
Códigos de erro
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.