check_point.gaia.cp_gaia_diagnostics_facts (5.0.1) — module

Show diagnostics.

| "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 diagnostics.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show diagnostics
  check_point.gaia.cp_gaia_diagnostics_facts:
    category: os
    topic: memory

Inputs

    
topic:
    choices:
    - memory
    - disk
    - cpu
    description: Category.
    required: true
    type: str

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

category:
    choices:
    - os
    description: Category.
    required: true
    type: str

Outputs

ansible_facts:
  contains:
    from:
      description: Starting from.
      returned: always
      type: int
    objects:
      description: List for memory, disk, or CPU based on the "topic" parameter.
      elements: dict
      returned: always
      type: list
    to:
      description: Ending to.
      returned: always
      type: int
    total:
      description: How much to show.
      returned: always
      type: int
  description: The diagnostics facts.
  returned: always.
  type: dict