We have a script we use to put nodes into an unmanaged state with an end time. I would also like to be able to use the RESTAPI (without the SWIS SDK) to be able to unmute on demand.
Currentlt using the following endpoint:
/InformationService/v3/Json/Invoke/Orion.AlertSuppression/SuppressAlerts
and passing json in the format of:
"[[`"nodeURI`"],`"startime`",`"endtime`"]"
This works great to mute alerts but i can't do the same thing "over the top" and set a 1 minute period if the node is already muted.
Does anyone know how to unmute a node immediately using REST API?
Also - anyone got a decent link to the relevant API documentation / swagger so we can find this stuff out?