Help Center/ Global Accelerator/ API Reference/ API/ Access Points/ This API is used to query the PoP list.
Updated on 2025-10-27 GMT+08:00

This API is used to query the PoP list.

Function

This API is used to query the PoP list.

Calling Method

For details, see Calling APIs.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions. For details about the required permissions, see Permissions Policies and Supported Actions.

URI

GET /v1/pops

Table 1 Query Parameters

Parameter

Mandatory

Type

Description

limit

No

Integer

Specifies the number of resources on each page. If this parameter is not specified, the default value is 500.

marker

No

String

The ID of the resource from which pagination query starts, that is, the ID of the last resource on the previous page. If the parameter is not specified, only resources on the first page are queried.

This parameter must be used together with limit.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Specifies the user token. The token can be obtained by calling the IAM API. The value of X-Subject-Token in the response header is the user token.

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

pops

Array of PopOuterDetail objects

The list of access points.

page_info

PageInfo object

Specifies the pagination query information.

Table 4 PopOuterDetail

Parameter

Type

Description

id

String

The access point ID.

Table 5 PageInfo

Parameter

Type

Description

next_marker

String

Specifies the marker of the next page. If this parameter is left empty, the resource is on the last page.

current_count

Integer

Specifies the number of resources on the current list.

Example Requests

This API is used to query the PoP list.

GET https://{ga_endpoint}/v1/pops

Example Responses

Status code: 200

Operation succeeded.

{
  "pops" : [ {
    "id" : "hongkong1"
  } ],
  "page_info" : {
    "next_marker" : "singapore1",
    "current_count" : 10
  }
}

Status Codes

Status Code

Description

200

Operation succeeded.

Error Codes

See Error Codes.