Hi Team,
We are trying to configure the POST Action for Alert. In the body we require the field:
"EventTypeWord" which has Following values in the Database
Triggered = 0,
Reset = 1,
Acknowledged = 2,
Note = 3,
AddedToIncident = 4,
ActionFailed = 5,
ActionSucceeded = 6,
Unacknowledge = 7,
Cleared = 8
It seems this field is not available in the default placeholders. I've configured other fields
{
"kpi":"${N=Alerting;M=AlertName;F=OriginalValue}",
"description":"${N=Alerting;M=AlertDescription} ",
"ciImpacted":"${N=SwisEntity;M=Caption}",
"ocurrenceDate":"${N=Generic;M=DateTime;F=OriginalValue}",
"severity":"${N=Alerting;M=Severity}",
"Source":"Solarwinds",
"objectType":"${N=Alerting;M=ObjectType}"
}
How can I get to populate this field in the body of the post request for that particular alert?
Thank you in advance.