Skip to content

Commit cf196fe

Browse files
committed
Remove beta notices and paths for Firewalls
1 parent d3428cb commit cf196fe

File tree

1 file changed

+36
-111
lines changed

1 file changed

+36
-111
lines changed

openapi.yaml

Lines changed: 36 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -10008,22 +10008,14 @@ paths:
1000810008
- $ref: '#/components/parameters/pageOffset'
1000910009
- $ref: '#/components/parameters/pageSize'
1001010010
servers:
10011-
- url: https://api.linode.com/v4beta
10011+
- url: https://api.linode.com/v4
1001210012
tags:
1001310013
- Networking
1001410014
summary: Firewalls List
1001510015
description: |
1001610016
Returns a paginated list of your Firewalls.
1001710017

10018-
This endpoint is in **beta**.
10019-
10020-
10021-
* 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).
10022-
* 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/).
10023-
* Please make sure to prepend all requests with
10024-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10025-
updates in the future. This notice will be removed when this endpoint is out of
10026-
beta.
10018+
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/).
1002710019
operationId: getFirewalls
1002810020
x-linode-cli-action: list
1002910021
security:
@@ -10054,14 +10046,14 @@ paths:
1005410046
- lang: Shell
1005510047
source: >
1005610048
curl -H "Authorization: Bearer $TOKEN" \
10057-
https://api.linode.com/v4beta/networking/firewalls
10049+
https://api.linode.com/v4/networking/firewalls
1005810050
- lang: CLI
1005910051
source: >
1006010052
linode-cli firewalls list
1006110053
post:
1006210054
x-linode-grant: read_write
1006310055
servers:
10064-
- url: https://api.linode.com/v4beta
10056+
- url: https://api.linode.com/v4
1006510057
tags:
1006610058
- Networking
1006710059
summary: Firewall Create
@@ -10075,13 +10067,7 @@ paths:
1007510067

1007610068
A `firewall_create` Event is generated when this endpoint returns successfully.
1007710069

10078-
This endpoint is in **beta**.
10079-
10080-
* 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).
10081-
* 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/).
10082-
* Please make sure to prepend all requests with
10083-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10084-
updates in the future. This notice will be removed when this endpoint is out of
10070+
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
1008510071
beta.
1008610072
operationId: createFirewalls
1008710073
x-linode-cli-action: create
@@ -10192,7 +10178,7 @@ paths:
1019210178
"another example"
1019310179
]
1019410180
}' \
10195-
https://api.linode.com/v4beta/networking/firewalls
10181+
https://api.linode.com/v4/networking/firewalls
1019610182
- lang: CLI
1019710183
source: >
1019810184
linode-cli firewalls create \
@@ -10210,7 +10196,7 @@ paths:
1021010196
get:
1021110197
x-linode-grant: read_only
1021210198
servers:
10213-
- url: https://api.linode.com/v4beta
10199+
- url: https://api.linode.com/v4
1021410200
tags:
1021510201
- Networking
1021610202
summary: Firewall View
@@ -10226,15 +10212,7 @@ paths:
1022610212
[List Firewall Devices](/docs/api/networking/#firewall-devices-list)
1022710213
endpoint to review them.
1022810214

10229-
This endpoint is in **beta**.
10230-
10231-
10232-
* 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).
10233-
* 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/).
10234-
* Please make sure to prepend all requests with
10235-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10236-
updates in the future. This notice will be removed when this endpoint is out of
10237-
beta.
10215+
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/).
1023810216
responses:
1023910217
'200':
1024010218
description: Returns information about this Firewall.
@@ -10249,14 +10227,14 @@ paths:
1024910227
source: >
1025010228
curl -H "Content-Type: application/json" \
1025110229
-H "Authorization: Bearer $TOKEN" \
10252-
https://api.linode.com/v4beta/networking/firewalls/123
10230+
https://api.linode.com/v4/networking/firewalls/123
1025310231
- lang: CLI
1025410232
source: >
1025510233
linode-cli firewalls view 123
1025610234
put:
1025710235
x-linode-grant: read_write
1025810236
servers:
10259-
- url: https://api.linode.com/v4beta
10237+
- url: https://api.linode.com/v4
1026010238
tags:
1026110239
- Networking
1026210240
summary: Firewall Update
@@ -10281,15 +10259,7 @@ paths:
1028110259
If a Firewall's status is changed with this endpoint, a corresponding `firewall_enable` or
1028210260
`firewall_disable` Event will be generated.
1028310261

