![SolarWinds User Device Tracker UDT Quick Start Manual Download Page 77](http://html1.mh-extra.com/html/solarwinds/user-device-tracker-udt/user-device-tracker-udt_quick-start-manual_1314128077.webp)
Chapter 7: Alerting and Reporting
Application.Name = 'Windows Server 2003-2008'
Example filter to show data from devices beginning with "AX3":
Node.Caption Like 'AX3%'
Example filter to show data from Process Monitor – SNMP type component
monitors:
Monitor.ComponentType = 8
Filtering by Status
To filter by the status property, you must know the valid status levels.
Level Status
0
Unknown
1
Up
2
Down
3
Warning
14
Critical
Example filter to only show monitors that are not down:
MonitorStatus.Availability<>2
Built-in SWQL Nodes Properties
Node.AvgResponseTime
Node.CPULoad
Node.Caption
Node.Contact
Node.DNS
Node.Description
Node.GroupStatus
Node.IOSImage
Node.IOSVersion
Node.IPAddress
Node.LastBoot
Node.LastSync
Node.Location
Node.MachineType
Node.MaxResponseTime
Node.MemoryUsed
Node.MinResponseTime Node.NodeID
Node.ObjectSubType
Node.OrionID
Node.PercentLoss
77