All Products
Search
Document Center

Anycast Elastic IP Address:DescribeAnycastPopLocations

Last Updated:Dec 02, 2025

Queries the access points in a specified access area.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ServiceLocation

string

No

The access area of the Anycast EIP instance.

Set the value to international. This value specifies the regions outside the Chinese mainland.

international

Response elements

Element

Type

Description

Example

object

The list of response parameters.

AnycastPopLocationList

array<object>

A list of access points in the access area.

object

The access points in the access area.

RegionName

string

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

us-west-1-pop

RegionId

string

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

us-west-1-pop

RequestId

string

The request ID.

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

Count

string

The number of access points returned.

1

Examples

Success response

JSON format

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

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.