sophos_take_alert_action
Execute allowed actions on Sophos alerts, such as acknowledge, clean threats, or send messages, based on the alert type.
Instructions
Perform an action on a specific alert. Valid actions depend on the alert type and are listed in the alert's allowedActions field. Common actions include: 'acknowledge', 'cleanPua', 'authPua', 'clearThreat', 'clearHmpa', 'sendMsgPua', 'sendMsgThreat'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action to perform. Must be one of the values in the alert's allowedActions field (e.g. 'acknowledge', 'cleanPua', 'authPua', 'clearThreat', 'clearHmpa', 'sendMsgPua', 'sendMsgThreat') | |
| message | No | Optional human-readable message to attach to the action | |
| alert_id | Yes | The alert ID to act on | |
| tenant_id | Yes | The tenant ID the alert belongs to |