check_point.mgmt.checkpoint httpapi – Checkpoint 设备的 HttpApi 插件

注意

此 httpapi 插件是 check_point.mgmt 集合 (版本 6.2.1) 的一部分。

如果您使用的是 ansible 包,则可能已安装此集合。它不包含在 ansible-core 中。要检查是否已安装,请运行 ansible-galaxy collection list

要安装它,请使用: ansible-galaxy collection install check_point.mgmt

要在剧本中使用它,请指定: check_point.mgmt.checkpoint

check_point.mgmt 2.8.0 中的新增功能

概要

  • 此 HttpApi 插件提供通过基于 HTTP(S) 的 api 连接到 Checkpoint 设备的方法。

参数

参数

注释

api_key

字符串

使用 api 密钥而不是用户名和密码登录

配置

  • 变量:ansible_api_key

cloud_mgmt_id

字符串

云管理 ID

配置

  • 变量:ansible_cloud_mgmt_id

domain

字符串

指定 Check Point 设备的域

配置

  • 变量:ansible_checkpoint_domain

target

字符串

目标网关

配置

  • 变量:ansible_checkpoint_target

作者

  • Ansible 网络团队 (@rcarrillocruz)

提示

每个条目类型的配置条目具有从低到高的优先级顺序。例如,列表中较低的变量将覆盖较高的变量。