Skip to content

Commit 2c7c321

Browse files
authored
Merge pull request #510 from linode/firewall-all-dcs
[Update] Cloud Firewall available in all regions
2 parents 83a942f + a0b4e2c commit 2c7c321

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

openapi.yaml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10390,9 +10390,7 @@ paths:
1039010390
- Networking
1039110391
summary: Firewalls List
1039210392
description: |
10393-
Returns a paginated list of your Firewalls.
10394-
10395-
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/).
10393+
Returns a paginated list of accessible Firewalls.
1039610394
operationId: getFirewalls
1039710395
x-linode-cli-action: list
1039810396
security:
@@ -10446,11 +10444,6 @@ paths:
1044610444
Additional disabled Firewalls can still be added to a Linode instance.
1044710445

1044810446
A `firewall_create` Event is generated when this endpoint returns successfully.
10449-
10450-
Cloud Firewall is not fully available in every data center region. For the current list
10451-
of locations with full availability, access the Regions List ([GET /regions](/docs/api/regions/#regions-list))
10452-
endpoint or see the [Cloud Firewall Product Documentation](https://www.linode.com/docs/products/networking/cloud-firewall/).
10453-
Certain Regions have partial Firewall availability
1045410447
operationId: createFirewalls
1045510448
x-linode-cli-action: create
1045610449
security:
@@ -10588,8 +10581,6 @@ paths:
1058810581
returned in the response. Instead, use the
1058910582
[List Firewall Devices](/docs/api/networking/#firewall-devices-list)
1059010583
endpoint to review them.
10591-
10592-
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/).
1059310584
responses:
1059410585
'200':
1059510586
description: Returns information about this Firewall.
@@ -10635,8 +10626,6 @@ paths:
1063510626

1063610627
If a Firewall's status is changed with this endpoint, a corresponding `firewall_enable` or
1063710628
`firewall_disable` Event will be generated.
10638-
10639-
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/).
1064010629
operationId: updateFirewall
1064110630
x-linode-cli-action: update
1064210631
security:
@@ -10696,8 +10685,6 @@ paths:
1069610685
from any Linode services that the Firewall was assigned to.
1069710686

1069810687
A `firewall_delete` Event is generated when this endpoint returns successfully.
10699-
10700-
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/).
1070110688
responses:
1070210689
'200':
1070310690
description: Delete Successful.
@@ -10741,8 +10728,6 @@ paths:
1074110728
Returns a paginated list of a Firewall's Devices. A Firewall Device assigns a
1074210729
Firewall to a Linode service (referred to as the Device's `entity`). Currently,
1074310730
only Devices with an entity of type `linode` are accepted.
10744-
10745-
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/).
1074610731
operationId: getFirewallDevices
1074710732
x-linode-cli-action: devices-list
1074810733
security:
@@ -10797,8 +10782,6 @@ paths:
1079710782
**Note:** When a Firewall is assigned to a Linode and you attempt
1079810783
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.
1079910784
Use the [List Regions](/docs/api/regions/#regions-list) endpoint to view a list of a data center's capabilities.
10800-
10801-
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/).
1080210785
operationId: createFirewallDevice
1080310786
x-linode-cli-action: device-create
1080410787
security:
@@ -10867,8 +10850,6 @@ paths:
1086710850
Returns information for a Firewall Device, which assigns a Firewall
1086810851
to a Linode service (referred to as the Device's `entity`). Currently,
1086910852
only Devices with an entity of type `linode` are accepted.
10870-
10871-
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/).
1087210853
operationId: getFirewallDevice
1087310854
x-linode-cli-action: device-view
1087410855
security:
@@ -10913,8 +10894,6 @@ paths:
1091310894
will remain in effect.
1091410895

1091510896
A `firewall_device_remove` Event is generated when the Firewall Device is removed successfully.
10916-
10917-
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/).
1091810897
responses:
1091910898
'200':
1092010899
description: Delete Successful.
@@ -10953,16 +10932,6 @@ paths:
1095310932
summary: Firewall Rules List
1095410933
description: |
1095510934
Returns the inbound and outbound Rules for a Firewall.
10956-
10957-
This endpoint is in **beta**.
10958-
10959-
10960-
* Gain access to [Linode Cloud Firewall](https://www.linode.com/products/firewall/) by signing up for our [Greenlight Beta program](https://www.linode.com/green-light/#sign-up-form).
10961-
* During the beta, Cloud Firewall is not available in every [data center region](/docs/api/regions). For the current list of availability, see the [Cloud Firewall Product Documentation](https://www.linode.com/docs/products/networking/cloud-firewall/).
10962-
* Please make sure to prepend all requests with
10963-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10964-
updates in the future. This notice will be removed when this endpoint is out of
10965-
beta.
1096610935
operationId: getFirewallRules
1096710936
x-linode-cli-action: rules-list
1096810937
security:
@@ -10996,8 +10965,6 @@ paths:
1099610965
description: |
1099710966
Updates the inbound and outbound Rules for a Firewall. Using this endpoint will
1099810967
replace all of a Firewall's ruleset with the Rules specified in your request.
10999-
11000-
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/).
1100110968
operationId: updateFirewallRules
1100210969
x-linode-cli-action: rules-update
1100310970
security:

0 commit comments

Comments
 (0)