GET – Get SEL Log Service
Request
POST https://{{ip}}/redfish/v1/TelemetryService/LogService
Content-Type: application/json
Request example
{
"ClearType": "ClearAll"
}
Response
The response of the request will be in JSON format with the success status code as 202.
For Error Responses, please refer to Error Response.
Response example
{
"@odata.context": "/redfish/v1/$metadata#Task.Task(TaskState,Description,Name,Id)",
"@odata.id": "/redfish/v1/TaskService/Tasks/1",
"@odata.type": "#Task.v1_4_2.Task",
"Description": "Task for Telemetry LogService",
"Id": "1",
"Name": " Telemetry LogService ",
"TaskState": "New"
}
Give documentation feedback