dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
608 stars 279 forks source link

Work notes? #312

Closed Gerardwx closed 1 month ago

Gerardwx commented 1 month ago

Does the Redfish API allow reading and writing of the Work notes that are on the main screen of the iDrac Web interface?

(Unfortunately "note" is such a common phrase in the docs google and grep are failing me.)

texroemer commented 1 month ago

Hi @Gerardwx

OEM action "DellLCService.InsertCommentInLCLog" will add a work note to iDRAC GUI / Dashboard / Notes section besides adding the same work note to iDRAC LC logs.

See script InsertLclogCommentREDFISH.py for code example.

Thanks Tex

Gerardwx commented 1 month ago

In the words of the great technician Homer Simpson: D'oh!

Works perfectly.