av alerts ack
Acknowledge an alert, optionally recording a free-text note (e.g. a ticket reference).
Synopsis
Section titled “Synopsis”av alerts ack <alertId> [flags]Description
Section titled “Description”av alerts ack marks an alert as acknowledged and prints a confirmation.
Pass --note to record a free-text note with the acknowledgement - a ticket
reference, a one-line rationale, whatever your team uses for an audit trail.
Acknowledging does not hide or resolve the alert: it still appears in
av alerts output with yes in the ACK column,
and av alerts get shows Acknowledged yes. Use the list command’s
--acknowledged / --acknowledged=false filters to separate triaged alerts
from the ones still waiting on a decision.
Unlike the other alert commands, ack takes no --project flag - the alert
id alone identifies the alert.
Options
Section titled “Options”| Flag | Default | Description |
|---|---|---|
--note |
- | Optional free-text note recorded with the acknowledgement |
Examples
Section titled “Examples”Acknowledge an alert:
av alerts ack 01a3f8c2-7b4d-4f6a-9c0d-2e5b8a1f3c7dAcknowledged alert 01a3f8c2-7b4d-4f6a-9c0d-2e5b8a1f3c7dRecord a ticket reference with the acknowledgement:
av alerts ack 01a3f8c2-7b4d-4f6a-9c0d-2e5b8a1f3c7d --note "SEC-142: fix scheduled for next sprint"Confirm what has been triaged - list only the acknowledged alerts:
av alerts --project 7f3d2a91-4c8e-4b0a-9f6d-1e5a8c2b7d43 --acknowledgedExit codes
Section titled “Exit codes”| Code | Meaning |
|---|---|
0 |
Alert acknowledged |
1 |
Error - not logged in, or the API rejected the request |
See also
Section titled “See also”av alerts- list a project’s alerts with the RED/YELLOW/GREEN summaryav alerts get- full detail for a single alert