10284-
This endpoint is in **beta**.
10285-
10286-
10287-
* 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).
10288-
* 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/).
10289-
* Please make sure to prepend all requests with
10290-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10291-
updates in the future. This notice will be removed when this endpoint is out of
10292-
beta.
10262+
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/).
1029310263
operationId: updateFirewall
1029410264
x-linode-cli-action: update
1029510265
security:
@@ -10326,15 +10296,15 @@ paths:
1032610296
-X PUT -d '{
1032710297
"status": "disabled"
1032810298
}' \
10329-
https://api.linode.com/v4beta/networking/firewalls/123
10299+
https://api.linode.com/v4/networking/firewalls/123
1033010300
- lang: CLI
1033110301
source: >
1033210302
linode-cli firewalls update 123 \
1033310303
--status disabled
1033410304
delete:
1033510305
x-linode-grant: read_write
1033610306
servers:
10337-
- url: https://api.linode.com/v4beta
10307+
- url: https://api.linode.com/v4
1033810308
tags:
1033910309
- Networking
1034010310
summary: Firewall Delete
@@ -10350,15 +10320,7 @@ paths:
1035010320

1035110321
A `firewall_delete` Event is generated when this endpoint returns successfully.
1035210322

10353-
This endpoint is in **beta**.
10354-
10355-
10356-
* 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).
10357-
* 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/).
10358-
* Please make sure to prepend all requests with
10359-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10360-
updates in the future. This notice will be removed when this endpoint is out of
10361-
beta.
10323+
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/).
1036210324
responses:
1036310325
'200':
1036410326
description: Delete Successful.
@@ -10374,7 +10336,7 @@ paths:
1037410336
curl -H "Content-Type: application/json" \
1037510337
-H "Authorization: Bearer $TOKEN" \
1037610338
-X DELETE \
10377-
https://api.linode.com/v4beta/networking/firewalls/123
10339+
https://api.linode.com/v4/networking/firewalls/123
1037810340
- lang: CLI
1037910341
source: >
1038010342
linode-cli firewalls delete 123
@@ -10391,7 +10353,7 @@ paths:
1039110353
get:
1039210354
x-linode-grant: read_only
1039310355
servers:
10394-
- url: https://api.linode.com/v4beta
10356+
- url: https://api.linode.com/v4
1039510357
tags:
1039610358
- Networking
1039710359
parameters:
@@ -10403,15 +10365,7 @@ paths:
1040310365
Firewall to a Linode service (referred to as the Device's `entity`). Currently,
1040410366
only Devices with an entity of type `linode` are accepted.
1040510367

10406-
This endpoint is in **beta**.
10407-
10408-
10409-
* 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).
10410-
* 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/).
10411-
* Please make sure to prepend all requests with
10412-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10413-
updates in the future. This notice will be removed when this endpoint is out of
10414-
beta.
10368+
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/).
1041510369
operationId: getFirewallDevices
1041610370
x-linode-cli-action: devices-list
1041710371
security:
@@ -10442,14 +10396,14 @@ paths:
1044210396
- lang: Shell
1044310397
source: >
1044410398
curl -H "Authorization: Bearer $TOKEN" \
10445-
https://api.linode.com/v4beta/networking/firewalls/123/devices
10399+
https://api.linode.com/v4/networking/firewalls/123/devices
1044610400
- lang: CLI
1044710401
source: >
1044810402
linode-cli firewalls devices-list 123
1044910403
post:
1045010404
x-linode-grant: read_write
1045110405
servers:
10452-
- url: https://api.linode.com/v4beta
10406+
- url: https://api.linode.com/v4
1045310407
tags:
1045410408
- Networking
1045510409
summary: Firewall Device Create
@@ -10467,15 +10421,7 @@ paths:
1046710421
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.
1046810422
Use the [List Regions](/docs/api/regions/#regions-list) endpoint to view a list of a data center's capabilities.
1046910423

10470-
This endpoint is in **beta**.
10471-
10472-
10473-
* 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).
10474-
* 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/).
10475-
* Please make sure to prepend all requests with
10476-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10477-
updates in the future. This notice will be removed when this endpoint is out of
10478-
beta.
10424+
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/).
1047910425
operationId: createFirewallDevice
1048010426
x-linode-cli-action: device-create
1048110427
security:
@@ -10510,7 +10456,7 @@ paths:
1051010456
"type": "linode",
1051110457
"id": 123
1051210458
}' \
10513-
https://api.linode.com/v4beta/networking/firewalls/123/devices
10459+
https://api.linode.com/v4/networking/firewalls/123/devices
1051410460
- lang: CLI
1051510461
source: >
1051610462
linode-cli firewalls device-create 123 \
@@ -10536,7 +10482,7 @@ paths:
1053610482
get:
1053710483
x-linode-grant: read_only
1053810484
servers:
10539-
- url: https://api.linode.com/v4beta
10485+
- url: https://api.linode.com/v4
1054010486
tags:
1054110487
- Networking
1054210488
summary: Firewall Device View
@@ -10545,15 +10491,7 @@ paths:
1054510491
to a Linode service (referred to as the Device's `entity`). Currently,
1054610492
only Devices with an entity of type `linode` are accepted.
1054710493

10548-
This endpoint is in **beta**.
10549-
10550-
10551-
* 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).
10552-
* 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/).
10553-
* Please make sure to prepend all requests with
10554-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10555-
updates in the future. This notice will be removed when this endpoint is out of
10556-
beta.
10494+
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/).
1055710495
operationId: getFirewallDevice
1055810496
x-linode-cli-action: device-view
1055910497
security:
@@ -10573,15 +10511,15 @@ paths:
1057310511
- lang: Shell
1057410512
source: >
1057510513
curl -H "Authorization: Bearer $TOKEN" \
10576-
https://api.linode.com/v4beta/networking/firewalls/123/devices/456
10514+
https://api.linode.com/v4/networking/firewalls/123/devices/456
1057710515
- lang: CLI
1057810516
source: >
1057910517
linode-cli firewalls device-view \
1058010518
123 456
1058110519
delete:
1058210520
x-linode-grant: read_write
1058310521
servers:
10584-
- url: https://api.linode.com/v4beta
10522+
- url: https://api.linode.com/v4
1058510523
tags:
1058610524
- Networking
1058710525
summary: Firewall Device Delete
@@ -10599,15 +10537,7 @@ paths:
1059910537

