Hello,
I am trying to put together a server report using SWQL. I do not have any documentation on tables/field names so I am flying blind. I need items 7,8, 9 in the swql statement below. Can anyone help me?
- SELECT
- n.NodeID,
- n.DisplayName,
- n.IPAddress, (Delete)
- n.MachineType,
- n.Interfaces.DisplayName AS InterfaceDisplayName
- Average CPU Utilization %
- Physical Memory Utilization %
- Virtual Memory Utilization %
- FROM Orion.Nodes n
- ORDERBY n.NodeID
Or can anyone help me find a document that links tables and displays field names so I can stumble through this myself.