Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
list_pops | GET /datacenters | List Fastly POPs |
Get a list of all Fastly POPs.
let cfg = &Configuration::default();
let params = ListPopsParams {
// parameters
};
list_pops(cfg, params)
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json