API Guide
redfish/v1/Managers/Members(<InstanceId>)
This API represents the chassis manager information.
GET method for chassis manager information
This API returns the chassis manager information.
Description Returns the chassis manager information.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/redfish/v1/$metadata#Manager.v1_0_0.Manager",
"@odata.type": "#Manager.v1_0_0.Manager",
"@odata.id": "/redfish/v1/Managers/Members('25250')",
"Id": "ChassisManager",
"Description": "Chassis Manager",
"Name": "Chassis Manager",
"Actions":{
"#Manager.ForceFailover":{
"target": "/redfish/v1/Managers('ChassisManager')/Actions/
Manager.ForceFailover"
},
"#Manager.Reset":{
"ResetType@Redfish.AllowableValues":[
"GracefulRestart"
],
"target": "/redfish/v1/Managers('ChassisManager')/Actions/Manager.Reset"
}
},
"Status":{
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
}
}
redfish/v1/Chassis/Members(id)/Actions/Oem/DellChassis.VirtualReseat
This API represents virtual reseat information of the chassis.
POST method for virtual reseat
This method performs virtual reseat of the chassis.
Description
Performs virtual reseat of the chassis.
Privilege DEVICE_CONFIGURATION
HTTP response
code
202
596 Redfish resource model