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/Lclog/{LogEntryId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//LogServices/Lclog/Entries/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/105868",
"@odata.type": "#LogEntry.v1_16_1.LogEntry",
"Created": "2025-11-06T23:42:07-06:00",
"Description": "Log Entry 105868",
"EntryType": "Oem",
"Id": "105868",
"Links": {},
"Message": "An existing hash value is updated because some system configuration items are changed.",
"MessageId": "IDRAC.2.9.SYS336",
"Name": "Log Entry 105868",
"Oem": {
"Dell": {
"@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry",
"Category": "Configuration",
"Comment": null,
"LastUpdatedByUser": null
}
},
"OemRecordFormat": "Dell",
"Severity": "OK"
}