Hi everyone ,
I am looking for a sample API to suppress alert on solarwinds via ayehu. can someone please help me in getting the API for the same. Any leads is aprreciated.
Regards
Akash
Could you give some more info what your actual challenge is?
From my perspective I would adjust all my alerts to look for a custom property (e.g. Alert_Enabled) that needs to be true to fire the alert.
Keep in mind, an alert is just a SQL Query and it fires on those devices that fit your "Where Clause"
With your automation, I would then alter that custom property to "disable" all alerting.
Is that something that would fit your needs?