firewalls_devices
Overview
Name | firewalls_devices |
Type | Resource |
Id | linode.networking.firewalls_devices |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | The Device's unique ID |
created | string | When this Device was created. |
entity | object | The Linode service that this Firewall has been applied to. |
updated | string | When this Device was last updated. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getFirewallDevice | SELECT | deviceId, firewallId | Returns 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. |
getFirewallDevices | SELECT | firewallId | Returns 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. |
createFirewallDevice | INSERT | firewallId, data__id, data__type | 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, 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. |
deleteFirewallDevice | DELETE | deviceId, firewallId | Removes 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. |
_getFirewallDevice | EXEC | deviceId, firewallId | Returns 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. |
_getFirewallDevices | EXEC | firewallId | Returns 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. |