cp_gaia_message_of_the_day.

Synopsis

Setting message of the day.

Parameters

version (False, str, None)

Gaia API version for example 1.6.

msg (False, str, None)

New message of the day for web, ssh and serial login.

enabled (False, bool, None)

Enable/Disable message of the day.

Notes

Note

  • Supports check_mode.

Examples

- message_of_the_day: Changing the message of the day
  check_point.gaia.cp_gaia_message_of_the_day:
    msg: "Hello today"

Return Values

message_of_the_day (always., dict, )

The checkpoint object updated.

Status

Authors

  • Ameer Asli (@chkp-ameera)