GET – Service for Chassis event logs
Use the GET method to retrieve properties in Platform log service resource for a server.
Request URL
https://<BMC_IPADDR>/redfish/v1/Chassis/{ChassisName}/LogServices/EventLog
Request body
None
Response body
Field | Type | Description | |||
|---|---|---|---|---|---|
Actions | Object | Expanded (Only for PlatformLog) | |||
#LogService.ClearLog | Object | Clear Log | |||
Target | String | “/redfish/v1/Chassis/{ChassisName}/LogServices/EventLog/Actions/LogService.ClearLog” Using IPMI command to clear SEL record. Privileges: CLEAR_EVENT_LOGS_ACTION | |||
DateTime | String | The current date and time with UTC offset of the log service. | |||
DateTimeLocalOffset | String | The time offset from UTC that the DateTime property is in `+HH:MM` format. | |||
Description | String | “Chassis Event Log Service” | |||
Entries | link | “/redfish/v1/Chassis/{ChassisName}/LogServices/EventLog/Entries” | |||
Id | String | Event Log | |||
LogEntryType | String | “SEL” | |||
LogPurposes | Array | “Operations” | |||
MaxNumberOfRecords | Integer | 4090 | |||
Name | String | “Chassis Event Log Service” | |||
OverWritePolicy | String | “NeverOverWrites” | |||
Persistency | Boolean | Indicates whether the log service is persistent across a cold reset. | |||
ServiceEnabled | Boolean | true | |||