DescribeAnycastPopLocations

Updated at:
Copy as MD

Queries the access points in a specified access area.

Try it now

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

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 for a complete list.

Release notes

See 变更详情 for a complete list.