API Guide
Table 50. Attributes(continued)
Attribute name Description
Message Message describing the issue.
EemiMessage Event and Error Message describing the issue, if applicable.
RecommendedAction Recommended action for the alert.
AlertMessageId Event and Alert Message ID associated with the issue.
AlertVarBindDetails List of variable bindings of the alert, if applicable.
AlertMessageType Type of message—Internal, SNMP, Redfish, and so on.
/api/AlertService/Alerts?
$filter=contains(UserName,'admin')
This URL represents the alerts that are acknowledged by the user administrator.
GET method for Alerts?$filter=contains(UserName,'admin')
This method returns the alerts that are acknowledged by user administrator.
Description Returns alerts that are acknowledged by user administrator.
/api/AlertService/Alerts?$filter=StatusType eq 2000
This URL represents the unacknowledged alerts.
GET method for Alerts?$filter=StatusType eq 2000
Description
Returns the unacknowledged alerts.
/api/AlertService/Alerts?$filter=StatusType eq 1000
This URL represents the acknowledged alerts.
GET method for Alerts?$filter=StatusType eq 1000
Description
Returns the acknowledged alerts.
/api/AlertService/Alerts?$filter=StatusType eq 1
This URL represents all the alerts.
GET method for Alerts?$filter=StatusType eq 1
Description
Returns all the alerts.
76 Alerts