mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 02:09:25 +00:00
![]() Although "Updateable" is defined in SoftwareInventory schema since redfish v1.0.0, some machines(*) didn't support the field. "SoftwareId" is defined in SoftwareInventory schema since v1.1.0, so it probably isn't supported by every redfish machines. (*) Try "/redfish/v1/UpdateService/FirmwareInventory/1/" with HPE DL380 Gen 10 in https://ilorestfulapiexplorer.ext.hpe.com/ Signed-off-by: Gary Lin <glin@suse.com> |
||
---|---|---|
.. | ||
fu-plugin-redfish.c | ||
fu-redfish-client.c | ||
fu-redfish-client.h | ||
fu-redfish-common.c | ||
fu-redfish-common.h | ||
fu-self-test.c | ||
meson.build | ||
README.md |
Redfish Support
Introduction
Redfish is an open industry standard specification and schema that helps enable simple and secure management of modern scalable platform hardware.
By specifying a RESTful interface and utilizing JSON and OData, Redfish helps customers integrate solutions within their existing tool chains.