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
@@ -13319,6 +13319,10 @@ paths:
13319
13319
* A Linode instance can have one active, assigned Firewall at a time.
13320
13320
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.
13321
13321
13322
+
* Firewalls apply to all of a Linode's non-`vlan` purpose Configuration Profile Interfaces.
13323
+
13324
+
* Assigned Linodes must not have any ongoing live migrations.
13325
+
13322
13326
* A `firewall_create` Event is generated when this endpoint returns successfully.
13323
13327
operationId: createFirewalls
13324
13328
x-linode-cli-action: create
@@ -13497,7 +13501,14 @@ paths:
13497
13501
- Networking
13498
13502
summary: Firewall Update
13499
13503
description: |
13500
-
Updates information for a Firewall. Some parts of a Firewall's configuration cannot
13504
+
Updates information for a Firewall.
13505
+
13506
+
* Assigned Linodes must not have any ongoing live migrations.
13507
+
13508
+
* If a Firewall's status is changed with this endpoint, a corresponding `firewall_enable` or
13509
+
`firewall_disable` Event will be generated.
13510
+
13511
+
Some parts of a Firewall's configuration cannot
13501
13512
be manipulated by this endpoint:
13502
13513
13503
13514
- 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
13518
-
`firewall_disable` Event will be generated.
13519
13527
operationId: updateFirewall
13520
13528
x-linode-cli-action: update
13521
13529
security:
@@ -13537,7 +13545,7 @@ paths:
13537
13545
type: string
13538
13546
description: >
13539
13547
The status to be applied to this Firewall.
13540
-
13548
+
13541
13549
* When a Firewall is first created its status is `enabled`.
13542
13550
* Use the [Delete Firewall](/docs/api/networking/#firewall-delete) endpoint to delete a Firewall.
13543
13551
enum:
@@ -13586,7 +13594,9 @@ paths:
13586
13594
Delete a Firewall resource by its ID. This will remove all of the Firewall's Rules
13587
13595
from any Linode services that the Firewall was assigned to.
13588
13596
13589
-
A `firewall_delete` Event is generated when this endpoint returns successfully.
13597
+
* Assigned Linodes must not have any ongoing live migrations.
13598
+
13599
+
* A `firewall_delete` Event is generated when this endpoint returns successfully.
13590
13600
responses:
13591
13601
'200':
13592
13602
description: Delete Successful.
@@ -13682,6 +13692,8 @@ paths:
13682
13692
* A Linode instance can have one active, assigned Firewall at a time.
13683
13693
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.
13684
13694
13695
+
* Assigned Linodes must not have any ongoing live migrations.
13696
+
13685
13697
* A `firewall_device_add` Event is generated when the Firewall Device is added successfully.
13686
13698
operationId: createFirewallDevice
13687
13699
x-linode-cli-action: device-create
@@ -13794,7 +13806,9 @@ paths:
13794
13806
service. If any other Firewalls have been assigned to the Linode service, then those Rules
13795
13807
will remain in effect.
13796
13808
13797
-
A `firewall_device_remove` Event is generated when the Firewall Device is removed successfully.
13809
+
* Assigned Linodes must not have any ongoing live migrations.
13810
+
13811
+
* A `firewall_device_remove` Event is generated when the Firewall Device is removed successfully.
13798
13812
responses:
13799
13813
'200':
13800
13814
description: Delete Successful.
@@ -13869,7 +13883,9 @@ paths:
13869
13883
description: |
13870
13884
Updates the inbound and outbound Rules for a Firewall.
13871
13885
13872
-
**Note:** This command replaces all of a Firewall's `inbound` and `outbound` rulesets with the values specified in your request.
13886
+
* Assigned Linodes must not have any ongoing live migrations.
13887
+
13888
+
* **Note:** This command replaces all of a Firewall's `inbound` and `outbound` rulesets with the values specified in your request.
0 commit comments