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/FaultList/{LogEntryId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//LogServices/FaultList/Entries/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/FaultList/Entries/Fault_03200002_1",
"@odata.type": "#LogEntry.v1_16_1.LogEntry",
"Created": "2024-07-08T06:47:10-05:00",
"Description": "PSU.Slot.1",
"EntryType": "SEL",
"Id": "Fault_03200002_1",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0"
}
},
"Message": "Power supply 1 failed.",
"MessageArgs": [
"1"
],
"MessageArgs@odata.count": 1,
"MessageId": "IDRAC.2.9.PSU0001",
"Name": "PSU.Slot.1",
"Oem": {
"Dell": {
"@odata.type": "#DellLogEntry.v1_1_0.DellLogEntry",
"FQDD": "PSU.Slot.1",
"Id": "Fault_03200002_1",
"Name": "PSU.Slot.1",
"SubSystem": "PowerSupply"
}
},
"SensorNumber": 0,
"SensorType": "Power Supply / Converter",
"Severity": "Critical"
}