- Docs »
- check_point.mgmt.checkpoint_access_rule_facts – Get access rules objects facts on Check Point over Web Services API
-
You are reading an older version of the Ansible documentation. Use the version selection to the left if you want the latest stable released version.
check_point.mgmt.checkpoint_access_rule_facts – Get access rules objects facts on Check Point over Web Services API
Note
This plugin is part of the check_point.mgmt collection (version 1.0.6).
To install it use: ansible-galaxy collection install check_point.mgmt
.
To use it in a playbook, specify: check_point.mgmt.checkpoint_access_rule_facts
.
Parameter |
Choices/Defaults |
Comments |
layer
string
/ required
|
|
Layer the access rule is attached to.
|
name
string
|
|
Name of the access rule. If not provided, UID is required.
|
uid
string
|
|
UID of the access rule. If not provided, name is required.
|
- name: Get access rule facts
checkpoint_access_rule_facts:
layer: Network
name: "Drop attacker"