@netmastan , If you are looking for redfish API to shutdown and power up system using redfish you can refer below link for the details. Please let me know the iDRAC model and version you have so that I can confirm whether below method is supported on that iDRAC. You can also use racadm or WSMAN commands to achieve the same using script
DELL-Shine K
6 Operator
•
3042 Posts
2454
0
Posted October 13th, 2020 02:00
@netmastan , If you are looking for redfish API to shutdown and power up system using redfish you can refer below link for the details. Please let me know the iDRAC model and version you have so that I can confirm whether below method is supported on that iDRAC. You can also use racadm or WSMAN commands to achieve the same using script
https://www.dell.com/support/manuals/us/en/04/idrac9-lifecycle-controller-v4.x-series/idrac9_4.00.00.00_redfishapiguide_pub/supported-action-reset?guid=guid-3444cf02-da8d-422a-9400-6ce5ba71d9bd&lang=en-us
URI for power operation : https:// /redfish/v1/Systems/System.Embedded.1/Actions/ComputerSystem.Reset
Operation : POST
Body : {"ResetType" : "On"}