stmcginnis / gofish

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

according to the 1.4 PCIeFunctions standard has been moved #240

Closed Muyk33rus closed 1 year ago

Muyk33rus commented 1 year ago

standard : https://www.dmtf.org/sites/default/files/standards/documents/DSP2046_2019.2.pdf

example: { "@odata.id": "/redfish/v1/Systems/system/PCIeDevices/S0B101D0", "@odata.type": "#PCIeDevice.v1_4_0.PCIeDevice", "DeviceType": "MultiFunction", "Id": "S0B101D0", "Manufacturer": "QLogic Corp.", "Model": "ISP2722-based 16/32Gb Fibre Channel to PCIe Adapter (QLE2742 Dual Port 32Gb Fibre Channel to PCIe Adapter)", "Name": "PCIe Device", "PCIeFunctions": { "@odata.id": "/redfish/v1/Systems/system/PCIeDevices/S0B101D0/PCIeFunctions" } }

Muyk33rus commented 1 year ago

@stmcginnis Can you look it?