Start a Conversation

Unsolved

A

1 Message

551

May 23rd, 2022 22:00

[iDRAC9 Redfish] How should RACADM CLI scripts be migrated to the Redfish API?

As a countermeasure against thermal runaway of the server, I used the following two commands to automate the iDRAC settings in the RACADM CLI.

> racadm eventfilters set -c idrac.alert.system.TMP.critical -a poweroff -n snmp
> racadm eventfilters set -c idrac.alert.system.TMPS -r 1

I want to rewrite this into the Redfish API, but I can't find the appropriate URL (URI) or Schema. I also referred to the following two sites but couldn't find an answer. If anyone is familiar with iDRAC9's Redfish API, it would be greatly appreciated if you could give me some advice.

https://developer.dell.com/apis/2978/versions/5.xx/openapi.yaml
https://github.com/dell/iDRAC-Redfish-Scripting

No Responses!
No Events found!

Top