With the following task:
- name: "Rule"
check_point_mgmt:
command: add-access-rule
parameters:
layer: "Network"
position.below: "section 1"
name: "Access rule"
source: "1.1.1.1"
destination: "2.2.2.2"
service: "ssh"
action: "allow"
session-data: "{{login_response}}"
I got
"msg": "Command 'add-access-rule {u'layer': u'Network', u'name': u'Access rule', u'service': u'ssh', u'destination': u'2.2.2.2', u'position.below': u'section 1', u'source': u'1.1.1.1', u'action': u'allow'}' failed with error message: message: Unrecognized parameter [position.below]\ncode: generic_err_invalid_parameter_name\n. All changes are discarded and the session is invalidated."