update_alert_status
Modify the status of security alerts in Panther's monitoring platform to track investigation progress and resolution.
Instructions
Update the status of one or more Panther alerts.
Returns: Dict containing: - success: Boolean indicating if the update was successful - alerts: List of updated alert IDs if successful - message: Error message if unsuccessful
Permissions:{'all_of': ['Manage Alerts']}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_ids | Yes | List of alert IDs to update | |
| status | Yes | New status for the alerts |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||