DMTF / Redfishtool

A Python34 program that implements a command line tool for accessing the Redfish API.
Other
224 stars 68 forks source link

Add update service support #63

Closed geissonator closed 4 years ago

geissonator commented 5 years ago

Basic support to view and update software/firmware inventory items using Redfish UpdateService schema.

Resolves #62

mraineri commented 4 years ago

@geissonator sorry this took so long, but would it be possible to consider migrating this functionality to use the MultipartHttpPushUri methodology instead? The forum has interop concerns with the HttpPushUri method, and would like to encourage folks to migrate if possible.

geissonator commented 4 years ago

Hey @mraineri , sure, we've got a story to track this. I'll just close this PR for now and we'll see when we can get to https://github.com/ibm-openbmc/dev/issues/500. Although some of the basic commits in this series (basic command line support, firmware inv, ..) could still be relevant as -is.