I got my code together today and am trying to Unmanage a Node. So, I POST the following Uri using HttpClient/HttpRequestMessage.
https://<ourServer>:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/Unmanage
And I send content (set using myHttpRequestMessage.Content = new StringContent(manageNodeStateRequestData);
(Where manageNodeStateRequestData contains: ["N:712", "2014-01-17T22:58Z", "2014-01-17T22:59Z", "false"])
And I keep getting the following response:
500 (Internal Server Error)
Can anyone (tdanner / Bueler? ... Bueler? ) give my any advice on how to figure out what the heck I'm doing wrong here, and/or how to figure out why I'm getting a 500?
Thanks,
Scott