DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
101
Function
Host forced restart
Operation
POST
URI
https://<BMC_IP>/redfish/v1/Systems/system/Actions/ComputerSystem.Reset
Payload
{
"ResetType": "ForceRestart"
}
Header
X-Auth-
Token: “<token>”
Expected
response
200 OK
Reply
{
"@Message.ExtendedInfo": [
{
"@odata.type": "#Message.v1_0_0.Message",
"Message": "Successfully Completed Request",
"MessageArgs": [],
"MessageId": "Base.1.4.0.Success",
"Resolution": "None",
"Severity": "OK"
}
]
}
Once the operation is successful, it returns the response “200 OK” and the host processors are forcibly
restarted.
Figure 95: Redfish - Host force restart