Skip to main content

GET – Telemetry Log Service

Request

GET https://{{ip}}/redfish/v1/TelemetryService/LogService
Content-Type: application/json
  1. This resource represents the log service for the resource or service to which it is associated.

  2. This resource shall be used to represent a log service for a Redfish implementation.

  3. Metric Report Logs are supported under Telemetry Log Services.

  4. Maximum number is limited to 100.

Response

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

Table 1. Telemetry Log Service Properties

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

ServiceEnabled

Boolean

False

Indicates whether this service is enabled. Default it will be null value

DateTime

String

False

  1. The current DateTime (with offset from UTC) for the log service in Redfish Timestamp format.

  2. The valid range is -12:00 to +14:00.

  3. Please refer the following link for the allowable values within the above specified range.

    https://en.wikipedia.org/wiki/List_of_UTC_time_offsets

  4. According to UNIX time maximum date allowed to PATCH is 2038-01-18

DateTimeLocalOffset

String

False

  1. The time offset from UTC that the DateTime property is set to in format: +06:00.

  2. The valid range is -12:00 to +14:00.

  3. Please refer the following link for the allowable values within the above specified range.

    https://en.wikipedia.org/wiki/List_of_UTC_time_offsets

MaxNumberOfRecords(C)

Number

True

  1. The maximum numbers of LogEntries this service can have.

  2. Min value:0 , Maximum number is limited to 100.

OverWritePolicy(C)String

True

Indicates the policy of the log service when the MaxNumberOfRecords has been reached or when the log is full.

Enum

Description

WrapsWhenFull

When full, new entries to the Log will overwrite previous entries.

Actions

Object

True

The Actions property shall contain the available actions for this resource like POST - Log Service Instance - LogService.ClearLog or any other OEMActions.

Status

Object

True

Refer to Resource Complex Types

Entries(N)

Object

True

The value of this property shall reference a collection of resources of type Log Entry Property.