All Products
Search
Document Center

Anycast Elastic IP Address:DescribeAnycastServerRegions

Last Updated:Mar 03, 2024

Queries regions where you can associate Anycast elastic IP addresses (Anycast EIPs) with endpoints.

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
ServiceLocationstringYes

The access area from which you use the Anycast EIP to communicate with the Internet.

Set the value to international, which specifies the areas outside the Chinese mainland.

international

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

4EC47282-1B74-4534-BD0E-403F3EE64CAF
Countstring

The number of returned entries.

1
AnycastServerRegionListobject []

The list of regions where you can associate Anycast EIPs with endpoints.

RegionNamestring

The name of the region.

eu-west-1-gb33-a01
RegionIdstring

The ID of the region.

eu-west-1

Examples

Sample success responses

JSONformat

{
  "RequestId": "4EC47282-1B74-4534-BD0E-403F3EE64CAF",
  "Count": "1",
  "AnycastServerRegionList": [
    {
      "RegionName": "eu-west-1-gb33-a01",
      "RegionId": "eu-west-1"
    }
  ]
}

Error codes

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