stmcginnis / gofish

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

Decode task messages #263

Closed riethm closed 1 year ago

riethm commented 1 year ago

According to the Redfish Firmware Update White Paper (section 6.3), tasks can transition to a job, and the job URI is provided via the task message args. So we need to be able to fully decode task messages.