Product docs and API reference are now on Akamai TechDocs.
Search product docs.
Search for “” in product docs.
Search API reference.
Search for “” in API reference.
Search Results
 results matching 
 results
No Results
Filters
API v4.75.0
Added
Linode Cloud Firewall is now available in the Sydney data center as part our Linode Green Light Beta Program. Cloud Firewall is a free service used to create, configure, and add stateful network-based firewalls to Linode services using the Linode Cloud Manager and the Linode APIv4. A Cloud Firewall is independent of the service it is attached to, so you can apply a single Firewall to multiple Linode services. Currently, a Cloud Firewall can only be applied to Linode instances.
Cloud Firewall beta endpoints have been added to the Networking collection. Note: These endpoints are prepended with
/v4beta
instead of/v4
.- List Firewalls (GET /networking/firewalls)
- Create Firewall (POST /networking/firewalls)
- View Firewall (GET /networking/firewalls/{firewallId})
- Update Firewall (PUT /networking/firewalls/{firewallId})
- Delete Firewall (DELETE /networking/firewalls/{firewallId})
- List Firewall Devices (GET /networking/firewalls/{firewallId}/devices)
- Create Firewall Device (POST /networking/firewalls/{firewallId}/devices)
- View Firewall Device (GET /networking/firewalls/{firewallId}/devices/{deviceId})
- Delete Firewall Device (DELETE /networking/firewalls/{firewallId}/devices/{deviceId})
- List Firewall Rules (GET /networking/firewalls/{firewallId}/rules)
- Update Firewall Rules (PUT /networking/firewalls/{firewallId}/rules)