Get info about a Linode Firewall Settings.
| Field | Type | Required | Description |
|---|---|---|---|
api_token |
str |
Required | The Linode account personal access token. It is necessary to run the module. It can be exposed by the environment variable LINODE_API_TOKEN instead. See details in Usage. |
- name: Update the default firewall settings
linode.cloud.firewall_settings_info: {}-
firewall_settings- The returned Firewall Settings.- Sample Response:
{ "default_firewall_ids": { "linode": 123456, "nodebalancer": 123456, "public_interface": 123456, "vpc_interface": 123456 } } - See the Linode API response documentation for a list of returned fields
- Sample Response: