Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.61 KB

File metadata and controls

40 lines (29 loc) · 1.61 KB

firewall_settings_info

Get info about a Linode Firewall Settings.

Minimum Required Fields

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.

Examples

- name: Update the default firewall settings
  linode.cloud.firewall_settings_info: {}

Return Values

  • 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