GET – BMC Service Advisor event log entries
Use the GET method to retrieve properties in Service Advisor log entries for a server.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/LogServices/SaLog/Entries/Z
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Created | String | The time the log entry was created. | |||
Description | String | A collection of Platform LogEntry resource instances. | |||
EntryType | String | The type of log entry. Always set to "OEM". | |||
EventId | String | The unique instance identifier for an event. | |||
Id | String | Uniquely identifies the resource within the collection of the log entries. | |||
Message | String | The actual Log Entry. | |||
Name | String | The name of the resource or array element. Always set to “LogEntry”. | |||
OemRecordFormat | String | If the entry type is OEM, this will contain more information about the record format from the OEM. Always set to Lenovo. | |||
Severity | String | The severity of the log entry. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback