From 8d4906ee410c0895d82229e5007135e34633aac4 Mon Sep 17 00:00:00 2001 From: Jagpal Singh Gill Date: Tue, 18 Jun 2024 15:31:32 -0700 Subject: [PATCH] remove info for PATCH for ApplyOptions BMCWeb is removing support for PATCH for ApplyOptions, hence remove the related info sections from Redfish cheatsheet. The related diff from BMCWeb is as under - https://gerrit.openbmc.org/c/openbmc/bmcweb/+/72150. Change-Id: I53cbc3e25df162d65dfda54c1758a1c0b489a431 Signed-off-by: Jagpal Singh Gill --- REDFISH-cheatsheet.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/REDFISH-cheatsheet.md b/REDFISH-cheatsheet.md index e885c1fbc..8e46c2392 100644 --- a/REDFISH-cheatsheet.md +++ b/REDFISH-cheatsheet.md @@ -124,20 +124,6 @@ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST ht --- -## Firmware ApplyTime: - -``` -curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PATCH -d '{"HttpPushUriOptions":{"HttpPushUriApplyTime":{"ApplyTime":"Immediate"}}}' https://${bmc}/redfish/v1/UpdateService -``` - -or - -``` -curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PATCH -d '{"HttpPushUriOptions":{"HttpPushUriApplyTime":{"ApplyTime":"OnReset"}}}' https://${bmc}/redfish/v1/UpdateService -``` - ---- - ## Firmware update Firmware update: Note the `` must be a tarball.