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
40 stars 30 forks source link

Missing parameter in Global assignment even though all required parameters are declared #87

Closed sasikdar closed 2 years ago

sasikdar commented 2 years ago
- name: add-global-assignment
  check_point.mgmt.cp_mgmt_global_assignment:
    dependent_domain: Domain-4 
    global_access_policy: standard
    global_domain: Global
    global_threat_prevention_policy: standard
    manage_protection_actions: true
    state: present

output trace: TASK [assign-global-policies : add-global-assignment] *** fatal: [host-of-my-choice]: FAILED! => {"changed": false, "msg": "Checkpoint device returned error 400 with message {'code': 'generic_err_missing_required_parameters', 'message': \"Missing identifying parameter in params. Missing parameter: ['uid' or 'global-domain'-'dependent-domain' pair]\"}"}

chkp-shirango commented 2 years ago

Hi @sasikdar,

We will deliver the fix to the Jumbo (PMTR-87860).

Thanks, Shiran