Greetings all,
We are trying to execute an API call to return all nodes with two custom-fields, for example, we want to list all devices that matches CF_A and CF_B. The list expected return should have the two custom fields and the corresponding IP address for each device.
"SELECT Caption, IP_ADDRESS, Comments, Department, CF_A, CF_B FROM Orion.Nodes WHERE deviceType = deviceType"
Any recommendation on the query or the best way to do this?
Thank you,
Girban