Report that counts how many interfaces, Volumes, and Components that a node is using in Orion.
*Note: Requires both NPM and SAM to be installed.
Can I get the SWQL for this? Thanks in advance.
If you open the XML up or import it then you will find the SWQL inside:
SELECT n.Caption,n.NodeID AS [Node],n.Interfaces.InterfaceID AS [Interfaces],n.Volumes.VolumeID AS [Volumes],n.Applications.Components.ComponentID AS [Components]FROM Orion.Nodes n