CheckPointSW / CheckPointAnsibleMgmtCollection

This Ansible collection provides control over a Check Point Management server using Check Point's web-services APIs.
https://galaxy.ansible.com/check_point/mgmt
Apache License 2.0
39 stars 30 forks source link

Api command fixes #106

Closed Black616Angel closed 1 year ago

Black616Angel commented 1 year ago

Fixes 2 bugs in the api_command function. API-command staring with "show" now set the "changed" flag to false. Also API-responses containig "incidents" (errors handled by the underlying checkpoint) now raise exceptions.