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

Support for VirtualMedia under ComputerSystem #269

Closed prajwalpatil25 closed 1 year ago

prajwalpatil25 commented 1 year ago

Added virtual media as part of ComputerSystem along with getter method. Redfish URI to get virtual media: redfish/v1/Systems/{system ID}/VirtualMedia

ShrinidhiRao15 commented 1 year ago

Thanks a lot, Sean.