summaryrefslogtreecommitdiffstats
path: root/REST-cheatsheet.md
Commit message (Collapse)AuthorAgeFilesLines
* REST-cheatsheet: Fix typoSamuel Mendoza-Jonas2019-03-211-1/+1
| | | | | | | | Fixup a typo in the Boot Mode command to save the next person wondering why the command is generating backtraces. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> Change-Id: I38756dbf1da05bfc43b504e93905b29c86dd8290
* Spelling fixesGunnar Mills2019-02-111-1/+1
| | | | | | | | These spelling errors were found using https://github.com/codespell-project/codespell Change-Id: I6da6ccf791768734149cd3a6c005e46736dd9618 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Update REST doc for bmcweb authenticationMatt Spinler2019-01-281-1/+64
| | | | | | | | | The bmcweb REST server requires passing in either the user name and password or the authentication token on the REST operations that can do modifications. Change-Id: Ibac6f6b4f4f7c504dda4f8a364b071e4b1970458 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* REST-cheatsheet: Remove unnecessary write to cjarGunnar Mills2019-01-281-37/+37
| | | | | | | | | | | | | | | | | | "-c, --cookie-jar <filename> (HTTP) Specify to which file you want curl to write all cookies after a completed operation. Curl writes all cookies from its in-memory cookie storage to the given file at the end of operations. If no cookies are known, no data will be written." Only login and logout write to the cookie file. Removed to not confuse people, also makes the commands shorter and easier to read. Tested: Issued curl commands like "Host power on" and enumerate software. Change-Id: I2b9a494758014edd5ca0c4173db6eaec78e7c1ae Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add in command to display event logsAndrew Geissler2018-10-251-0/+5
| | | | | | | | A common use case is to display the details of the event logs on the system Change-Id: Iedf8ec532709f728525d5030416ced7bae3de662 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Rest Cheatsheet: Remove Content-Type on GET requestGunnar Mills2018-09-131-7/+7
| | | | | | | | | | There is no "Content-Type" on GET request. Content-Type is only used with POST and PUT requests. See: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields Change-Id: Ic927eaaa95aa2eee92791032bc631a1623602e90 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-02-161-0/+19
| | | | | | | | Added: - Factory reset the system using curl commands. Change-Id: Ie8f2acde72cf3f7f88846fefbcc1a2d511ef39ee Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-02-121-0/+12
| | | | | | | | Added: - Deleting images from the system. Change-Id: Ia674a0e9309ed6a14bfde1d8fb61da7d0b3789c7 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-02-081-0/+8
| | | | | | | | Added: - Updating default "root" password. Change-Id: Icdb4994f8f9f241649dc797cb654790e7dc71830 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-02-061-8/+34
| | | | | | | | | Added: - Power supply redundancy setting read/write commands - Optimize GET commands. Change-Id: Iae73f5d5d75c45889d101f161253eab07a987ad2 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Add OpenBMC time commandsAndrew Geissler2018-01-301-0/+17
| | | | | | | Read and write time ownership and synchronization methods Change-Id: Ieaf6f3940df7c2fdb4040996f97e5224a0afd783 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-01-271-0/+6
| | | | | | | | Added: - Deleting dump entries. Change-Id: I316f63967fa9a6d833a93e9e3a562960a60412f8 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-01-221-0/+16
| | | | | | | | | | Added: - New line to be uniform. - Reboot host command. - Clear gard records. Change-Id: I736daf8552f532b35d4d60d190dd9a7eb5632133 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Update README.md and REST-cheatsheet.mdGeorge Keishing2018-01-171-0/+12
| | | | | | | | | Added: - Link to REST-cheatsheet.md. - Command to set Name and NTP server. Change-Id: I2280d3e5cccae75568ac8cabb0c238a89f0fa138 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* REST cheat sheet initial commitGeorge Keishing2018-01-101-0/+54
Added: - REST client curl commands. Change-Id: Ie3d8beaed7da456544a9c8a949d2b5003829c0c3 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
OpenPOWER on IntegriCloud