All Products
Search
Document Center

ActionTrail:DescribeRegions

Last Updated:Nov 11, 2024

Queries the Alibaba Cloud regions that are supported by ActionTrail.

Operation description

For more information, see Regions and zones.

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 parameters

ParameterTypeRequiredDescriptionExample
AcceptLanguagestringNo

The language of the content within the request and response. Valid values:

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

For more information about common request parameters, see Common parameters.

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

ACA7C814-12BC-4D81-A0D2-72071C9D6D2C
Regionsarray<object>

A list of regions.

Regionobject
RegionIdstring

The ID of the region.

cn-hangzhou
RegionEndpointstring

The endpoint of ActionTrail in the region.

actiontrail.cn-hangzhou.aliyuncs.com
LocalNamestring

The name of the region.

Note If AcceptLanguage is set to zh-CN, the Chinese name of the region is returned. If AcceptLanguage is set to en-US or left empty, the English name of the region is returned.
China (Hangzhou)

Examples

Sample success responses

JSONformat

{
  "RequestId": "ACA7C814-12BC-4D81-A0D2-72071C9D6D2C",
  "Regions": {
    "Region": [
      {
        "RegionId": "cn-hangzhou",
        "RegionEndpoint": "actiontrail.cn-hangzhou.aliyuncs.com",
        "LocalName": "China (Hangzhou)"
      }
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history