Bug #25249
Feature #23115: Alert status on page top
add ability to Acknowledge alerts thru checkbox or simply clicking on it.
Description
I need information on how does acknowledge alerts work in Old UI.
when user check the checkbox right next to the alert does it make any POST request in the backend ? If that is not the case then how does acknowledge alerts work ?
assigning to william for asking the question up above, please re-assign back to me after the answer.
Subtasks
History
#1
Updated by William Grzybowski over 3 years ago
- Status changed from 15 to Screened
- Assignee changed from William Grzybowski to Vaibhav Chauhan
Example:
Dismiss:
curl -v --basic -H "Content-Type: application/json" -u root:freenas "http://192.168.100.10/api/v1.0/system/alert/2ac71d69f39080863e0e8a308aadf374/dismiss/" -X PUT -d 'true'
"Un-dimsiss":
curl -v --basic -H "Content-Type: application/json" -u root:freenas "http://192.168.100.10/api/v1.0/system/alert/2ac71d69f39080863e0e8a308aadf374/dismiss/" -X PUT -d 'false'
#2
Updated by Dru Lavigne over 3 years ago
- Target version changed from 11.1 to Master - FreeNAS Nightlies
#3
Updated by Vaibhav Chauhan over 3 years ago
- Status changed from Screened to Unscreened
- Assignee changed from Vaibhav Chauhan to Peter Southwell
peter worked on this issue as well.
#4
Updated by Peter Southwell over 3 years ago
- Status changed from Unscreened to Ready For Release
#5
Updated by Dru Lavigne over 3 years ago
- Status changed from Ready For Release to Resolved