check_point.gaia.cp_gaia_extended_commands_facts (5.0.1) — module

Show available extended commands.

| "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 available extended commands.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show extended commands
  check_point.gaia.cp_gaia_extended_commands_facts:

Inputs

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

Outputs

ansible_facts:
  contains:
    extended_commands:
      contains:
        description:
          description: Extended command description.
          returned: always
          type: str
        name:
          description: Extended command name.
          returned: always
          type: str
        path:
          description: Extended command path.
          returned: always
          type: str
      description: Available extended commands.
      elements: dict
      returned: always
      type: list
  description: The extended commands facts.
  returned: always.
  type: dict