All Products
Search
Document Center

Lindorm:DescribeRegions

Last Updated:Mar 03, 2024

Obtains the regions supported by Lindorm.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AcceptLanguagestringNo

The display language of the regions in the returned results. Valid values:

  • zh-CN (default): Chinese.
  • en-US: English.
zh-CN

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

73F6E6DA-9AE5-5548-9E07-761A554DAF2E
Regionsobject []

The regions supported by Lindorm.

RegionEndpointstring

The endpoint for the region.

hitsdb.aliyuncs.com
LocalNamestring

The name of the region.

RegionIdstring

The ID of the region.

cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "RequestId": "73F6E6DA-9AE5-5548-9E07-761A554DAF2E",
  "Regions": [
    {
      "RegionEndpoint": "hitsdb.aliyuncs.com",
      "LocalName": " ",
      "RegionId": "cn-hangzhou"
    }
  ]
}

Error codes

HTTP status codeError codeError message
400400Parameter is not valid

For a list of error codes, visit the Service error codes.