qradar_add_offense_note
Add an analyst note or investigation comment to a QRadar offense by providing its ID and note text, confirming the note creation.
Instructions
Add an analyst note or investigation comments to an offense.
Args: offense_id: The ID of the offense. note_text: The content of the note.
Returns: JSON string confirming creation of the note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_text | Yes | ||
| offense_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |