Queries all regions and zones available for Tair (Redis OSS-compatible) instances.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
Language for the LocalName value. Valid values:
Note
Default: zh-CN. |
zh-CN |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
AD425AD3-CC7B-4EE2-A5CB-2F61BA73**** |
| RegionIds |
object |
||
| KVStoreRegion |
array<object> |
The regions. |
|
|
array<object> |
|||
| RegionEndpoint |
string |
The region endpoint. |
r-kvstore.aliyuncs.com |
| LocalName |
string |
The region name. |
华东1(杭州) |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| ZoneIds |
string |
The zone IDs in the region. |
cn-hangzhou-h |
| ZoneIdList |
object |
||
| ZoneId |
array |
The zone IDs. |
|
|
string |
The zone ID. |
cn-hangzhou-h |
Examples
Success response
JSON format
{
"RequestId": "AD425AD3-CC7B-4EE2-A5CB-2F61BA73****",
"RegionIds": {
"KVStoreRegion": [
{
"RegionEndpoint": "r-kvstore.aliyuncs.com",
"LocalName": "华东1(杭州)",
"RegionId": "cn-hangzhou",
"ZoneIds": "cn-hangzhou-h",
"ZoneIdList": {
"ZoneId": [
"cn-hangzhou-h"
]
}
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.