White Papers
21 REST API Guide OpenManage Essentials | Revision A02
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)
<BASE_URI>/Devices/$sort(column=Name,Id;
direction=0,1)?GlobalStatus=2&Type=2
All Unknown and Unclassified Devices sorted by Name
(Ascending) and then by Id (Descending)
2.2.1 Devices by direct access
<BASE_URI>/Devices
The resulting payload from this API is slightly different that the payload returned by the other device-related
REST API calls. After all devices are enumerated in the resulting XML payload, two additional pieces of
information are returned as well:
•
•