@@ -8937,7 +8937,7 @@ paths:
8937
8937
tags:
8938
8938
- Networking
8939
8939
summary: Create Firewall
8940
- description: >
8940
+ description: |
8941
8941
Creates a Firewall to filter network traffic. Use the `rules` property to
8942
8942
create inbound and outbound access rules. Use the `devices` property to assign the
8943
8943
Firewall to a Linode service. Currently, Firewalls can only be assigned to Linode
@@ -8946,6 +8946,8 @@ paths:
8946
8946
A Firewall can be assigned to multiple Linode services, and multiple Firewalls can be
8947
8947
assigned to a single Linode service.
8948
8948
8949
+ A `firewall_create` Event is generated when this endpoint returns successfully.
8950
+
8949
8951
**Beta**: This endpoint is in beta. Please make sure to prepend all requests with
8950
8952
`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking
8951
8953
updates in the future. This notice will be removed when this endpoint is out of
@@ -9109,7 +9111,7 @@ paths:
9109
9111
summary: Update Firewall
9110
9112
description: |
9111
9113
Updates information for a Firewall. Some parts of a Firewall's configuration cannot
9112
- be manipuslated by this endpoint:
9114
+ be manipulated by this endpoint:
9113
9115
9114
9116
- A Firewall's Devices cannot be set with this endpoint. Instead, use the
9115
9117
[Create Firewall Device](http://developers.linode.com/api/v4/networking-firewalls-firewall-id-devices/#post)
@@ -9125,6 +9127,9 @@ paths:
9125
9127
[Delete Firewall](http://developers.linode.com/api/v4/networking-firewalls-firewall-id/#delete)
9126
9128
endpoint to delete a Firewall.
9127
9129
9130
+ If a Firewall's status is changed with this endpoint, a corresponding `firewall_enable` or
9131
+ `firewall_disable` Event will be generated.
9132
+
9128
9133
**Beta**: This endpoint is in beta. Please make sure to prepend all requests with
9129
9134
`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking
9130
9135
updates in the future. This notice will be removed when this endpoint is out of
@@ -9187,6 +9192,8 @@ paths:
9187
9192
Delete a Firewall resource by its ID. This will remove all of the Firewall's Rules
9188
9193
from any Linode services that it was assigned to.
9189
9194
9195
+ A `firewall_delete` Event is generated when this endpoint returns successfully.
9196
+
9190
9197
**Beta**: This endpoint is in beta. Please make sure to prepend all requests with
9191
9198
`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking
9192
9199
updates in the future. This notice will be removed when this endpoint is out of
@@ -9278,7 +9285,7 @@ paths:
9278
9285
as the Device's `entity`). Currently, only Devices with an entity of type `linode` are accepted.
9279
9286
9280
9287
Creating a Firewall Device will apply the Rules from a Firewall to a Linode service.
9281
- A `firewall_device_add` event is generated when the Firewall Device is added successfully.
9288
+ A `firewall_device_add` Event is generated when the Firewall Device is added successfully.
9282
9289
9283
9290
**Beta**: This endpoint is in beta. Please make sure to prepend all requests with
9284
9291
`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking
@@ -9394,6 +9401,8 @@ paths:
9394
9401
service. If any other Firewalls have been assigned to the Linode service, then those Rules
9395
9402
will remain in effect.
9396
9403
9404
+ A `firewall_device_remove` Event is generated when the Firewall Device is removed successfully.
9405
+
9397
9406
**Beta**: This endpoint is in beta. Please make sure to prepend all requests with
9398
9407
`/v4beta` instead of `/v4`, and be aware that this endpoint may receiving breaking
9399
9408
updates in the future. This notice will be removed when this endpoint is out of
@@ -14721,6 +14730,11 @@ components:
14721
14730
- dns_zone_delete
14722
14731
- dnz_zone_import
14723
14732
- dns_zone_update
14733
+ - firewall_create
14734
+ - firewall_delete
14735
+ - firewall_disable
14736
+ - firewall_enable
14737
+ - firewall_update
14724
14738
- firewall_device_add
14725
14739
- firewall_device_remove
14726
14740
- host_reboot
@@ -14868,6 +14882,7 @@ components:
14868
14882
- community
14869
14883
- disks
14870
14884
- domain
14885
+ - firewall
14871
14886
- image
14872
14887
- ipaddress
14873
14888
- linode
0 commit comments