All Products
Search
Document Center

PrivateLink:DescribeRegions

Last Updated:Feb 27, 2024

Queries available regions and zones.

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
RegionIdstringNo

The region ID.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F
Regionsobject []

The available regions.

LocalNamestring

The name of the region.

China (Hangzhou)
RegionEndpointstring

The endpoint of the region.

privatelink.cn-hangzhou.aliyuncs.com
RegionIdstring

The region ID.

cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "RequestId": "611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F",
  "Regions": {
    "Region": [
      {
        "LocalName": "China (Hangzhou)\n",
        "RegionEndpoint": "privatelink.cn-hangzhou.aliyuncs.com",
        "RegionId": "cn-hangzhou"
      }
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history