diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2019-08-29 14:29:52 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2019-08-29 14:29:52 -0500 |
| commit | c001609e689d0cd93fbffea31bba53542b4d6f0a (patch) | |
| tree | 38023234c547d2fe8b6f1000cde457ec4445dd72 | |
| parent | 0ed3baa1563c357452e8eb693d02eb69d5894b98 (diff) | |
| download | bmcweb-c001609e689d0cd93fbffea31bba53542b4d6f0a.tar.gz bmcweb-c001609e689d0cd93fbffea31bba53542b4d6f0a.zip | |
Redfish.md: FirmwareInventory
curl -k https://${bmc}/redfish/v1/UpdateService/FirmwareInventory/9f75c5ad
{
"@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory",
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/9f75c5ad",
"@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory",
...
Change-Id: Iaaaa9f3356a16cc5a236c9e75644bb25d7545a05
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
| -rw-r--r-- | Redfish.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -482,15 +482,16 @@ the other. ##### UpdateService - SoftwareInventory -#### /redfish/v1/UpdateService/SoftwareInventory +#### /redfish/v1/UpdateService/FirmwareInventory ##### SoftwareInventoryCollection - Members - Should Support BMC, ME, CPLD and BIOS - Members@odata.count -#### /redfish/v1/UpdateService/SoftwareInventory/{MemberName} +#### /redfish/v1/UpdateService/FirmwareInventory/{SoftwareInventoryId} ##### SoftwareInventory - Version +- Updateable [1]: https://www.dmtf.org/standards/redfish [2]: https://redfish.dmtf.org/schemas/v1/LogService.json |

