add_alert_note
Add a note to an alert to document the handler and actions taken, without altering alert status or ownership.
Instructions
[WRITE] Add a note to an alert to record who is handling it and what was done. Does not change the alert's status or ownership — use acknowledge_alert to take ownership.
Not idempotent: calling twice adds two notes. Returns created (the stored note) and confirmation_note — when created is null the appliance did not confirm the note; run list_alert_notes before retrying. There is no undo tool for notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note text, e.g. "Taking this: rebooting esx-03". Empty is rejected. | |
| target | No | Aria target name from config; default when omitted. | |
| alert_id | Yes | The alert UUID from list_alerts (not the resource UUID). |