check_point.mgmt.cp_mgmt_show_changes (5.2.3) — module

Show changes between two sessions.

| "added in version" 5.0.0 of check_point.mgmt"

Authors: Eden Brillant (@chkp-edenbr)

preview | supported by community

Install collection

Install with ansible-galaxy collection install check_point.mgmt:==5.2.3


Add to requirements.yml

  collections:
    - name: check_point.mgmt
      version: 5.2.3

Description

Show changes between two sessions.

All operations are performed over Web Services API.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: show-changes
  cp_mgmt_show_changes:
    from_date: '2017-02-01T08:20:50'
    to_date: '2017-02-21'

Inputs

    
limit:
    description:
    - Maximum number of sessions to analyze.
    type: int

offset:
    description:
    - Number of sessions to skip (beginning with from-session).
    type: int

to_date:
    description:
    - The date until which tracking changes is to be performed. ISO 8601. If timezone
      isn't specified in the input, the Management server's timezone is used.
    type: str

version:
    description:
    - Version of checkpoint. If not given one, the latest version taken.
    type: str

from_date:
    description:
    - The date from which tracking changes is to be performed. ISO 8601. If timezone isn't
      specified in the input, the Management server's timezone is used.
    type: str

to_session:
    description:
    - The session UID until which tracking changes is to be performed.
    type: str

from_session:
    description:
    - The session UID from which tracking changes is to be performed.
    type: str

details_level:
    choices:
    - uid
    - standard
    - full
    description:
    - The level of detail for some of the fields in the response can vary from showing
      only the UID value of the object to a fully detailed representation of the object.
    type: str

wait_for_task:
    default: true
    description:
    - Wait for the task to end. Such as publish task.
    type: bool

show_membership:
    description:
    - Indicates whether to calculate and show "groups" field for every object in reply.
    type: bool

auto_publish_session:
    default: false
    description:
    - Publish the current session if changes have been performed after task completes.
    type: bool

dereference_max_depth:
    description:
    - When details level is full you can choose the number of levels in the API reply.
    type: int

wait_for_task_timeout:
    default: 30
    description:
    - How many minutes to wait until throwing a timeout error.
    type: int

dereference_group_members:
    description:
    - Indicates whether to dereference "members" field by details level for every object
      in reply.
    type: bool

Outputs

cp_mgmt_show_changes:
  description: The checkpoint show-changes output.
  returned: always.
  type: dict