endpoints_access_proxy_disconnect - ZTNA Access Proxies monitor

Added in version 1.1.0.

Synopsis

ZTNA Access Proxies monitor.

Use API “/monitor-api/v1/endpoints/access-proxy/disconnect”.

Requirements

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

  • ansible>=2.17.0

Parameters

  • force_behavior Specify this option to force the method to use to interact with the resource.type: strchoices: ['none', 'read', 'create', 'update', 'delete']default: none
  • bypass_validation Bypass validation of the module.type: booldefault: False
  • params The parameters of the module.[Required]type: dict
    • sn_list type: listelements: str

Examples

- name: Disconnect endpoints access proxy
  hosts: fortisase
  gather_facts: false
  tasks:
    - name: Disconnect endpoints access proxy
      fortinet.fortisase.endpoints_access_proxy_disconnect:
        params:
          sn_list:
            - "FGVMPGTM00000001"
            - "FGVMPGTM00000002"

Return Values

  • http_code type: intreturned: always
  • response type: rawreturned: always

Authors

  • Xinwei Du (@dux-fortinet)