GET – Chassis event log entries
Use the GET method to retrieve properties in log entries for a server.
Request URL
https://<SMM_IPADDR>/redfish/v1/Chassis/{ChassisName}/LogServices/SEL/Entries/X
Request body
None
Response body
The max count of standard log is 4096.
Field | Type | Description | |||
|---|---|---|---|---|---|
@odata.id | String | “/redfish/v1/Chassis/{ChassisName}/LogServices/EventLog/Entries/Id” | |||
@odata.type | String | “#LogEntry.v1_9_0.LogEntry” | |||
EntryType | String | “Event”, “SEL” | |||
EventId | String | Represents an 8-byte binary Event ID. Its format shall be 0xhhhhhhhhhh. This value is from cemgr backend. | |||
EventTimestamp | String | The date and time when the event occurred. | |||
Id | String | This value is from cemgr backend: IndvSequenceNum. | |||
Message | String | The message of the log entry. | |||
Name | String | “Chassis SEL Log Entry” | |||
Severity | String | “OK”, “Warning”, “Critical” | |||
Status code
| HTTP Status Code | Error Message ID |
|---|---|
| 500 | InternalError |
| 503 | ServiceUnavailable |
Give documentation feedback