API Guide
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 200. 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 201. Attributes
Attribute name Description
ResetType The allowed value is—GracefulRestart
Redfish resource model 579