All Products
Search
Document Center

Anycast Elastic IP Address:DescribeAnycastPopLocations

Last Updated:Mar 03, 2024

Queries the access points in an access area.

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
ServiceLocationstringNo

The access area of the Anycast elastic IP address (EIP).

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

international

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

AnycastPopLocationListobject []

The list of access points in the specified access area.

RegionNamestring

The name of the region where the access point is deployed.

us-west-1-pop
RegionIdstring

The ID of the region where the access point is deployed.

us-west-1-pop
RequestIdstring

The request ID.

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

The number of access points.

1

Examples

Sample success responses

JSONformat

{
  "AnycastPopLocationList": [
    {
      "RegionName": "us-west-1-pop",
      "RegionId": "us-west-1-pop"
    }
  ],
  "RequestId": "4EC47282-1B74-4534-BD0E-403F3EE64CAF",
  "Count": "1"
}

Error codes

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