GET networking/firewalls/{firewallId}/devices
Summary: Firewall Devices List
Operation ID: getFirewallDevices
Auth: unknown
Operation ID: getFirewallDevices
Auth: unknown
Description
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.
Parameters (3)
firewallId
(integer, path, required)
ID of the Firewall to access.
page
(integer, query, optional, default: 1)
The page of a collection to return.
Constraints: {'minimum': 1}
page_size
(integer, query, optional, default: 100)
The number of items to return per page.
Constraints: {'minimum': 25, 'maximum': 500}
No probe data for this endpoint yet.