check_point.mgmt.checkpoint httpapi – HttpApi Plugin for Checkpoint devices

Note

This httpapi plugin is part of the check_point.mgmt collection (version 2.3.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install check_point.mgmt.

To use it in a playbook, specify: check_point.mgmt.checkpoint.

New in version 2.8: of check_point.mgmt

Synopsis

  • This HttpApi plugin provides methods to connect to Checkpoint devices over a HTTP(S)-based api.

Parameters

Parameter

Comments

api_key

string

Login with api-key instead of user & password

Configuration:

  • Variable: ansible_api_key

domain

string

Specifies the domain of the Check Point device

Configuration:

  • Variable: ansible_checkpoint_domain

Authors

  • Ansible Networking Team

Hint

Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.