Hi Tech Gurus,
Please guide how to create a Ticket in ManageEngine from SolaWinds alert using API ?
Use Case: Create a ManageEngine Ticket when Warning Alert turn into Critical.
Thanks in Advance
Regards
Here are some links to point you in the correct direction.
Send a GET or POST request through HTTP or HTTPS in the SolarWinds Platform This will send a post request to the SDP instance. Fill out the body section with the appropriate information based on the SDP api fields that you need.
To create or add a request in SDP - this looks like the relevant section: Request - REST API - User Guide
Thank you for your reply & sharing manageengine sample code.
Need to know, a sample code to be pasted in the SolarWinds "Body to Post"?
curl.exe -X POST -H "Authorization: auth-key [AuthoriztionKey_From_Freshservice]" -H "Content-Type: application/json" --data "{\"resource\": \"${N=SwisEntity;M=Name}\", \"metric_name\": \"${N=Alerting;M=AlertName}\", \"message\": \"${N=Alerting;M=AlertMessage}\", \"description\": \"${N=Alerting;M=AlertDescription}\", \"severity\": \"up\", \"node\": \"${N=SwisEntity;M=Name}\", \"occurrence_time\": \"${N=Alerting;M=AlertTriggerTime}\"}" https://[YourCompany].alerts.freshservice.com/integrations/5258/alerts