Dump iLO Event Log - 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 23: Dump iLO Event Log =============================

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

:

Find and get the system resource for log service.

:

Send HTTP GET request to log service IEL URI(s).

:

Define a function for printing log entries from the IEL entries.

Send another GET request to IEL entries URI. Then print log entry messages from link response.

:

Check for additional pages and display entries.

:

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