stmcginnis / gofish

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

Expose ManagedBy property in ComputerSystem #125

Closed iurygregory closed 3 years ago

iurygregory commented 3 years ago

The ManagedBy property of ComputerSystem is not exposed in the main struct, the property is available since v1.0.0 see [1]

[1] http://redfish.dmtf.org/schemas/v1/ComputerSystem.1.0.0.json

stmcginnis commented 3 years ago

Thanks!