check_point.gaia.cp_gaia_api_versions_facts (5.0.1) — module

Show api versions.

| "added in version" 3.0.0 of check_point.gaia"

Authors: Ameer Asli (@chkp-ameera)

Install collection

Install with ansible-galaxy collection install check_point.gaia:==5.0.1


Add to requirements.yml

  collections:
    - name: check_point.gaia
      version: 5.0.1

Description

Show api versions.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show api versions
  check_point.gaia.cp_gaia_api_versions_facts:

Inputs

    
version:
    description: Gaia API version for example 1.6.
    required: false
    type: str

Outputs

ansible_facts:
  contains:
    current_version:
      description:
      - Represents the latest supported version by the installed REST engine.
      returned: always
      type: str
    supported_versions:
      description:
      - Represents all the previous versions supported by the installed REST engine.
      elements: str
      returned: always
      type: list
  description: The api versions facts.
  returned: always.
  type: dict