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

Error with get_interfaces documentation #118

Closed abrahamesc closed 9 months ago

abrahamesc commented 9 months ago

There seems to be an issue with the documentation for the get_interfaces module.

image

chkp-edenbr commented 9 months ago

Hi @abrahamesc , Which link are you using? Bellow there's the documentation of this resource module in the latest collection version. https://galaxy.ansible.com/ui/repo/published/check_point/mgmt/content/module/cp_mgmt_get_interfaces/?version=5.1.3 https://console.redhat.com/ansible/automation-hub/repo/published/check_point/mgmt/content/module/cp_mgmt_get_interfaces/

abrahamesc commented 9 months ago

I used: https://docs.ansible.com/ansible/latest/collections/check_point/mgmt/cp_mgmt_get_interfaces_module.html#ansible-collections-check-point-mgmt-cp-mgmt-get-interfaces-module

Thank you