mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support for allowing alerts to un-ack (#9136)
* Add support for allowing alerts to un-ack * Updated db_schema.yaml * Update and rename 263.sql to 265.sql * Fix up ui a bit. * Renamed sql file
This commit is contained in:
@@ -44,6 +44,8 @@ Acknowledge an alert
|
||||
Route: `/api/v0/alerts/:id`
|
||||
|
||||
- id is the alert id, you can obtain a list of alert ids from [`list_alerts`](#function-list_alerts).
|
||||
- note is the note to add to the alert
|
||||
- until_clear is a boolean and if set to false, the alert will re-alert if it worsens/betters.
|
||||
|
||||
Input:
|
||||
|
||||
|
Reference in New Issue
Block a user