White Papers

OpenManage Essentials-Specific Resource Model
18 REST API GuideOpenManage Essentials
Enum Value
Description
8
Switch
9
Chassis
10
KVM
11
Printer
12
Tape
13
EMC
14
FC SWITCH
15
MD Storage
16
EqualLogic Group
18
PDU
19
UPS
20
Client
21
PowerEdge C
22
Compellent
23
NAS Appliance
24
Network Appliance
26
EqualLogic Member
28
VxRail
29
XC Series
30
MX Chassis
The type enumeration for the GlobalStatus is defined in the following table:
Enum Value
Description
0
None
2
Unknown
4
Normal
8
Warning
16
Critical
For sorting devices, enter attribute names and sort direction separated by commas in the corresponding place
holders. Priority of sorting is implicit in ordering of attributes.
The enumerated values for the sort direction are described in the following table:
Enum
Value
Description
0
Ascending - smallest/earliest first (Default)
1
Descending - largest/latest first
Sample URIs for sorting devices are described in the following table:
URI
Result
<BASE_URI>/Devices/$sort(colu
mn=Name,Id;direction=0,1)
Devices sorted by Name (Ascending) then by Id
(Descending)
<BASE_URI>/Devices/$top=5&$
sort(column=Name,Id;direction=
0,1)
First 5 devices from the list of devices sorted by Name
(Ascending) then by Id (Descending)
<BASE_URI>/Devices/$skip=10
&$top=5&$sort(column=Name,I
d;direction=0,1)
5 devices skipping first 10 from the list of devices sorted
by Name (Ascending) then by Id (Descending)