The collection of LogEntry resource instances.
Privilege: Login
Important Notes:
- LC log filtering was implemented as OEM and not as per DMTF standard.
- the odata.count reflects the total number of entries according to the filter applied.
- $filter query parameter is supported only on properties including MessageId, Severity, Created, and Id.
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'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//LogServices/Lclog/Entries' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries",
"@odata.type": "#LogEntryCollection.LogEntryCollection",
"Description": "LC Logs for this manager",
"Members": [
{
"@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"
},
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/105867",
"@odata.type": "#LogEntry.v1_16_1.LogEntry",
"Created": "2025-11-06T23:42:01-06:00",
"Description": "Log Entry 105867",
"EntryType": "Oem",
"Id": "105867",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
}
},
"Message": "Successfully logged in using autotest8, from 100.71.133.111 and REDFISH.",
"MessageArgs": [
"autotest8",
"100.71.133.111",
"REDFISH"
],
"MessageArgs@odata.count": 3,
"MessageId": "IDRAC.2.9.USR0030",
"Name": "Log Entry 105867",
"Oem": {
"Dell": {
"@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry",
"Category": "Audit",
"Comment": null,
"LastUpdatedByUser": null
}
},
"OemRecordFormat": "Dell",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/105866",
"@odata.type": "#LogEntry.v1_16_1.LogEntry",
"Created": "2025-11-06T23:41:43-06:00",
"Description": "Log Entry 105866",
"EntryType": "Oem",
"Id": "105866",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
}
},
"Message": "Successfully logged in using root, from 100.71.133.111 and REDFISH.",
"MessageArgs": [
"root",
"100.71.133.111",
"REDFISH"
],
"MessageArgs@odata.count": 3,
"MessageId": "IDRAC.2.9.USR0030",
"Name": "Log Entry 105866",
"Oem": {
"Dell": {
"@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry",
"Category": "Audit",
"Comment": null,
"LastUpdatedByUser": null
}
},
"OemRecordFormat": "Dell",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/105865",
"@odata.type": "#LogEntry.v1_16_1.LogEntry",
"Created": "2025-11-06T23:41:37-06:00",
"Description": "Log Entry 105865",
"EntryType": "Oem",
"Id": "105865",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
}
},
"Message": "Successfully logged in using root, from 100.71.133.111 and SSH.",
"MessageArgs": [
"root",
"100.71.133.111",
"SSH"
],
"MessageArgs@odata.count": 3,
"MessageId": "IDRAC.2.9.USR0030",
"Name": "Log Entry 105865",
"Oem": {
"Dell": {
"@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry",
"Category": "Audit",
"Comment": null,
"LastUpdatedByUser": null
}
},
"OemRecordFormat": "Dell",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/105864",
"@odata.type": "#LogEntry.v1_16_1.LogEntry",
"Cr