cp_gaia_diagnostics_facts.¶
Synopsis¶
Show diagnostics.
Requirements¶
The below requirements are needed on the host that executes this module.
supported starting from gaia_api >= 1.6
Parameters¶
- version (False, str, None)
Gaia API version for example 1.6.
- category (True, str, None)
Category.
- topic (True, str, None)
Category.
Notes¶
Note
Supports
check_mode
.
Examples¶
- name: Show diagnostics
check_point.gaia.cp_gaia_diagnostics_facts:
category: os
topic: memory
Return Values¶
- ansible_facts (always., dict, )
The diagnostics facts.
- total (always, int, )
How much to show.
- from (always, int, )
Starting from.
- to (always, int, )
Ending to.
- objects (always, list, )
List for memory, disk, or CPU based on the “topic” parameter.