Hi
I'm trying to trigger PollNow for a node using the below API call:
https://SolarWinds-Orion:17774/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/PollNow
Body:
{
"netObjectID": "${N=SwisEntity;M=OrionIdPrefix}${N=SwisEntity;M=NodeID}"
}
or hardcoded
{
"netObjectID": "N:8042"
}
I do it from "Send A GET Or POST Request" action as well as from Postman. In both cases the call completes ok (code 200 and null response), but the polling does not actually happen (I can't see new CPU metric etc.).
When I call the verb from SWQL studio, it works, it also obviously works when I click 'Poll Now' on the Node Details page.
I can see other people reported similar issues in the past, but with no solution noted.
Has anybody got that working ?