Skip to main content

GET – BMC Active log entries

Use the GET method to retrieve properties in active log entries for a server.

Request URL

GET https://<BMC_IPADDR>/redfish/v1/Systems/1/LogServices/ActiveLog/Entries/Y

Request body

None

Response body

FieldTypeDescription

Created

String

The time the log entry was created.

Description

String

This resource is used to represent a log entry for log services for a Redfish implementation.

EntryType

String

The type of log entry. Always set to "OEM".

EventGroupId

Integer

The identifier to correlate events come from a same cause. Always set to 0.

EventId

String

The unique instance identifier for an event.

Id

String

Uniquely identifies the resource within the collection of the log entries.

Links

Object

Expanded.

 

OriginOfCondition

Link

Link to origin of condition.

Message

String

The actual Log Entry.

MessageArgs

String

Arguments for the message.

 

MessageArgs[N]

Array

The arguments for the message.

MessageSeverity

String
Severity of the event. Valid values
  • “OK”

  • “Warning”

  • “Critical”

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 CodeError Message ID
500InternalError