fortinet.fortimanager.fmgr_firewall_mmsprofile_notification module – Notification configuration.

Note

This module is part of the fortinet.fortimanager collection (version 2.8.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install fortinet.fortimanager.

To use it in a playbook, specify: fortinet.fortimanager.fmgr_firewall_mmsprofile_notification.

New in fortinet.fortimanager 2.0.0

Synopsis

  • This module is able to configure a FortiManager device.

  • Examples include all parameters and values which need to be adjusted to data sources before usage.

Parameters

Parameter

Comments

access_token

string

The token to access FortiManager without using username and password.

adom

string / required

The parameter (adom) in requested url.

bypass_validation

boolean

Only set to True when module schema diffs with FortiManager API structure, module continues to execute without validating parameters.

Choices:

  • false ← (default)

  • true

enable_log

boolean

Enable/Disable logging for task.

Choices:

  • false ← (default)

  • true

firewall_mmsprofile_notification

dictionary

The top level parameters set.

alert_int

integer

Alert notification send interval.

alert_int_mode

string

Alert notification interval mode.

Choices:

  • "hours"

  • "minutes"

alert_src_msisdn

string

Specify from address for alert messages.

alert_status

string

Alert notification status.

Choices:

  • "disable"

  • "enable"

bword_int

integer

Banned word notification send interval.

bword_int_mode

string

Banned word notification interval mode.

Choices:

  • "hours"

  • "minutes"

bword_status

string

Banned word notification status.

Choices:

  • "disable"

  • "enable"

carrier_endpoint_bwl_int

integer

Carrier end point black/white list notification send interval.

carrier_endpoint_bwl_int_mode

string

Carrier end point black/white list notification interval mode.

Choices:

  • "hours"

  • "minutes"

carrier_endpoint_bwl_status

string

Carrier end point black/white list notification status.

Choices:

  • "disable"

  • "enable"

days_allowed

list / elements=string

Weekdays on which notification messages may be sent.

Choices:

  • "sunday"

  • "monday"

  • "tuesday"

  • "wednesday"

  • "thursday"

  • "friday"

  • "saturday"

detect_server

string

Enable/disable automatic server address determination.

Choices:

  • "disable"

  • "enable"

dupe_int

integer

Duplicate notification send interval.

dupe_int_mode

string

Duplicate notification interval mode.

Choices:

  • "hours"

  • "minutes"

dupe_status

string

Duplicate notification status.

Choices:

  • "disable"

  • "enable"

file_block_int

integer

File block notification send interval.

file_block_int_mode

string

File block notification interval mode.

Choices:

  • "hours"

  • "minutes"

file_block_status

string

File block notification status.

Choices:

  • "disable"

  • "enable"

flood_int

integer

Flood notification send interval.

flood_int_mode

string

Flood notification interval mode.

Choices:

  • "hours"

  • "minutes"

flood_status

string

Flood notification status.

Choices:

  • "disable"

  • "enable"

from_in_header

string

Enable/disable insertion of from address in HTTP header.

Choices:

  • "disable"

  • "enable"

mms_checksum_int

integer

MMS checksum notification send interval.

mms_checksum_int_mode

string

MMS checksum notification interval mode.

Choices:

  • "hours"

  • "minutes"

mms_checksum_status

string

MMS checksum notification status.

Choices:

  • "disable"

  • "enable"

mmsc_hostname

string

Host name or IP address of the MMSC.

mmsc_password

any

(list) Password required for authentication with the MMSC.

mmsc_port

integer

Port used on the MMSC for sending MMS messages

mmsc_url

string

URL used on the MMSC for sending MMS messages.

mmsc_username

string

User name required for authentication with the MMSC.

msg_protocol

string

Protocol to use for sending notification messages.

Choices:

  • "mm1"

  • "mm3"

  • "mm4"

  • "mm7"

msg_type

string

MM7 message type.

Choices:

  • "submit-req"

  • "deliver-req"

protocol

string

Protocol.

rate_limit

integer

Rate limit for sending notification messages

tod_window_duration

string

Time of day window duration.

tod_window_end

string

Obsolete.

tod_window_start

string

Time of day window start.

user_domain

string

Domain name to which the user addresses belong.

vas_id

string

VAS identifier.

vasp_id

string

VASP identifier.

virus_int

integer

Virus notification send interval.

virus_int_mode

string

Virus notification interval mode.

Choices:

  • "hours"

  • "minutes"

virus_status

string

Virus notification status.

Choices:

  • "disable"

  • "enable"

forticloud_access_token

string

Authenticate Ansible client with forticloud API access token.

mms-profile

string

Deprecated, please use “mms_profile”

mms_profile

string

The parameter (mms-profile) in requested url.

proposed_method

string

The overridden method for the underlying Json RPC request.

Choices:

  • "update"

  • "set"

  • "add"

rc_failed

list / elements=integer

The rc codes list with which the conditions to fail will be overriden.

rc_succeeded

list / elements=integer

The rc codes list with which the conditions to succeed will be overriden.

workspace_locking_adom

string

The adom to lock for FortiManager running in workspace mode, the value can be global and others including root.

workspace_locking_timeout

integer

The maximum time in seconds to wait for other user to release the workspace lock.

Default: 300

Notes

Note

  • Starting in version 2.4.0, all input arguments are named using the underscore naming convention (snake_case). Please change the arguments such as “var-name” to “var_name”. Old argument names are still available yet you will receive deprecation warnings. You can ignore this warning by setting deprecation_warnings=False in ansible.cfg.

  • Running in workspace locking mode is supported in this FortiManager module, the top level parameters workspace_locking_adom and workspace_locking_timeout help do the work.

  • Normally, running one module can fail when a non-zero rc is returned. you can also override the conditions to fail or succeed with parameters rc_failed and rc_succeeded

Examples

- name: Example playbook (generated based on argument schema)
  hosts: fortimanagers
  connection: httpapi
  vars:
    ansible_httpapi_use_ssl: true
    ansible_httpapi_validate_certs: false
    ansible_httpapi_port: 443
  tasks:
    - name: Notification configuration.
      fortinet.fortimanager.fmgr_firewall_mmsprofile_notification:
        # bypass_validation: false
        workspace_locking_adom: <value in [global, custom adom including root]>
        workspace_locking_timeout: 300
        # rc_succeeded: [0, -2, -3, ...]
        # rc_failed: [-2, -3, ...]
        adom: <your own value>
        mms_profile: <your own value>
        firewall_mmsprofile_notification:
          alert_int: <integer>
          alert_int_mode: <value in [hours, minutes]>
          alert_src_msisdn: <string>
          alert_status: <value in [disable, enable]>
          bword_int: <integer>
          bword_int_mode: <value in [hours, minutes]>
          bword_status: <value in [disable, enable]>
          carrier_endpoint_bwl_int: <integer>
          carrier_endpoint_bwl_int_mode: <value in [hours, minutes]>
          carrier_endpoint_bwl_status: <value in [disable, enable]>
          days_allowed:
            - "sunday"
            - "monday"
            - "tuesday"
            - "wednesday"
            - "thursday"
            - "friday"
            - "saturday"
          detect_server: <value in [disable, enable]>
          dupe_int: <integer>
          dupe_int_mode: <value in [hours, minutes]>
          dupe_status: <value in [disable, enable]>
          file_block_int: <integer>
          file_block_int_mode: <value in [hours, minutes]>
          file_block_status: <value in [disable, enable]>
          flood_int: <integer>
          flood_int_mode: <value in [hours, minutes]>
          flood_status: <value in [disable, enable]>
          from_in_header: <value in [disable, enable]>
          mms_checksum_int: <integer>
          mms_checksum_int_mode: <value in [hours, minutes]>
          mms_checksum_status: <value in [disable, enable]>
          mmsc_hostname: <string>
          mmsc_password: <list or string>
          mmsc_port: <integer>
          mmsc_url: <string>
          mmsc_username: <string>
          msg_protocol: <value in [mm1, mm3, mm4, ...]>
          msg_type: <value in [submit-req, deliver-req]>
          protocol: <string>
          rate_limit: <integer>
          tod_window_duration: <string>
          tod_window_end: <string>
          tod_window_start: <string>
          user_domain: <string>
          vas_id: <string>
          vasp_id: <string>
          virus_int: <integer>
          virus_int_mode: <value in [hours, minutes]>
          virus_status: <value in [disable, enable]>

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key

Description

meta

dictionary

The result of the request.

Returned: always

request_url

string

The full url requested.

Returned: always

Sample: "/sys/login/user"

response_code

integer

The status of api request.

Returned: always

Sample: 0

response_data

list / elements=string

The api response.

Returned: always

response_message

string

The descriptive message of the api response.

Returned: always

Sample: "OK."

system_information

dictionary

The information of the target system.

Returned: always

rc

integer

The status the request.

Returned: always

Sample: 0

version_check_warning

list / elements=string

Warning if the parameters used in the playbook are not supported by the current FortiManager version.

Returned: complex

Authors

  • Xinwei Du (@dux-fortinet)

  • Xing Li (@lix-fortinet)

  • Jie Xue (@JieX19)

  • Link Zheng (@chillancezen)

  • Frank Shen (@fshen01)

  • Hongbin Lu (@fgtdev-hblu)