CheckPointAnsibleMgmtCollection icon indicating copy to clipboard operation
CheckPointAnsibleMgmtCollection copied to clipboard

This Ansible collection provides control over a Check Point Management server using Check Point's web-services APIs.

Results 18 CheckPointAnsibleMgmtCollection issues
Sort by recently updated
recently updated
newest added

Back in v5.2.2, in checkpoint.py, api_call_facts() (line 582; currently line 591 in master) was changed to transliterate the value of api_call_object from "-" to "_" on the response. However, this...

cp_mgmt_simple_cluster and cp_mgmt_simple_gateway are missing the ability to enable/disable https inspection on the cluster. Missing parameter cp_mgmt_enble_https_inspection that passes to the management api `enable-https-inspection` example for cp_mgmt_simple_cluster - https://galaxy.ansible.com/ui/repo/published/check_point/mgmt/content/module/cp_mgmt_simple_cluster/ -...

enhancement

Hello, There is no way to turn Threat Extraction and Zero Phishing blades off when creating a new profile. You can only enable/disable IPS/AB/AV.

enhancement

Hi there, via ansible calling the function cp_mgmt_access_rule_facts implicates that you can see all existing rules. That is not the case. You only see the first layer but when you...

Hi there, calling the function cp_mgmt_access_rule_facts with the option "use_object_dictionary = NO" leads to a timeout. The API is not responding at all. While using the option with YES works...

Hi there, running the command doesnt say that there is a limitation of 500 results! Also the documentation doesnt say anything about it. Which makes no sense either. Having 500...

**Problem Description:** I am encountering a Python ValueError when attempting to specify the position of an access rule using either the position or relative_position parameter in the check_point.mgmt.cp_mgmt_access_rule module. This...

Fix for isinstance() requires two arguments but only receives one. payload["position"] can be of type str or int at this point, fix for checking for those two types.