Firmware update CURL command
Change-Id: Ie79c27cd7fe53f918ebe1b9efa3388368a2ebd48
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/REDFISH-cheatsheet.md b/REDFISH-cheatsheet.md
index 4a30c7f..7be183c 100644
--- a/REDFISH-cheatsheet.md
+++ b/REDFISH-cheatsheet.md
@@ -57,4 +57,10 @@
```
$ curl -k -H "X-Auth-Token: $bmc_token" -X POST https://${bmc}/redfish/v1/Systems/system/LogServices/EventLog/Actions/LogService.Reset
```
+
+* Firmware update:
+ ```
+ $ curl -k -H "X-Auth-Token: $bmc_token" -H "Content-Type: application/octet-stream" -X POST -T <image file path> https://${bmc}/redfish/v1/UpdateService
+ ```
+
[1]: https://www.dmtf.org/standards/redfish