I would like to setup a integration back into NPM to allow for Alerts to be cleared and acknowledged.
I have looked though some of the SQL tables and it looks like AlertStatus holds the current Alerts information. I can see here I can update the Acknowledged flag but I do not see where to update the Alert to set it to cleared?
Can someone please point me in the right direction.
Also is this the correct table to be using, the Events table did not have the clear either form what I saw only the ability to set Acknowledged.
Is the AlertStatus table linked to other tables like the Events table etc?