Let's say I want to clear an active alert using a URL like
myserver.mycompany.com:17778/.../ClearAlert
What would the rest of the line look like assuming it's possible?
I have tried:
https://myserver.mycompany.com:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.AlertActive/ClearAlert?query={"alertObjectIds":[12345]}
Only to receive the error:
{"Message":"Invalid SWIS uri at character 35: Incomplete uri. Parser did not finish
in End state, but instead was left in Scheme state\r\nParameter name: uri",
"ExceptionType":"System.ArgumentException","FullException":"System.ArgumentException:
Invalid SWIS uri at character 35: Incomplete uri. Parser did not finish in End state,
but instead was left in Scheme state\r\nParameter name: uri\r\n at SolarWinds.Data.Utility.SwisUriParser.ParsingError(String message)\r\n
at SolarWinds.Data.Utility.SwisUriParser.ParseInternal()\r\n
at SolarWinds.InformationService.Core.InformationService.Read(String uri)"}