GET – BMC Chassis maintenance log entries
Use the GET method to retrieve properties in Chassis maintenance log entries for a enclosure.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/Enclosure/LogServices/ChassisMaintenanceLog/Entries/X
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Id | String | Uniquely identifies the resource within the collection of the log entries. | |||
Description | String | A collection of Platform LogEntry resource instances. | |||
Name | String | The name of the resource or array element. Always set to “LogEntry”. | |||
Created | String | The time the log entry was created. | |||
EntryType | String | The type of log entry. Always set to "OEM". | |||
OemRecordFormat | String | If the entry type is OEM, this will contain more information about the record format from the OEM. Always set to Lenovo. | |||
Message | String | The actual Log Entry. | |||
EventGroupId | Integer | The identifier to correlate events come from a same cause. | |||
Severity | String | Null |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback