Get power metrics average - HewlettPackard/python-ilorest-library GitHub Wiki

If not created already, create an instance of Rest or Redfish Object using the RestObject or RedfishObject class respectively. The class constructor takes iLO hostname/ ip address, iLO login username and password as arguments. The class also initializes a login session, gets systems resources and message registries.

Rest Object creation:

:

Redfish Object creation:

:

Example 30: Get power metrics average

The method ex30_get_powermetrics_average takes an instance of rest object ( or redfish object if using Redfish API ) as argument.

:

Find and get the system resource for power metrics.

:

Send HTTP GET request to power metrics URI.

:

From the response body get the average and print.

:

⚠️ **GitHub.com Fallback** ⚠️