Hi,
I am a new on this software and i would like to ask, is it possible to get the list of all nodes? Thank you.
Sure. You can use a query like "SELECT Caption, IP, MachineType, Status FROM Orion.Nodes" to get this. See REST · solarwinds/OrionSDK Wiki · GitHub for how to run queries over HTTPS and PowerShell · solarwinds/OrionSDK Wiki · GitHub for how to run them with PowerShell.
Thanks for sending the links. These are very informational and helpful for the newbie like me