Skip to content

Commit fa005de

Browse files
Merge pull request #73454 from saurabhsadhale/bmc-command-corrections
The command in the documentation is incorrect.
2 parents 404b1ea + 5ee27da commit fa005de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ipi-install-bmc-addressing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ List of redfish APIs::
7979
+
8080
[source,terminal]
8181
----
82-
curl -u $USER:$PASS -X POST -H'Content-Type: application/json' -H'Accept: application/json' -d '{"Action": "Reset", "ResetType": "On"}' https://$SERVER/redfish/v1/Systems/$SystemID/Actions/ComputerSystem.Reset
82+
curl -u $USER:$PASS -X POST -H'Content-Type: application/json' -H'Accept: application/json' -d '{"ResetType": "On"}' https://$SERVER/redfish/v1/Systems/$SystemID/Actions/ComputerSystem.Reset
8383
----
8484
* Power off
8585
+
8686
[source,terminal]
8787
----
88-
curl -u $USER:$PASS -X POST -H'Content-Type: application/json' -H'Accept: application/json' -d '{"Action": "Reset", "ResetType": "ForceOff"}' https://$SERVER/redfish/v1/Systems/$SystemID/Actions/ComputerSystem.Reset
88+
curl -u $USER:$PASS -X POST -H'Content-Type: application/json' -H'Accept: application/json' -d '{"ResetType": "ForceOff"}' https://$SERVER/redfish/v1/Systems/$SystemID/Actions/ComputerSystem.Reset
8989
----
9090
* Temporary boot using `pxe`
9191
+

0 commit comments

Comments
 (0)