const apiInstance = new Fastly.PublicIpListApi();
Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
listFastlyIps | GET /public-ip-list | List Fastly's public IPs |
listFastlyIps()
List the public IP addresses for the Fastly network.
apiInstance.listFastlyIps()
.then((data) => {
console.log(data, "API called successfully.");
})
.catch((error) => {
console.error(error);
});
This endpoint does not need any parameters.