Want to fetch disk space of a server from Solar winds Orion API . Need Orion property to fetch disk space.Example-: Like to get System Name property is SysName.
Try this:
SELECT N.Caption, N.Volumes.Caption, N.Volumes.VolumeSize, N.Volumes.VolumeSpaceAvailableFROM Orion.Nodes NWHERE N.Volumes.Caption IS NOT NULL
Thanks tdanner. It Works..!!!