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
| 
         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
| 
         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
| 
         Parameter  | 
       
         Type  | 
       
         Description  | 
      
|---|---|---|
| 
         pops  | 
       
         Array of PopOuterDetail objects  | 
       
         The list of access points.  | 
      
| 
         page_info  | 
       
         PageInfo object  | 
       
         Specifies the pagination query information.  | 
      
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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot