Next Topic

Previous Topic

Book Contents

Object Filter

As its name implies the object filter is used as a part of the request parameter to filter the results. The object filter is based on the search workflow found throughout the application. A very large number of fields can be used to search tests, network devices and hierarchy containers as listed in the table below. For a complete listing, see the javadoc.

Name

Type

Description

departmentName

String

The name of a department

departmentSerialNumber

List<Long>

A list of department serial numbers.

deviceName

String

Name of a network device

deviceAddress

String

The IP address of a network device

deviceTypes

List<Integer>

A list of device types. Device types can be one of the following:0. NT/Windows1. Unix/Linux2. Switch3. Router4. Firewall5. SLB6. Proxy7. VPNC8. Printer9. Wireless10. Unknown11. Storage12. VMWare

deviceSerialNumbers

List<Long>

A list of network device serial numbers

testTypes

List<String>

Type of monitor running the test. One of:ping snmp wmi port radius ntp dns sql sql_value ldap external deepweb jmx flow oracle pgsql cmr vmware

testSubTypes

List<String>

 

Each testType has a series of sub-types. Most common ones are:

bandwidth - Link utilization (%) For a complete listing, see the javadoc.

testSerialNumbers

List<Long>

A list of test serial numbers

testStatuses

List<Integer>

A list of severities in which a test currently is.

deviceStatuses

List<Integer>

A list of severties in which a device currently is.

containerName

String

The name of a container that a device or test is a part of

elementName

String

The name of an element that the test is a part of or contained inside a device.

elementSerialNumbers

List<Long>

A list of serial numbers of elements that tests are part of or contained inside a device.

elementCategory

String

The category of an element that tests are a part of or contained inside a device.

excludeExportedDevices

Boolean

Whether or not exported devices and their tests should be excluded from the search filter.

[ObjectFilter] Class