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
+16-20Lines changed: 16 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -10288,15 +10288,20 @@ paths:
10288
10288
description: |
10289
10289
Creates a Firewall to filter network traffic. Use the `rules` property to
10290
10290
create inbound and outbound access rules. Use the `devices` property to assign the
10291
-
Firewall to a Linode service. Currently, Firewalls can only be assigned to Linode
10291
+
Firewall to a service. Currently, Firewalls can only be assigned to Linode
10292
10292
instances.
10293
10293
10294
-
A Firewall can be assigned to a single Linode service at a time.
10294
+
A Firewall can be assigned to multiple Linode instances at a time.
10295
+
10296
+
A Linode instance can have one active, assigned Firewall at a time.
10297
+
Additional disabled Firewalls can still be added to a Linode instance.
10295
10298
10296
10299
A `firewall_create` Event is generated when this endpoint returns successfully.
10297
10300
10298
-
Cloud Firewall is not available in every data center region. For the current list of availability, access the Regions List ([GET /regions](/docs/api/regions/#regions-list)) endpoint or see the [Cloud Firewall Product Documentation](https://www.linode.com/docs/products/networking/cloud-firewall/).notice will be removed when this endpoint is out of
10299
-
beta.
10301
+
Cloud Firewall is not fully available in every data center region. For the current list
10302
+
of locations with full availability, access the Regions List ([GET /regions](/docs/api/regions/#regions-list))
10303
+
endpoint or see the [Cloud Firewall Product Documentation](https://www.linode.com/docs/products/networking/cloud-firewall/).
10304
+
Certain Regions have partial Firewall availability
10300
10305
operationId: createFirewalls
10301
10306
x-linode-cli-action: create
10302
10307
security:
@@ -10319,23 +10324,14 @@ paths:
10319
10324
properties:
10320
10325
devices:
10321
10326
type: object
10322
-
description: >
10323
-
A Firewall Device assigns a Firewall to a Linode service. Currently, Firewalls
10324
-
can only be assigned to Linode instances.
10325
-
10326
-
* A Firewall can be assigned to a single Linode service at a time.
10327
-
10328
-
* Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if five other active Firewalls
10329
-
are already assigned to the same service.
10330
-
10331
-
10332
-
**Note:** When a Firewall is assigned to a Linode and you attempt
10333
-
to [migrate the Linode to a data center](/docs/api/linode-instances/#dc-migrationpending-host-migration-initiate) that does not support Cloud Firewalls, the migration will fail.
10334
-
Use the [List Regions](/docs/api/regions/#regions-list) endpoint to view a list of a data center's capabilities.
10327
+
description: |
10328
+
Devices to create for this Firewall.
10329
+
When a Device is created, the Firewall is assigned to its associated service.
10330
+
Currently, Devices can only be created for Linode instances.
10335
10331
properties:
10336
10332
linodes:
10337
10333
description: >
10338
-
An array of Linode IDs. A Firewall Device will be created for each ID.
10334
+
An array of Linode IDs. A Firewall Device is created for each ID.
10339
10335
type: array
10340
10336
items:
10341
10337
type: integer
@@ -17039,6 +17035,7 @@ components:
17039
17035
x-linode-cli-display: 5
17040
17036
status:
17041
17037
type: string
17038
+
readOnly: true
17042
17039
description: >
17043
17040
The status of this Firewall.
17044
17041
@@ -20927,8 +20924,7 @@ components:
20927
20924
description: |
20928
20925
Information about your status in our referral program.
20929
20926
20930
-
This information becomes accessible after this Profile's Account has established at
20931
-
least $25.00 USD of total payments.
20927
+
This information becomes accessible after this Profile's Account has established at least $25.00 USD of total payments.
0 commit comments