cp_gaia_scheduled_job_mail.

Synopsis

Set which e-mail address the job scheduler sends reports to. Pass empty string to delete the current e-mail address.

Requirements

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

  • supported starting from gaia_api >= 1.7

Parameters

version (False, str, None)

Gaia API version for example 1.6.

email_address (True, str, None)

E-mail address to send reports to.

Notes

Note

  • Supports check_mode.

Examples

- name: Set scheduled job mail
  check_point.gaia.cp_gaia_scheduled_job_mail:
    email_address: "sysadmins@company.com"

Return Values

scheduled_job_mail (always., dict, )

The updated scheduled job mail.

Status

Authors

  • Ameer Asli (@chkp-ameera)