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
+17-19Lines changed: 17 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -10200,15 +10200,19 @@ paths:
10200
10200
description: |
10201
10201
Creates a Firewall to filter network traffic. Use the `rules` property to
10202
10202
create inbound and outbound access rules. Use the `devices` property to assign the
10203
-
Firewall to a Linode service. Currently, Firewalls can only be assigned to Linode
10203
+
Firewall to a service. Currently, Firewalls can only be assigned to Linode
10204
10204
instances.
10205
10205
10206
-
A Firewall can be assigned to a single Linode service at a time.
10206
+
A Firewall can be assigned to multiple Linode instances at a time.
10207
+
10208
+
A Linode instance can have one active, assigned Firewall at a time.
10209
+
Additional disabled Firewalls can still be added to a Linode instance.
10207
10210
10208
10211
A `firewall_create` Event is generated when this endpoint returns successfully.
10209
10212
10210
-
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
10211
-
beta.
10213
+
Cloud Firewall is not available in every data center region. For the current list
10214
+
of availability, access the Regions List ([GET /regions](/docs/api/regions/#regions-list))
10215
+
endpoint or see the [Cloud Firewall Product Documentation](https://www.linode.com/docs/products/networking/cloud-firewall/).
10212
10216
operationId: createFirewalls
10213
10217
x-linode-cli-action: create
10214
10218
security:
@@ -10231,23 +10235,14 @@ paths:
10231
10235
properties:
10232
10236
devices:
10233
10237
type: object
10234
-
description: >
10235
-
A Firewall Device assigns a Firewall to a Linode service. Currently, Firewalls
10236
-
can only be assigned to Linode instances.
10237
-
10238
-
* A Firewall can be assigned to a single Linode service at a time.
10239
-
10240
-
* Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if five other active Firewalls
10241
-
are already assigned to the same service.
10242
-
10243
-
10244
-
**Note:** When a Firewall is assigned to a Linode and you attempt
10245
-
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.
10246
-
Use the [List Regions](/docs/api/regions/#regions-list) endpoint to view a list of a data center's capabilities.
10238
+
description: |
10239
+
Devices to create for this Firewall.
10240
+
When a Device is created, the Firewall is assigned to its associated service.
10241
+
Currently, Devices can only be created for Linode instances.
10247
10242
properties:
10248
10243
linodes:
10249
10244
description: >
10250
-
An array of Linode IDs. A Firewall Device will be created for each ID.
10245
+
An array of Linode IDs. A Firewall Device is created for each ID.
10251
10246
type: array
10252
10247
items:
10253
10248
type: integer
@@ -17003,6 +16998,7 @@ components:
17003
16998
x-linode-cli-display: 5
17004
16999
status:
17005
17000
type: string
17001
+
readOnly: true
17006
17002
description: >
17007
17003
The status of this Firewall.
17008
17004
@@ -20815,8 +20811,10 @@ components:
20815
20811
example: true
20816
20812
referrals:
20817
20813
type: object
20818
-
description: >
20814
+
description: |
20819
20815
Information about your status in our referral program.
20816
+
20817
+
This information becomes accessible after this Profile's Account has established at least $25.00 USD of total payments.
0 commit comments