fortiflexvm_configs_list_info - Get list of FortiFlex Configurations. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- This module retrieves a list of configs from FortiFlexVM API using the provided credentials and program serial number. Requirements ------------ The below requirements are needed on the host that executes this module. - ansible>=2.15 Parameters ---------- .. raw:: html Examples ------------- .. code-block:: yaml - name: Get list of FortiFlex Configurations for a Program hosts: localhost vars: username: "" password: "" tasks: - name: Get configs list fortinet.fortiflexvm.fortiflexvm_configs_list_info: username: "{{ username }}" password: "{{ password }}" # accountId: 12345 # optional programSerialNumber: "ELAVMS000000XXXX" register: result - name: Display response ansible.builtin.debug: var: result.configs Return Values ------------- .. raw:: html Authors ------- - Xinwei Du (@dux-fortinet) .. hint:: If you notice any issues in this documentation, you can create a pull request to improve it.