Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 777 Bytes

PopApi.md

File metadata and controls

42 lines (25 loc) · 777 Bytes

PopApi

Note

All URIs are relative to https://api.fastly.com

Method HTTP request Description
list_pops GET /datacenters List Fastly POPs

list_pops

Get a list of all Fastly POPs.

let cfg = &Configuration::default();
let params = ListPopsParams {
    // parameters
};
list_pops(cfg, params)

Parameters

This endpoint does not need any parameter.

Return type

Vec<crate::models::Pop>

Authorization

token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to README]