Resolve an ITOC360 alert
resolve_alertClose an active alert by providing its matching fingerprint to halt escalation and record a resolution note.
Instructions
Close an alert that was raised with send_alert, stopping further escalation. The fingerprint must match the one used to raise it. Resolving an alert that is already closed is harmless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | One-line note recorded with the resolution, e.g. "Checkout API latency recovered". | |
| description | No | Longer explanation of what resolved the problem. | |
| fingerprint | Yes | Fingerprint of the alert to close. Must match the value used when it was raised. |