cp_gaia_remote_syslog_facts.

Synopsis

Show remote system log server configuration.

Requirements

The below requirements are needed on the host that executes this module.

  • supported starting from gaia_api >= 1.6

Parameters

version (False, str, None)

Gaia API version for example 1.6.

server_ip (False, str, None)

No Documentation available.

Notes

Note

  • Supports check_mode.

Examples

- name: Show remote syslog log server by specifying it IP
  check_point.gaia.cp_gaia_remote_syslog_facts:
    server_ip: "10.11.2.130"

Return Values

ansible_facts (always., dict, )

The checkpoint object facts.

server_ip (always, str, )

No Documentation available.

state (always, str, )

Ansible state which can be present or absent.

protocol (always, str, )

Log protocol, Supported starting from R81.20 .

port (always, str, )

Log port, Supported starting from R81.20 .

level (always, str, )

No Documentation available.

Status

Authors

  • Majd Sharkia (@chkp-majds)