Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
list_fastly_ips | GET /public-ip-list | List Fastly's public IPs |
List the public IP addresses for the Fastly network.
let cfg = &Configuration::default();
let params = ListFastlyIpsParams {
// parameters
};
list_fastly_ips(cfg, params)
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json