Unsolved

This post is more than 5 years old

1 Rookie

 • 

1 Message

1981

December 16th, 2019 02:00

Redfish API for updating Thermal prifile and Fan Speed offset in iDRAC8,9

Hi,

Can any one help me with redfish API to update Thermal Profile -> Maximum Performance
Fan Speed Offset -> High (68%), in iDRAC8,9.

4 Operator

 • 

3K Posts

December 21st, 2019 06:00

For iDRAC9 you can perform "Patch" on below URI with mentioned Body

URI

       https:// /redfish/v1/Managers/System.Embedded.1/Attributes

Body:

{"Attributes": {
"ThermalSettings.1.FanSpeedOffset": "High",
"ThermalSettings.1.ThermalProfile": "Maximum Performance"
}}

0 events found

No Events found!

Top