Get Computer details - 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 16: Get computer details

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

:

Find and get the system resource for computer system.

:

Send HTTP GET request to the system URI(s).

:

For each system print manufacturer, model and serial number from the response body..

:

Next print virtual serial number, virtual UUID, asset tag if any.

:

Print BIOS version, memory and CPU information.

:

Print health information.

:

If host correlation available, print details.

:

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