Skip to main content

GET – Telemetry Log Entry

Request

GET https://{{ip}}/redfish/v1/TelemetryService/LogService/Entries/{{metricreport_logentry_instance}}Content-Type: application/json

Response

The response of the request will be in JSON format. The properties are mentioned in the following table.

Table 1. Log Entry Property

Name

Type

Read only

Description

(OData Attributes)  

Refer to OData Support

OemObject 

OEM Extension (Optional), Refer to Resource Complex Types

Id(M)

String

True

Refer to Resource Type Definitions

Name(M)

String

True

Description

String

True

Severity

String

True

  1. This is the severity of the log entry.

  2. It can take any one of the Enum values: OK, Warning or Critical.

Created

String

True

The time the log entry was created.

EntryType(M)

String

True

  1. This property shall represent the type of LogEntry.

  2. If the resource represents an IPMI SEL log entry, the value shall be SEL.

  3. If the resource represents an Event log, the value shall be Event.

  4. If the resource represents an OEM log format, the value shall be Oem. Enum can be Event,SELor Oem.

EntryCode

String

True

  1. This property shall be present if the EntryType value is SEL.

  2. Refer to EntryCode Strings

Message

String

True

  1. This property shall be the Message property of the event and decodes from EntryType: If it is Event then it is a message Description. Otherwise, it is SEL or Oem specific. In most cases, this will be the actual Log Entry.

  2. Populated only for AuditLogs.

MessageId

String

True

  1. This property shall the MessageId property of the event and decodes from EntryType: If it is Event then it is a message id. Otherwise, it is SEL or Oem specific.

  2. This value is only used for registries - for more information, see the specification.

  3. The value will be "Ipmi.2.0.GeneralEventData" for managers SEL and Systems BIOS.

MessageArgs

Array

True

This attribute contains a link to the sensor resource that has exceeded/receded the specified threshold values.

Link

Object

 
Contains references to other resources that are related to this resource.

Name

Type

Read only

Description

OemObject Refer to Resource Complex Types.
OriginOfCondition

Object

True

  1. This is the URI of the resource that caused the log entry.

  2. Refer idRef in odata4.0.0.json.