API Guide

Table Of Contents
Table 209. 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 210. Attributes
Attribute name Description
ResetType The allowed value isGracefulRestart
RedfishSystems
This API represents server information.
/redfish/v1/Systems
This URI represents the systems.
GET method for Systems
This method returns the collection of the systems.
Description
Returns the collection of systems.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/
redfish/v1/$metadata#ComputerSystemCollection.ComputerSystemCollection",
Redfish resource model 669