Skip to main content

firewalls_devices

Overview

Namefirewalls_devices
TypeResource
Idlinode.networking.firewalls_devices

Fields

NameDatatypeDescription
idintegerThe Device's unique ID
entityobjectThe Linode service that this Firewall has been applied to.
updatedstringWhen this Device was last updated.
createdstringWhen this Device was created.

Methods

NameAccessible byRequired ParamsDescription
getFirewallDeviceSELECTdeviceId, firewallIdReturns information for a Firewall Device, which assigns a Firewall
to a Linode service (referred to as the Device's entity). Currently,
only Devices with an entity of type linode are accepted.
getFirewallDevicesSELECTfirewallIdReturns a paginated list of a Firewall's Devices. A Firewall Device assigns a
Firewall to a Linode service (referred to as the Device's entity). Currently,
only Devices with an entity of type linode are accepted.
createFirewallDeviceINSERTfirewallId, data__id, data__typeCreates 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, only Devices with an entity of type linode are accepted.

A Firewall can be assigned to multiple Linode instances at a time.

A Linode instance can have one active, assigned Firewall at a time.
Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if another active Firewall is already assigned to the same service.

A firewall_device_add Event is generated when the Firewall Device is added successfully.
deleteFirewallDeviceDELETEdeviceId, firewallIdRemoves a Firewall Device, which removes a Firewall from the Linode service it was
assigned to by the Device. This will remove all of the Firewall's Rules from the Linode
service. If any other Firewalls have been assigned to the Linode service, then those Rules
will remain in effect.

A firewall_device_remove Event is generated when the Firewall Device is removed successfully.
_getFirewallDeviceEXECdeviceId, firewallIdReturns information for a Firewall Device, which assigns a Firewall
to a Linode service (referred to as the Device's entity). Currently,
only Devices with an entity of type linode are accepted.
_getFirewallDevicesEXECfirewallIdReturns a paginated list of a Firewall's Devices. A Firewall Device assigns a
Firewall to a Linode service (referred to as the Device's entity). Currently,
only Devices with an entity of type linode are accepted.