All Products
Search
Document Center

Lindorm:DescribeRegions

Last Updated:Oct 27, 2025

Queries all regions where Lindorm is available.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

AcceptLanguage

string

No

The language to use for the region name (LocalName) in the response. Valid values:

  • zh-CN: Chinese. This is the default value.

  • en-US: English.

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.