Reference Guide

ServiceTag
The Service Tag of the device that initiated the alert
IsIdrac ‘True’ or ‘False’. It 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.
Attribute Name
Description
Unknown
Unknown
Informational
Informational
Normal Normal
Warning
Warning
Critical
Critical
2.8.1 Deleting of Acknowledging Alerts
<BASE_URI>/Alerts/{id}{|{id}}
To delete an alert use the standard HTTP DELETE operation.
To acknowledge an alert or clear the acknowledgement use the standard HTTP PUT operation. For the
content of the URL PUT request use plain text (text/plain) and send ‘status=clear’ or ‘status=acknowledge’
to update the status. Requesting an acknowledgement or clearing an acknowledgement can be requested
regardless of the current status. The requested status will become the current status. Any other operations
will be considered an error.
The requested action can be applied to a list of alerts by adding additional alert ids separated by a pipe (|).
39 REST API Guide OpenManage Essentials | Revision A02