check_point.mgmt.cp_mgmt_central_license_facts 模块 – 通过 Web Services API 获取 Checkpoint 上的中央许可证对象信息

注意

此模块是 check_point.mgmt 集合(版本 6.2.1)的一部分。

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

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

要在 Playbook 中使用它,请指定:check_point.mgmt.cp_mgmt_central_license_facts

check_point.mgmt 5.2.0 中的新功能

概要

  • 获取 Checkpoint 设备上的中央许可证对象信息。

  • 所有操作均通过 Web Services API 执行。

  • 此模块处理两种操作,获取特定对象和获取多个对象。对于获取特定对象,请使用参数“signature”。

参数

参数

注释

signature

字符串

许可证的签名。此参数仅与获取特定对象相关。

version

字符串

Checkpoint 的版本。如果未给定版本,则采用最新版本。

示例

- name: show-central-license
  cp_mgmt_central_license_facts:
    signature: dLLLLL-WWWWWW-ZZZZZZ-QQQQQQ

- name: show-central-licenses
  cp_mgmt_show_central_licenses:

作者

  • Eden Brillant (@chkp-edenbr)