Skip to content

Commit 3707174

Browse files
committed
REST cheatsheet: Add warning about default disable
openbmc/bmcweb@47c9e10 disabled the OpenBMC REST API. Tested: Pushed to my fork and looks good. Change-Id: Ie2ef9414d17e5ac373937a3be4cee700cddf5534 Signed-off-by: Gunnar Mills <[email protected]>
1 parent 2231939 commit 3707174

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

REST-cheatsheet.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# OpenBMC REST cheat sheet
22

33
This document is intended to provide a set of REST client commands for OpenBMC
4-
usage.
4+
usage. OpenBMC REST is disabled by default in bmcweb. For more information, see
5+
https://github.com/openbmc/bmcweb/commit/47c9e106e0057dd70133d50e928e48cbc68e709a.
6+
Most of the functionality previously provided by OpenBMC REST is available in
7+
Redfish.
58

69
## Using CURL commands
710

@@ -14,7 +17,7 @@ either an authentication token or the username and password passed in as part of
1417
the URL for non-read-only methods.
1518

1619
Starting with the 2.7 OpenBMC release (August 2019), bmcweb is the default REST
17-
server.
20+
server. The phosphor-rest-server repository was archived in October 2022.
1821

1922
### Establish REST connection session
2023

0 commit comments

Comments
 (0)