check_point.mgmt.checkpoint (5.2.3) — httpapi

HttpApi Plugin for Checkpoint devices

| "added in version" 2.8.0 of check_point.mgmt"

Authors: Ansible Networking Team (@rcarrillocruz)

Install collection

Install with ansible-galaxy collection install check_point.mgmt:==5.2.3


Add to requirements.yml

  collections:
    - name: check_point.mgmt
      version: 5.2.3

Description

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

Inputs

    
domain:
    description:
    - Specifies the domain of the Check Point device
    type: str
    vars:
    - name: ansible_checkpoint_domain

api_key:
    description:
    - Login with api-key instead of user & password
    type: str
    vars:
    - name: ansible_api_key

cloud_mgmt_id:
    description:
    - The Cloud Management ID
    type: str
    vars:
    - name: ansible_cloud_mgmt_id