| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
These spelling errors were found using
https://github.com/codespell-project/codespell
Change-Id: I6da6ccf791768734149cd3a6c005e46736dd9618
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"-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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
Added:
- Factory reset the system using curl commands.
Change-Id: Ie8f2acde72cf3f7f88846fefbcc1a2d511ef39ee
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
|
| |
Added:
- Deleting images from the system.
Change-Id: Ia674a0e9309ed6a14bfde1d8fb61da7d0b3789c7
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
|
| |
Added:
- Updating default "root" password.
Change-Id: Icdb4994f8f9f241649dc797cb654790e7dc71830
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
|
|
| |
Added:
- Power supply redundancy setting read/write commands
- Optimize GET commands.
Change-Id: Iae73f5d5d75c45889d101f161253eab07a987ad2
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
| |
Read and write time ownership and synchronization methods
Change-Id: Ieaf6f3940df7c2fdb4040996f97e5224a0afd783
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
|
|
|
|
|
|
|
|
| |
Added:
- Deleting dump entries.
Change-Id: I316f63967fa9a6d833a93e9e3a562960a60412f8
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
|
|
|
| |
Added:
- New line to be uniform.
- Reboot host command.
- Clear gard records.
Change-Id: I736daf8552f532b35d4d60d190dd9a7eb5632133
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
Added:
- REST client curl commands.
Change-Id: Ie3d8beaed7da456544a9c8a949d2b5003829c0c3
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|