endpoints_access_proxy_authorize - ZTNA Access Proxies monitor
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.. versionadded:: 1.1.0
.. contents::
:local:
:depth: 1
Synopsis
--------
ZTNA Access Proxies monitor.
Use API "/monitor-api/v1/endpoints/access-proxy/authorize".
Requirements
------------
The below requirements are needed on the host that executes this module.
- ansible>=2.17.0
Parameters
----------
.. raw:: html
- 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
-------------
.. code-block:: yaml
- name: Authorize endpoints access proxy
hosts: fortisase
gather_facts: false
tasks:
- name: Authorize endpoints access proxy
fortinet.fortisase.endpoints_access_proxy_authorize:
params:
sn_list:
- "FGVMPGTM00000001"
- "FGVMPGTM00000002"
Return Values
-------------
.. raw:: html
- http_code type: intreturned: always
- response type: rawreturned: always
Authors
-------
- Xinwei Du (@dux-fortinet)