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 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 Authors ------- - Xinwei Du (@dux-fortinet)