fortinet.fortimanager.fmgr_firewall_gtp_messageratelimit module – Message rate limiting.

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_gtp_messageratelimit.

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_gtp_messageratelimit

dictionary

The top level parameters set.

create_aa_pdp_request

integer

Rate limit for create AA PDP context request

create_aa_pdp_response

integer

Rate limit for create AA PDP context response

create_mbms_request

integer

Rate limit for create MBMS context request

create_mbms_response

integer

Rate limit for create MBMS context response

create_pdp_request

integer

Rate limit for create PDP context request

create_pdp_response

integer

Rate limit for create PDP context response

delete_aa_pdp_request

integer

Rate limit for delete AA PDP context request

delete_aa_pdp_response

integer

Rate limit for delete AA PDP context response

delete_mbms_request

integer

Rate limit for delete MBMS context request

delete_mbms_response

integer

Rate limit for delete MBMS context response

delete_pdp_request

integer

Rate limit for delete PDP context request

delete_pdp_response

integer

Rate limit for delete PDP context response

echo_reponse

integer

Rate limit for echo response

echo_request

integer

Rate limit for echo requests

echo_response

integer

Rate limit for echo response

error_indication

integer

Rate limit for error indication

failure_report_request

integer

Rate limit for failure report request

failure_report_response

integer

Rate limit for failure report response

fwd_reloc_complete_ack

integer

Rate limit for forward relocation complete acknowledge

fwd_relocation_complete

integer

Rate limit for forward relocation complete

fwd_relocation_request

integer

Rate limit for forward relocation request

fwd_relocation_response

integer

Rate limit for forward relocation response

fwd_srns_context

integer

Rate limit for forward SRNS context

fwd_srns_context_ack

integer

Rate limit for forward SRNS context acknowledge

g_pdu

integer

Rate limit for G-PDU

identification_request

integer

Rate limit for identification request

identification_response

integer

Rate limit for identification response

mbms_de_reg_request

integer

Rate limit for MBMS de-registration request

mbms_de_reg_response

integer

Rate limit for MBMS de-registration response

mbms_notify_rej_request

integer

Rate limit for MBMS notification reject request

mbms_notify_rej_response

integer

Rate limit for MBMS notification reject response

mbms_notify_request

integer

Rate limit for MBMS notification request

mbms_notify_response

integer

Rate limit for MBMS notification response

mbms_reg_request

integer

Rate limit for MBMS registration request

mbms_reg_response

integer

Rate limit for MBMS registration response

mbms_ses_start_request

integer

Rate limit for MBMS session start request

mbms_ses_start_response

integer

Rate limit for MBMS session start response

mbms_ses_stop_request

integer

Rate limit for MBMS session stop request

mbms_ses_stop_response

integer

Rate limit for MBMS session stop response

note_ms_request

integer

Rate limit for note MS GPRS present request

note_ms_response

integer

Rate limit for note MS GPRS present response

pdu_notify_rej_request

integer

Rate limit for PDU notify reject request

pdu_notify_rej_response

integer

Rate limit for PDU notify reject response

pdu_notify_request

integer

Rate limit for PDU notify request

pdu_notify_response

integer

Rate limit for PDU notify response

ran_info

integer

Rate limit for RAN information relay

relocation_cancel_request

integer

Rate limit for relocation cancel request

relocation_cancel_response

integer

Rate limit for relocation cancel response

send_route_request

integer

Rate limit for send routing information for GPRS request

send_route_response

integer

Rate limit for send routing information for GPRS response

sgsn_context_ack

integer

Rate limit for SGSN context acknowledgement

sgsn_context_request

integer

Rate limit for SGSN context request

sgsn_context_response

integer

Rate limit for SGSN context response

support_ext_hdr_notify

integer

Rate limit for support extension headers notification

update_mbms_request

integer

Rate limit for update MBMS context request

update_mbms_response

integer

Rate limit for update MBMS context response

update_pdp_request

integer

Rate limit for update PDP context request

update_pdp_response

integer

Rate limit for update PDP context response

version_not_support

integer

Rate limit for version not supported

forticloud_access_token

string

Authenticate Ansible client with forticloud API access token.

gtp

string / required

The parameter (gtp) 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: Message rate limiting.
      fortinet.fortimanager.fmgr_firewall_gtp_messageratelimit:
        # 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>
        gtp: <your own value>
        firewall_gtp_messageratelimit:
          create_aa_pdp_request: <integer>
          create_aa_pdp_response: <integer>
          create_mbms_request: <integer>
          create_mbms_response: <integer>
          create_pdp_request: <integer>
          create_pdp_response: <integer>
          delete_aa_pdp_request: <integer>
          delete_aa_pdp_response: <integer>
          delete_mbms_request: <integer>
          delete_mbms_response: <integer>
          delete_pdp_request: <integer>
          delete_pdp_response: <integer>
          echo_reponse: <integer>
          echo_request: <integer>
          error_indication: <integer>
          failure_report_request: <integer>
          failure_report_response: <integer>
          fwd_reloc_complete_ack: <integer>
          fwd_relocation_complete: <integer>
          fwd_relocation_request: <integer>
          fwd_relocation_response: <integer>
          fwd_srns_context: <integer>
          fwd_srns_context_ack: <integer>
          g_pdu: <integer>
          identification_request: <integer>
          identification_response: <integer>
          mbms_de_reg_request: <integer>
          mbms_de_reg_response: <integer>
          mbms_notify_rej_request: <integer>
          mbms_notify_rej_response: <integer>
          mbms_notify_request: <integer>
          mbms_notify_response: <integer>
          mbms_reg_request: <integer>
          mbms_reg_response: <integer>
          mbms_ses_start_request: <integer>
          mbms_ses_start_response: <integer>
          mbms_ses_stop_request: <integer>
          mbms_ses_stop_response: <integer>
          note_ms_request: <integer>
          note_ms_response: <integer>
          pdu_notify_rej_request: <integer>
          pdu_notify_rej_response: <integer>
          pdu_notify_request: <integer>
          pdu_notify_response: <integer>
          ran_info: <integer>
          relocation_cancel_request: <integer>
          relocation_cancel_response: <integer>
          send_route_request: <integer>
          send_route_response: <integer>
          sgsn_context_ack: <integer>
          sgsn_context_request: <integer>
          sgsn_context_response: <integer>
          support_ext_hdr_notify: <integer>
          update_mbms_request: <integer>
          update_mbms_response: <integer>
          update_pdp_request: <integer>
          update_pdp_response: <integer>
          version_not_support: <integer>
          echo_response: <integer>

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)