How would I modify my current query to get the current utilization for the top 10 highest Cisco interfaces
SELECT TOP 10 FullName, OutPercentUtil, InPercentUtil
FROM Orion.NPM.Interfaces
The above isn't seeming to sort by highest used interfaces.
Thank You!
I can't figure out/follow the guides to understanding how to use SWQL