Skip to content

Commit

Permalink
remove info for PATCH for ApplyOptions
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jagpalgill committed Jun 18, 2024
1 parent f167b6d commit 8d4906e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions REDFISH-cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<image file path>` must be a tarball.
Expand Down

0 comments on commit 8d4906e

Please sign in to comment.