GET – Log Service Instance
Request
Chassis
GET https://{{ip}}/redfish/v1/Chassis/{{chassis_instance}}/LogServices/{{chassis_log_instance}}
Content-Type: application/json
Manager
GET https://{{ip}}/redfish/v1/Managers/{{manager_instance}}/LogServices/{{manager_log_instance}}
Content-Type: application/json
System
GET https://{{ip}}/redfish/v1/Systems/{{system_instance}}/LogServices/{{system_log_instance}}
Content-Type: application/json
Telemetry
GET https://{{ip}}/redfish/v1/TelemetryService/LogService
Content-Type: application/json
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 | True | Indicates whether this service is enabled. | |||||||
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.
| |||||||
DateTime | String | False |
| |||||||
DateTimeLocalOffset | String | False |
| |||||||
Action | Object | True | The Actions property shall contain the available actions for this resource like LogService.ClearLog or any other OEM Actions. | |||||||
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 LogEntry. | |||||||
LogEntryType | String | True | The format of the log entries. | |||||||
|