Greetings, we would like to know if Orion can be integrated through an API or another method, with the Spectrum monitoring tool. The idea is to be able to send the alerts generated by Orion to Spectrum
If the far side (Spectrum) can handle an API call, then you most certainly can either using a POST method (one of the default alert actions) or via a custom script. I wrote about one such for integrating with a help desk solution.
greetings, could you help me get the following variable"level": "variable", ---------- level corresponding to the severe (0, 4, or 5)
I got this variable$ {N = Alerting; M = Severity}but I need the value corresponding to the severity and I don't know how to place it
I would also be needing the variable"suppressionKey": "variable", ---------- ID or unique identifier of the problem, alert id.
Hi,
Maybe in this case, is not neccesary the SDK.¿try you whit the action "Send a GET or POST Request to a Web Server" in Trigger Actions inside the alert Solarwinds?
The conection is Solarwinds to Spectrum Web serverHe (Spectrum) receive the commands by POST and create the alert.
This method generally is use to connect Solar to app helkdesk or others programs.