cp_gaia_remote_syslog.¶
Synopsis¶
Modify 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 (True, str, None)
No Documentation available.
- state (False, str, present)
Ansible state which can be
present
orabsent
.- protocol (False, str, None)
Log protocol, Supported starting from R81.20 .
- port (False, str, None)
Log port, Supported starting from R81.20 .
- level (False, str, None)
No Documentation available.
Notes¶
Note
Supports
check_mode
.
Examples¶
- name: Modifying remote syslog messaging level
check_point.gaia.cp_gaia_remote_syslog:
server_ip: "10.11.2.130"
level: "debug"
Return Values¶
- remote_syslog (always., dict, )
The checkpoint object updated.