2
Down
3
Warning
14
Critical
Example filter to only show monitors that are not down:
MonitorStatus.Availability<>2
Built-in SQL Node Properties
Nodes.Caption Nodes.NodeID Nodes.Status
SWQL Syntax
Some resources allow you to filter data using the SWQL syntax described below.
Wildcards
The wildcard character in SWQL syntax is: %.
Example: Node.Caption Like 'AX3%'
Filtering by Custom Property
The property syntax to filter by custom property is:
dataType.CustomProperties.propertyName
Example filter to only show nodes with the custom property City that matches
Atlanta:
Node.CustomProperties.City = 'Atlanta'
Filtering by Built-in Properties
Many properties have the same name between data types. To prevent ambiguity,
SolarWinds UDT prefixes the property names with the data type.
Examples
Example filter to show data from Cisco devices:
Node.Vendor = 'Cisco'
Example filter to show data from Windows Server 2003-2008 applications:
Built-in SQL Node Properties
76
Need help?
Do you have a question about the User Device Tracker UDT and is the answer not in the manual?