Unsolved
This post is more than 5 years old
6 Posts
0
853
April 13th, 2020 01:00
Alert Severity
Hi,
Can you please provide the definition of Alert Severity for Dell OME 3.3.1
Unknown=? |
Info=? |
Normal=? |
Warning=? |
Critical=?
|
No Events found!


DELL-Chris H
7 Practitioner
•
9.7K Posts
•
48K Points
0
April 13th, 2020 09:00
HoneyPorwal,
You can find the descriptions below;
{"@odata.id": "/api/AlertService/AlertSeverities(1)", "Id": 1, "Name": "Unknown", "Description": "Unknown" }
{"@odata.id": "/api/AlertService/AlertSeverities(2)", "Id": 2, "Name": "Info", "Description": "Info" },
{ "@odata.id": "/api/AlertService/AlertSeverities(4)", "Id": 4, "Name": "Normal", "Description": "Normal" },
{ "@odata.id": "/api/AlertService/AlertSeverities(8)", "Id": 8, "Name": "Warning", "Description": "Warning" },
{ "@odata.id": "/api/AlertService/AlertSeverities(16)", "Id": 16, "Name": "Critical", "Description": "Critical" } ] }
Unknown = 1, Info = 2, Normal = 4, Warning = 8, Critical = 16
HoneyPorwal
6 Posts
0
April 14th, 2020 11:00
Hi @DELL-Chris H
i’m aware of alert severity Service which you sent .I am looking for a definition of Dell Ome 3.3.1 severity.
what is unknown,info,normal,warning,critical ?
because i want to map this severity,so i want definition
DELL-Chris H
7 Practitioner
•
9.7K Posts
•
48K Points
0
April 14th, 2020 12:00
Would you clarify what you're needing as it isn't clear, are you wanting to know each possible SNMP trap alert? If so that isn't OpenManage Enterprise defining that, it is the MIB that does.
If so you can find all the definitions between the SNMP guide and the Event Messages guide, which includes specific trap IDs for each alert.