dell / iDRAC-Redfish-Scripting

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

GetHealthInformation.py #257

Closed VarunkumarCS closed 1 year ago

VarunkumarCS commented 1 year ago

This script helps you to get the Health Information of the Memory Slots and CPU Processor of any Dell Server using Redfish Rest API.

texroemer commented 1 year ago

Hi @VarunkumarCS

Thanks for the suggestion, i went ahead and created a new script (GetDeviceRollupHealthStatusREDFISH.py) to handle this workflow along with getting health rollup status for server devices voltage, intrusion, processor, memory, fan, powersupply, temperature, battery and storage which is really helpful.

Thanks Tex