User Manual

4-58
Chapter 4: Redfish Technology Pack
G. POST
• Request
POST https://{{ip}}/redfish/v1/Managers/{{manager_instance}}/
LogServices/{{manager_log_instance}}/Actions/LogService.ClearLog
Content-Type: application/json
Example POST Request URL:
https://{{ip}}/redfish/v1/Managers/Self/LogServices/BIOS/
Actions/LogService.ClearLog
https://{{ip}}/redfish/v1/Managers/Self/LogServices/AuditLog/
Actions/LogService.ClearLog
Example POST Request Body:
{
“ClearType”: “ClearAll”
}
• Response
The response status is 204 with no body. For Error Responses refer to section
4.2.4 B
and section
4.2.4 C
.
4.3.17 LogEntryCollection
This represents the collection of Log Entry resources.
A. GET
• Request
https://{{ip}}/redfish/v1/Systems/{{system_instance}}/
LogServices/{{system_log_instance}}/Entries
Content-Type: application/json
OR
https://{{ip}}/redfish/v1/Managers/{{manager_instance}}/
LogServices/{{manager_log_instance}}/Entries
Content-Type: application/json
• Response
Please refer to section
4.3.5 Computer System Collection
for the JSON response
properties.
E16160_ASMB9-iKVM_UM_V3.indb 58E16160_ASMB9-iKVM_UM_V3.indb 58 1/17/2020 2:29:28 PM1/17/2020 2:29:28 PM