White Papers
8 Dell OpenManage Power Center 4.0 REST API Reference Guide
2 Device Enumeration API Interface
2.1 Request Parameters
Name
Type
Description
depth
Integer
Depth of enumeration:
-1: Full depth search
1: Search for only immediate child level
path
String
Group path from where enumeration is performed:
/ Search from root
// Search for all devices that are not added to group
(Un assigned devices)
/// Search for all devices, free or managed
/DC/Room1/Row2 Specific group path
Sort Object
Indicates result will be ordered by which field in which order:
"sortObj": [
{
"field": "name", field to sort
"order": "1" 1 for asc and 2 for desc
},
{
"field": "entityType", only first sort field takes effect, this will
be ignored
"order": "1"
}
],
Filter Object
Indicates result will be filtered by which field(s) with what kind of
condition(s). In case multiple filters are specified, only result(s) that
meets all filters could be returned.
"filterObj": [
{
"field": "entityType", field to filter
"op": "=", condition
"opTarget": [
"Server", value(s) to match, if multiple items here,
relations are “OR”
]
},
{
"field": "ipAddress", another filter
"op": "=",
"opTarget": ["10.239.151.133 "]
}
]
}