cp_gaia_extended_commands_facts.

Synopsis

Show available extended commands.

Requirements

The below requirements are needed on the host that executes this module.

  • supported starting from gaia_api >= 1.7

Parameters

version (False, str, None)

Gaia API version for example 1.6.

Notes

Note

  • Supports check_mode.

Examples

- name: Show extended commands
  check_point.gaia.cp_gaia_extended_commands_facts:

Return Values

ansible_facts (always., dict, )

The extended commands facts.

extended_commands (always, list, )

Available extended commands.

name (always, str, )

Extended command name.

description (always, str, )

Extended command description.

path (always, str, )

Extended command path.

Status

Authors

  • Ameer Asli (@chkp-ameera)