The LogEntry schema defines the record format for a log. It is designed for Redfish event logs, OEM-specific log formats, and the IPMI System Event Log (SEL). The EntryType field indicates the type of log and the resource includes several additional properties dependent on the EntryType.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Managers/{ManagerId}/Logs/Sel/{LogEntryId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//LogServices/Sel/Entries/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/17",
"@odata.type": "#LogEntry.v1_16_1.LogEntry",
"Created": "2025-07-16T06:35:00-05:00",
"Description": "Log Entry 17",
"EntryCode": "Assert",
"EntryType": "SEL",
"GeneratorId": "0x0037",
"Id": "17",
"Message": "OEM software event.",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "780100c0",
"Name": "Log Entry 17",
"SensorNumber": 0,
"SensorType": "CoolingDevice",
"Severity": "OK"
}