Actions
Feature #38447
openBMC - Redfish provider graceful shutdown and deprecated URIs
Status:
New
Priority:
Normal
Assignee:
-
Category:
BMC
Target version:
-
Fixed in Releases:
Found in Releases:
Description
At the time of writing, BMC with Redfish provider only seem to support on/of/status actions on '/bmc/:host/chassis/power/:action', so no graceful shutdown. It may be interesting to have the options for graceful shutdown and reset as well.
Additionally:- as of Redfish 1.7, the Power schema has been deprecated (aka /redfish/v1/Chassis/{ChassisId}/Power) - see Redfish Resource and Schema Guide 2025.1 , 6.97 Power 1.7.3 (deprecated)
- Redfish 1.6 introduced the PowerSupply schema (see 6.103 PowerSupply 1.6.0 ), where the URI for power operation would be /redfish/v1/Chassis/{ChassisId}/PowerSubsystem/PowerSupplies/{PowerSupplyId}/Actions/PowerSupply.Reset, with parameters for poweroff, poweron, graceful shutdown etc
May it be interesting to add support for the new URIs with the possibility to select the Redfish version?
Actions