Skip to content

Commit

Permalink
docs: add redfish example for ClearLog
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jul 25, 2023
1 parent 044056f commit bd07f1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LIFECYCLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@ example if we using redfish:

```bash
$ curl -s -k -u <bmc-user>:<password> -X GET -H "Content-Type: application/json" https://<bmc-ip-address>/redfish/v1/Managers/<ID>/LogServices/{LogServiceId}/Entries
{}
$ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json" https://<bmc-ip-address>/redfish/v1/Managers/<ID>/LogServices/{LogServiceId}/Actions/LogService.ClearLog
{}
# TODO: add more examples
```

0 comments on commit bd07f1b

Please sign in to comment.