DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
125
Reply
Please, see the example below.
As an example, the excerpt below shows the data provided by the DM-SV01 motherboard using the
redfish GET request. The user can check relevant information of each event logged in the BMC.
{
"@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",
"@odata.type": "#LogEntryCollection.LogEntryCollection",
"Description": "Collection of System Event Log Entries",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/70",
"@odata.type": "#LogEntry.v1_4_0.LogEntry",
"Created": "1970-01-01T00:01:10+00:00",
"EntryType": "Event",
"Id": "70",
"Message": "FAN_LEFT sensor crossed a warning low threshold going low.
Reading=0.000000 Threshold=1500.000000.",
"MessageArgs": [
"FAN_LEFT",
"0.000000",
"1500.000000"
],
"MessageId": "OpenBMC.0.1.SensorThresholdWarningLowGoingLow",
"Name": "System Event Log Entry",
"Severity": "Warning"
},
{
"@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/74",
"@odata.type": "#LogEntry.v1_4_0.LogEntry",
"Created": "1970-01-01T00:01:14+00:00",
"EntryType": "Event",
"Id": "74",
"Message": "FAN_LEFT sensor crossed a critical low threshold going low. Reading=0.000000
Threshold=1000.000000.",
"MessageArgs": [
"FAN_LEFT",
"0.000000",
"1000.000000"
],
"MessageId": "OpenBMC.0.1.SensorThresholdCriticalLowGoingLow",
"Name": "System Event Log Entry",