White Papers

44 REST API Guide OpenManage Essentials | Revision A02
IsIdrac
TFsignifies whether the device that generated the alert
is an iDRAC device.
The enumerated values for the Severity field are described in the following table.
Enum Value
Description
1
Unknown
2
Informational
4
Normal
8
Warning
16
Critical
The enumerated values for the Status field are described in the following table.
Enum Value
Description
1
Not Acknowledged
2
Acknowledged
For sorting alerts enter attribute names and sort direction separated by commas in 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 sort are described in the following table.
URI
Result
<BASE_URI>/Alerts/$sort(column=Id,Status;
direction=0,1)
Alerts sorted by Id (Ascending) and then by
Status(Descending)
<BASE_URI>/Alerts/$top=5&$sort(column=Id
,Status;direction=0,1)
First 5 alerts from the list of alerts sorted by Id (Ascending)
and then by Status(Descending)
<BASE_URI>/Alerts/$skip=10&$top=5&$sort(
column=Id,Status;direction=0,1)
5 alerts skipping first 10 from the list of alerts sorted by Id
(Ascending) and then by Status(Descending)