Queries the access points in a specified access area.
Try it now
Test
RAM authorization
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.