post https://api.linode.com//networking/firewalls//devices
Creates a Firewall Device, which assigns a Firewall to a service (referred to as the Device's entity
) and applies the Firewall's Rules to the device.
-
Currently, Devices with
linode
andnodebalancer
entity types are accepted. -
Firewalls only apply to inbound TCP traffic to NodeBalancers.
-
A Firewall can be assigned to multiple services at a time.
-
A service can have one assigned Firewall at a time.
-
Assigned Linodes must not have any ongoing live migrations.
-
A
firewall_device_add
Event is generated when the Firewall Device is added successfully.
linode-cli firewalls device-create 123 \
--id 456 \
--type "linode"
<https://www.linode.com/docs/products/tools/cli/get-started/>
firewall:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>