qradar_update_offense
Change an offense's status, closing reason, assignment, and follow-up or protected flags to manage incident investigations.
Instructions
Update an offense status (e.g. CLOSED, OPEN, HIDDEN), closing reason, assignment or flags.
Args: offense_id: The ID of the offense to update. status: Target status: 'OPEN', 'CLOSED', or 'HIDDEN'. closing_reason_id: Required if closing the offense (see qradar_list_closing_reasons). assigned_to: Username of the analyst to assign this offense to. follow_up: Set flag for follow-up investigation (true/false). protected: Prevent the offense from being purged automatically (true/false).
Returns: JSON string containing updated offense details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| follow_up | No | ||
| protected | No | ||
| offense_id | Yes | ||
| assigned_to | No | ||
| closing_reason_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |