stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
204 stars 109 forks source link

Handle LogService v1.3.0 ClearLog payload #346

Closed stmcginnis closed 2 months ago

stmcginnis commented 2 months ago

Starting with the 1.3.0 schema, the ClearLog call expects to have the etag of the LogEntryCollection as an argument.

This adds a retry to make sure we cover both the pre-1.3 and post-1.3 methods.