GET – Telemetry Log Service
Request
GET https://{{ip}}/redfish/v1/TelemetryService/LogService
Content-Type: application/json
This resource represents the log service for the resource or service to which it is associated.
This resource shall be used to represent a log service for a Redfish implementation.
Metric Report Logs are supported under Telemetry Log Services.
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.
Name | Type | Read only | Description | ||||
---|---|---|---|---|---|---|---|
(OData Attributes) | Refer to OData Support | ||||||
Oem | Object | 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 |
| ||||
DateTimeLocalOffset | String | False |
| ||||
MaxNumberOfRecords(C) | Number | True |
| ||||
OverWritePolicy(C) | String | True | Indicates the policy of the log service when the MaxNumberOfRecords has been reached or when the log is full.
| ||||
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. |