DMTF / Redfishtool

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

UpdateService support in Redfishtool #62

Open geissonator opened 5 years ago

geissonator commented 5 years ago

Hi! I'm working on supporting the UpdateService over in the https://github.com/openbmc project. We're starting to use this tool for a lot of our redfish usage on our OpenBMC supported systems.

Wonder if supporting the UpdateService schema (http://redfish.dmtf.org/schemas/v1/UpdateService.v1_4_0.json) was on the radar here?

If not, do you take pull requests for new features like that?

mraineri commented 5 years ago

Right now we do not have plans for supporting that on our radar, but we certainly welcome pull requests to add new functionality.

geissonator commented 5 years ago

ok sure, I've started the initial code over in https://github.com/geissonator/Redfishtool/tree/addUpdateServiceSupport

Any early feedback would be appreciated otherwise I'll get a PR up once I've got the basics working.

geissonator commented 5 years ago

@mraineri if you could take a look at https://github.com/DMTF/Redfishtool/pull/63 when you get a chance, much appreciated.