Queries zones that support Tair (Redis OSS-compatible) in a specified region. To query zones where instances can be purchased, call the DescribeAvailableResource operation.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-huhehaote |
| AcceptLanguage |
string |
No |
Language for returned zone names. Valid values:
|
en-US |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
1D42F072-72FE-4DC4-BB8E-64B1D298**** |
| Zones |
object |
||
| KVStoreZone |
array<object> |
The queried zones. |
|
|
object |
|||
| IsRds |
boolean |
Whether the zone is managed by ApsaraDB RDS. Always true for Tair (Redis OSS-compatible). |
true |
| ZoneId |
string |
The zone ID. |
cn-huhehaote-b |
| Disabled |
boolean |
Whether Tair (Redis OSS-compatible) instances can be created in this zone. Valid values:
|
true |
| SwitchNetwork |
boolean |
Whether the network type can be changed from classic network to VPC. Valid values:
|
true |
| ZoneName |
string |
The zone name. |
呼和浩特 可用区B |
| RegionId |
string |
The region ID. |
cn-huhehaote |
Examples
Success response
JSON format
{
"RequestId": "1D42F072-72FE-4DC4-BB8E-64B1D298****",
"Zones": {
"KVStoreZone": [
{
"IsRds": true,
"ZoneId": "cn-huhehaote-b",
"Disabled": true,
"SwitchNetwork": true,
"ZoneName": "呼和浩特 可用区B",
"RegionId": "cn-huhehaote"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.