hi all
i need a query to create a report of nodes with resources as well i need to add my custom property location
What do you mean by "nodes with resources"?Location is already a property, you could add an equivalent though, Settings -> Custom properties -> Node -> Add
hi adam
i have query for node with their interfaces but i want to add location on this query . how can i add ? i have already created location under custom propery
Select A.Resources, A.Resources_Name , A.IP_Address , A.Nodes From(select 'Interfaces' as Resources, I.InterfaceName as Resources_Name , N.IP_Address as IP_Address, N.Caption as NodesFrom NodesData N Join Interfaces I On I.NodeID = N.NodeIDUnionselect 'Volumes' as Resources , V.VolumeDescription as Resources_Name , N.IP_Address as IP_Address, N.Caption as NodesFrom NodesData N Join Volumes V On V.NodeID = N.NodeID) A
Order By A.Nodes
Select ... ,a.customproperties.location