Hello
I am a total newbie to Orion APIs. So pardon the question if it is too silly.
I am using Curl to fetch my data from Orion.Nodes.
My project needs me to pull all the nodes based on a list of NodeIds.
Is there a way i can do a IN clause?
Ex. curl ... /SolarWinds/InformationService/v3/Json/Query?query=SELECT+NodeID,Caption+FROM+Orion.Nodes+Where+NodeID+In+(1,2,3)"
Any alternative suggestions would also do if available.
I am using basic authentication with username and password.