White Papers
17  REST API Guide  OpenManage Essentials | Revision A02 
23 
NAS Appliance 
24 
Network Appliance 
26 
EqualLogic Member 
28 
VxRail 
29 
XC Series 
 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(column=Name,Id;
direction=0,1) 
Devices sorted by Name (Ascending) then by Id 
(Descending) 
<BASE_URI>/Devices/$top=5&$sort(column=N
ame,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,Id;direction=0,1) 
5 devices skipping first 10 from the list of devices sorted 
by Name (Ascending) then by Id (Descending) 










