API Guide

HTTP response
code
202
redfish/v1/Chassis/Members(id)/Actions/Chassis.Reset
This API represents chassis reset information.
POST method for chassis reset
This method resets the chassis.
Description Resets the chassis.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
202
Example request
body
{
"ResetType": "<value>"
}
Table 205. Attributes
Attribute name Description
ResetType The allowed values are:
On
ForceOff
Graceful Shutdown
PowerCycle
Some of the options work based on the type of the device.
redfish/v1/Managers(<InstanceId>)/Actions/Manager.Reset
This API represents chassis management.
POST method to restart chassis
This method restarts the chassis.
Description
Restarts the chassis.
Privilege DEVICE_CONFIGURATION
HTTP response
code
202
Example request
body
{
"ResetType": "<value>"
}
Table 206. Attributes
Attribute name Description
ResetType The allowed value is—GracefulRestart
622 Redfish resource model