We would like to know if there is any API OR CLI Command to manage downtime of the nodes under monitoring apart from manually as we want to automate mute alerts of the devices under monitoring during production change period.
This is an example similar to the code I use for muting and managing
github.com/.../SupressAlerts.ps1
I wrote a similar thing a few years ago when alert suppression was added to the API.
Interesting...we are using a similar PS script. Wonder when SW's will enhance their maintenance items to allow similar functionality within the GUI/UI for our end users. Curious to learn more on how you are doing this using the API. Is it possible to chat with you? Rick
This is highly dependent on your needs (weekly, monthly, something else), but it's fairly straight forward.
I know of some people have gone so far as setting up a CSV with a list of things to mute/unmanage and then cycle through that on a routine basis.
Thx