Hi Guys,
Any idea how to add a customproperty to this swql Select Statement? I just need it to work as it currently is but only pick out the Nodes with customproperty as below.
Current Code Below....
var swql = "Select Count(n.status) AS Cnt,s.StatusName FROM Orion.Nodes n RIGHT Join Orion.StatusInfo s ON n.Status = s.StatusID WHERE s.StatusID IN (1,2,3,9) GROUP By n.Status,s.StatusName,s.StatusId ORDER By s.statusID ASC "
Custom property name would be CloudTeamDevice = 'Yes'