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

Add OEM field for ComputerSystem #348

Closed lukassup closed 1 month ago

lukassup commented 1 month ago

I'd like to add ComputerSystem.OEM field as HPE and Dell provide it.

It's not part of the Redfish API schema so not sure if this is the right way to do it.

lukassup commented 1 month ago

Thanks, that was quick!

I can see that in this repo the structs are generated from Redfish schema. I'm thinking whether the newly generated structs won't clear this field and how to preserve it from being overridden?