1060010538
A `firewall_device_remove` Event is generated when the Firewall Device is removed successfully.
1060110539

10602-
This endpoint is in **beta**.
10603-
10604-
10605-
* 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).
10606-
* 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/).
10607-
* Please make sure to prepend all requests with
10608-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10609-
updates in the future. This notice will be removed when this endpoint is out of
10610-
beta.
10540+
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/).
1061110541
responses:
1061210542
'200':
1061310543
description: Delete Successful.
@@ -10623,7 +10553,7 @@ paths:
1062310553
curl -H "Content-Type: application/json" \
1062410554
-H "Authorization: Bearer $TOKEN" \
1062510555
-X DELETE \
10626-
https://api.linode.com/v4beta/networking/firewalls/123/devices/456
10556+
https://api.linode.com/v4/networking/firewalls/123/devices/456
1062710557
- lang: CLI
1062810558
source: >
1062910559
linode-cli firewalls device-delete 123 456
@@ -10640,7 +10570,7 @@ paths:
1064010570
get:
1064110571
x-linode-grant: read_only
1064210572
servers:
10643-
- url: https://api.linode.com/v4beta
10573+
- url: https://api.linode.com/v4
1064410574
tags:
1064510575
- Networking
1064610576
summary: Firewall Rules List
@@ -10675,30 +10605,22 @@ paths:
1067510605
- lang: Shell
1067610606
source: >
1067710607
curl -H "Authorization: Bearer $TOKEN" \
10678-
https://api.linode.com/v4beta/networking/firewalls/123/rules
10608+
https://api.linode.com/v4/networking/firewalls/123/rules
1067910609
- lang: CLI
1068010610
source: >
1068110611
linode-cli firewalls rules-list 123
1068210612
put:
1068310613
x-linode-grant: read_write
1068410614
servers:
10685-
- url: https://api.linode.com/v4beta
10615+
- url: https://api.linode.com/v4
1068610616
tags:
1068710617
- Networking
1068810618
summary: Firewall Rules Update
1068910619
description: |
1069010620
Updates the inbound and outbound Rules for a Firewall. Using this endpoint will
1069110621
replace all of a Firewall's ruleset with the Rules specified in your request.
1069210622

10693-
This endpoint is in **beta**.
10694-
10695-
10696-
* 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).
10697-
* 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/).
10698-
* Please make sure to prepend all requests with
10699-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
10700-
updates in the future. This notice will be removed when this endpoint is out of
10701-
beta.
10623+
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/).
1070210624
operationId: updateFirewallRules
1070310625
x-linode-cli-action: rules-update
1070410626
security:
@@ -10763,7 +10685,7 @@ paths:
1076310685
}
1076410686
]
1076510687
}' \
10766-
https://api.linode.com/v4beta/networking/firewalls/123/rules
10688+
https://api.linode.com/v4/networking/firewalls/123/rules
1076710689
- lang: CLI
1076810690
source: >
1076910691
linode-cli firewalls rules-update 123 \
@@ -10772,6 +10694,9 @@ paths:
1077210694
/networking/vlans:
1077310695
x-linode-cli-command: networking
1077410696
get:
10697+
x-linode-grant: read_only
10698+
servers:
10699+
- url: https://api.linode.com/v4
1077510700
parameters:
1077610701
- $ref: '#/components/parameters/pageOffset'
1077710702
- $ref: '#/components/parameters/pageSize'
@@ -10833,7 +10758,7 @@ paths:
1083310758
- lang: Shell
1083410759
source: >
1083510760
curl -H "Authorization: Bearer $TOKEN" \
10836-
https://api.linode.com/v4beta/networking/vlans/
10761+
https://api.linode.com/v4/networking/vlans/
1083710762
- lang: CLI
1083810763
source: >
1083910764
linode-cli networking vlans-list

0 commit comments

Comments
 (0)