Hi Team,
I'm creating a dashboard in my premises during the creation, I want the node or interface current status in SWQL, could you please help me
Hi, you can probably create that without using SWQL, just using GUI based widgets.
Think we need some more details on what you want but here is a simple SWQL query that displays all nodes and interfaces with their status.
SELECT N.Caption AS [NodeName] ,N.StatusDescription as [NodeStatus] ,N.Interfaces.Caption as [InterfaceName] ,N.Interfaces.StatusDescription as [InterfaceStatus] FROM Orion.Nodes as N
Hi,
I'm trying to create the new dashboard on the link bandwidth utilization, example if the link speed is 100mbps, in that 100mbps how much has been utilizing 50mbps or 30mbps, could help me that to the breakthrough.