Hi all,
I'm very new at REST and HTTP Requests so I'm hoping this is a quick answer.
We are trying to test an alert that will remange nodes automatically after a given time frame. We have the Trigger Conditions set, and we are looking to use the POST request to call SWIS to remanage the given node.
Currently I have the URL as :
https://FullyQualifiedSWPollerName:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/Remanage
and I'm completely unsure what to do for the Body to Post section.
Right now I have tried
{"N":${N=SwisEntity;M=NodeID}}
But that fails each time.
Am I on the right path here or am I totally off?