You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13322,6 +13322,10 @@ paths:
13322
13322
* A Linode instance can have one active, assigned Firewall at a time.
13323
13323
Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if another active Firewall is already assigned to the same service.
13324
13324
13325
+
* Firewalls apply to all of a Linode's non-`vlan` purpose Configuration Profile Interfaces.
13326
+
13327
+
* Assigned Linodes must not have any ongoing live migrations.
13328
+
13325
13329
* A `firewall_create` Event is generated when this endpoint returns successfully.
13326
13330
operationId: createFirewalls
13327
13331
x-linode-cli-action: create
@@ -13500,7 +13504,14 @@ paths:
13500
13504
- Networking
13501
13505
summary: Firewall Update
13502
13506
description: |
13503
-
Updates information for a Firewall. Some parts of a Firewall's configuration cannot
13507
+
Updates information for a Firewall.
13508
+
13509
+
* Assigned Linodes must not have any ongoing live migrations.
13510
+
13511
+
* If a Firewall's status is changed with this endpoint, a corresponding `firewall_enable` or
13512
+
`firewall_disable` Event will be generated.
13513
+
13514
+
Some parts of a Firewall's configuration cannot
13504
13515
be manipulated by this endpoint:
13505
13516
13506
13517
- A Firewall's Devices cannot be set with this endpoint. Instead, use the
If a Firewall's status is changed with this endpoint, a corresponding `firewall_enable` or
13521
-
`firewall_disable` Event will be generated.
13522
13530
operationId: updateFirewall
13523
13531
x-linode-cli-action: update
13524
13532
security:
@@ -13540,7 +13548,7 @@ paths:
13540
13548
type: string
13541
13549
description: >
13542
13550
The status to be applied to this Firewall.
13543
-
13551
+
13544
13552
* When a Firewall is first created its status is `enabled`.
13545
13553
* Use the [Delete Firewall](/docs/api/networking/#firewall-delete) endpoint to delete a Firewall.
13546
13554
enum:
@@ -13589,7 +13597,9 @@ paths:
13589
13597
Delete a Firewall resource by its ID. This will remove all of the Firewall's Rules
13590
13598
from any Linode services that the Firewall was assigned to.
13591
13599
13592
-
A `firewall_delete` Event is generated when this endpoint returns successfully.
13600
+
* Assigned Linodes must not have any ongoing live migrations.
13601
+
13602
+
* A `firewall_delete` Event is generated when this endpoint returns successfully.
13593
13603
responses:
13594
13604
'200':
13595
13605
description: Delete Successful.
@@ -13685,6 +13695,8 @@ paths:
13685
13695
* A Linode instance can have one active, assigned Firewall at a time.
13686
13696
Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if another active Firewall is already assigned to the same service.
13687
13697
13698
+
* Assigned Linodes must not have any ongoing live migrations.
13699
+
13688
13700
* A `firewall_device_add` Event is generated when the Firewall Device is added successfully.
13689
13701
operationId: createFirewallDevice
13690
13702
x-linode-cli-action: device-create
@@ -13797,7 +13809,9 @@ paths:
13797
13809
service. If any other Firewalls have been assigned to the Linode service, then those Rules
13798
13810
will remain in effect.
13799
13811
13800
-
A `firewall_device_remove` Event is generated when the Firewall Device is removed successfully.
13812
+
* Assigned Linodes must not have any ongoing live migrations.
13813
+
13814
+
* A `firewall_device_remove` Event is generated when the Firewall Device is removed successfully.
13801
13815
responses:
13802
13816
'200':
13803
13817
description: Delete Successful.
@@ -13872,7 +13886,9 @@ paths:
13872
13886
description: |
13873
13887
Updates the inbound and outbound Rules for a Firewall.
13874
13888
13875
-
**Note:** This command replaces all of a Firewall's `inbound` and `outbound` rulesets with the values specified in your request.
13889
+
* Assigned Linodes must not have any ongoing live migrations.
13890
+
13891
+
* **Note:** This command replaces all of a Firewall's `inbound` and `outbound` rulesets with the values specified in your request.
0 commit comments