Hi All,
Want to know the field list for Orion.node table. Is there any way to parse query like select top 1 * from Orion.node.Want get my result based on company from node table for rest API.
Or any URL where we can find the field names of the table.
Ex: https://loclhost/Solarwinds/InformationService/v3/Json/Query?query="SELECT * FROM Orion.node where company='xxxx'"
Here company is the custom property
Thanks in advance...!!!