Skip to content

Commit 91a9092

Browse files
Merge pull request linode#265 from leslitagordita/api-changelog-v4.75.0
Add API Changelog for Cloud Firewall release
2 parents 0617a9d + adb5ea7 commit 91a9092

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: '4.75.0: 2020-09-14'
3+
date: 2020-09-14T04:00:00.000Z
4+
version: 4.75.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
[Linode Cloud Firewall](https://www.linode.com/products/firewall/) is now available in the Sydney data center as part our [Linode Green Light Beta Program](https://www.linode.com/green-light/). 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](/api/v4/linode-instances/#post).
12+
13+
* Cloud Firewall beta endpoints have been added to the Networking collection. **Note**: These endpoints are prepended with **`/v4beta`** instead of `/v4`.
14+
15+
* List Firewalls ([GET /networking/firewalls](/api/v4/networking-firewalls))
16+
* Create Firewall ([POST /networking/firewalls](/api/v4/networking-firewalls/#post))
17+
* View Firewall ([GET /networking/firewalls/{firewallId}](/api/v4/networking-firewalls-firewall-id))
18+
* Update Firewall ([PUT /networking/firewalls/{firewallId}](/api/v4/networking-firewalls-firewall-id/#put))
19+
* Delete Firewall ([DELETE /networking/firewalls/{firewallId}
20+
](/api/v4/networking-firewalls-firewall-id/#delete))
21+
* List Firewall Devices ([GET /networking/firewalls/{firewallId}/devices](/api/v4/networking-firewalls-firewall-id-devices))
22+
* Create Firewall Device ([POST /networking/firewalls/{firewallId}/devices](/api/v4/networking-firewalls-firewall-id-devices/#post))
23+
* View Firewall Device ([GET /networking/firewalls/{firewallId}/devices/{deviceId}](/api/v4/networking-firewalls-firewall-id-devices-device-id))
24+
* Delete Firewall Device ([DELETE /networking/firewalls/{firewallId}/devices/{deviceId}](/api/v4/networking-firewalls-firewall-id-devices-device-id/#delete))
25+
* List Firewall Rules ([GET /networking/firewalls/{firewallId}/rules](/api/v4/networking-firewalls-firewall-id-rules))
26+
* Update Firewall Rules ([PUT /networking/firewalls/{firewallId}/rules](/api/v4/networking-firewalls-firewall-id-rules/#put))
27+
28+
29+

0 commit comments

Comments
 (0)