Skip to content

Parameter Severity is missing in Events #353

@myoscodeRahul

Description

@myoscodeRahul

Dell R470

"Events": [
{
"EventId": "2162",
"EventTimestamp": "2026-02-10T10:53:19-06:00",
"EventType": "Alert",
"MemberId": "0",
"Message": "The system inlet temperature is greater than the upper warning threshold.",
"MessageArgs": null,
"MessageId": "IDRAC.TMP0120",
"MessageSeverity": "Warning",
"Oem": {
"Dell": {
"AgentID": "SEL",
"BitMask": "4101",
"Category": "SystemHealth",
"ServerHostname": ""
}
},
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1"
}
}
],

Normal Dell
"Events": [
{
"Context": "hwm",
"EventId": "2162",
"EventTimestamp": "2026-02-09T19:05:29+02:00",
"EventType": "Alert",
"MemberId": "1368",
"Message": "The Inlet temperature is greater than the upper warning threshold.",
"MessageArgs": [
" Inlet"
],
"MessageArgs@odata.count": 1,
"MessageId": "IDRAC.2.9.TMP0114",
"MessageSeverity": "Warning",
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardInletTemp"
},
"Severity": "Warning"
}
],

Image

Hi as per the document parameter Severity should be present, but that is not there in DellR470 servers, a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions