ibm.qradar.offense_note 模块 – 创建或更新 QRadar 安全事件备注

备注

此模块是 ibm.qradar 集合 (版本 4.0.0) 的一部分。

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

要安装它,请使用: ansible-galaxy collection install ibm.qradar

要在 playbook 中使用它,请指定: ibm.qradar.offense_note

ibm.qradar 1.0.0 中的新增功能

概要

  • 此模块允许创建 QRadar 安全事件备注

别名:qradar_offense_note

参数

参数

注释

id

整数 / 必需

要操作的安全事件 ID

note_text

字符串 / 必需

备注文本内容

示例

- name: Add a note to QRadar Offense ID 1
  ibm.qradar.offense_note:
    id: 1
    note_text: This an example note entry that should be made on offense id 1

作者