endpoints_disable_management - Endpoint management monitor ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 1.1.0 .. contents:: :local: :depth: 1 Synopsis -------- Endpoint management monitor. Use API "/monitor-api/v1/endpoints/disable-management". 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: Disable endpoints management hosts: fortisase gather_facts: false tasks: - name: Disable endpoints management fortinet.fortisase.endpoints_disable_management: params: endpoints: - device_id: "1" hostname: "test1" - device_id: "2" hostname: "test2" Return Values ------------- .. raw:: html Authors ------- - Xinwei Du (@dux-fortinet)