dem_spa_applications - DEM SPA Application Resource +++++++++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- DEM SPA Application Resource. Use API "/resource-api/v2/dem/spa-applications". 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: Dem SPA Applications hosts: fortisase gather_facts: false vars: primary_key: "example_name" tasks: - name: Create/Update Dem SPA Applications fortinet.fortisase.dem_spa_applications: state: present params: primary_key: "{{ primary_key }}" server: "string" latency_threshold: 10000000 jitter_threshold: 10000000 packetloss_threshold: 100 interval: 20 fail_time: 1 recovery_time: 1 - name: Delete Dem SPA Applications fortinet.fortisase.dem_spa_applications: state: absent params: primary_key: "{{ primary_key }}" Return Values ------------- .. raw:: html Authors ------- - Xinwei Du (@dux-fortinet)