Displays test configuration parameters for tests matching search criteria.
test.list
["deviceName=<regexp>"]
[, "testName=<regexp>" | "testSerial=<value>"]
[, "testType=<regexp>"]
[, "subType=<regexp>"]
Sample output. The output is slightly test dependent.
"serialNumber=40003", "testName=Disk /boot Space Util", "testType=snmp",
"subType=disk", "deviceName=localhost", "interval=300",
"warningThreshold=75", "criticalThreshold=90", "shadowWarningThreshold=75",
"shadowCriticalThreshold=90", "slaThreshold=75", "actionName=None",
"suppressed=false",
"isSuspended=false","resultProcessDirective=1","resultMultiplier=1.0","maxValue=101089",
"snmpOid=.1.3.6.1.2.1.25.2.3.1.6.2"
To get test names for a device, use the following command:
test.list "deviceName=xyz", "testName=*"