POST – Server reset operations
Use the POST method for server reset operations.
Request URL
POST https://<BMC_IPADDR>/redfish/v1/Systems/1/Actions/ComputerSystem.Reset
Request body
Field | Error Message ID |
---|---|
ResetType | System reset type, possible values: On/ForceOff/GracefulShutdown/GracefulRestart/ForceRestart/Nmi/ForceOn |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Response example
The following example is POST body.
{
"ResetType" : "On"
}"
The following example JSON response is returned:
None
Give documentation feedback