SWQL Library
Volumes
Complex JOIN
Verified Working

All Volumes with Capacity Details

What this query does

Export all monitored volumes with full capacity metrics for capacity planning

SWQL Query
SELECT n.NodeName, v.VolumeDescription, v.Caption,
       v.VolumeType, v.VolumeSize, v.VolumeSpaceUsed,
       v.VolumeSpaceAvailable, v.VolumePercentUsed, v.Status
FROM Orion.Volumes v
JOIN Orion.Nodes n ON v.NodeID = n.NodeID
ORDER BY v.VolumePercentUsed DESC
disk
volumes
capacity
reporting
Source:OrionSDK GitHubยท SolarWinds Orion SDK GitHubView original

Unlock the full POLARISNOC hub

AI-powered SWQL generation, script management, CVE tracking, and verified solution intelligence.

Sign Up Free