Queries all regions where Lindorm is available.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The language to use for the region name (LocalName) in the response. Valid values:
|
en-US |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
73F6E6DA-9AE5-5548-9E07-761A554DAF2E |
| Regions |
array<object> |
The list of regions. |
|
|
object |
|||
| RegionEndpoint |
string |
The endpoint of the region. |
hitsdb.cn-hangzhou.aliyuncs.com |
| LocalName |
string |
The name of the region. |
China (Hangzhou) |
| RegionId |
string |
The ID of the region. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "73F6E6DA-9AE5-5548-9E07-761A554DAF2E",
"Regions": [
{
"RegionEndpoint": "hitsdb.cn-hangzhou.aliyuncs.com",
"LocalName": "China (Hangzhou)",
"RegionId": "cn-hangzhou"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | 400 | Parameter is not valid |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.