Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 864 Bytes

PublicIpListApi.md

File metadata and controls

42 lines (25 loc) · 864 Bytes

PublicIpListApi

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_fastly_ips

List the public IP addresses for the Fastly network.

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

Parameters

This endpoint does not need any parameter.

Return type

crate::models::PublicIpList

Authorization

token

HTTP request headers

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

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