I'm using an alert action to post alert data to a third-party system, aggregating all alerts and events from my environment. This setup is working correctly.
However, I'm struggling to automate the assignment of this trigger and reset action to all newly configured and enabled alerts to ensure no notifications are missed. My plan was to create an alert that detects newly enabled alerts missing the required ActionIDs and then execute a script against the SolarWinds API to assign the action. Unfortunately, I couldn't find an API verb for assigning or unassigning actions to alerts.
I also explored updating the action assignments table directly in the SQL database, but this approach doesn't seem straightforward either.
Has anyone encountered this issue or found a solution to automate action assignments for new alerts in SolarWinds?