Yo T, (or anyone who can answer this!)
I am also writing C# code to acknowledge alerts but plan on using the REST API. I've got the following two Uri's as possibles, but according to the documentation, Orion.AlertStatus has TWO Ack verbs.
//"https://{0}:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.AlertStatus/Acknowledge
//"https://{0}:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.AlertStatus/AcknowledgeAlert
So, I'm wondering what the difference is between the two (Acknowledge and AcknowledgeAlert), and which one should I use?
Thanks,
Scott F.