apiKey*
API Key to access your OpManager server.
isFluidic
Set value as 'true' by default.(for internal purpose)
type
Fetches the list of devices that fall under the given Device Type. [Example: type=Cisco2081]
category
Fetches the list of devices that fall under the given device category [Example: Server, Switch, etc.]
app
Fetches the list of devices that have the given App in it and monitored in OpManager [Example: MSSQL, Exchange, Domain Controller]
bvName
Fetches the list of devices that are under the given Business View map name
vendor
Fetches the list of devices that have the given vendor name.
protocol
Filter devices by protocol [Example: all|SNMP|WMI|CLI|VIWebService|VIWMI|CLI|XenService|PrismAPI|NetAppAPI|SMI]
severity
Filter devices by severity [Example: 1 (Critical), 2 (Trouble), 3 (Attention), 4 (service down), 5 (Clear), 7 (Unmanaged)]
selectedVTypes
Filter devices by Virtual device type [Example: VMware-VM|VMware-Host|HyperV-VM|Xen-VM|VMware-vCenter|Xen-Host|HyperV-Host]
groupName
Filter devices by Group name
customFields
To fetch custom field values associated to the device. Set as 'true' if you are using v2 API applicable in OpManager version above 12.x. [Example: /api/json/v2/device/listDevices]
getInterfaces
To fetch devices with associated interfaces. Boolean value: TRUE/FALSE
page
To fetch devices in batches. This should be combinedly used with 'rows' parameter. [Example: page=1, rows=200, page=2, rows=200]
rows
To fetch devices in batches. This should be combinedly used with 'page' parameter [Example: page=1, rows=200, page=2, rows=200]
sortByType
Defining sort type to be ascending or descending [Example, sortByType=asc Or sortByType=desc]
sortByColumn
Sorting device list by columns [Example: displayName, interfaceCount, ipaddress, type, etc.]