All Products
Search
Document Center

Tablestore:DescribeRegions

Last Updated:Nov 14, 2024

Queries supported regions.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /region/DescribeRegions HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

Note You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
ETnLKlblzczshOTUbOCzxxxxxxxxxx

Response parameters

ParameterTypeDescriptionExample
object

The returned struct.

requestIdstring

The request ID, which can be used to troubleshoot issues.

B37BBA04-D827-55C8-B901-5264B904E8C6
Regionsarray<object>

The regions.

Regionsobject

The region.

RegionIdstring

The ID of the region.

cn-hangzhou
I18nKeystring

The key of the region.

yunjiankong.cloud.region.cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "requestId": "B37BBA04-D827-55C8-B901-5264B904E8C6",
  "Regions": [
    {
      "RegionId": "cn-hangzhou",
      "I18nKey": "yunjiankong.cloud.region.cn-hangzhou"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2021-04-07Add OperationView Change Details
2021-04-07Add OperationView Change Details