Dump ESKM 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 41: Dump ESKM Event Log

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

:

Find and get the SecurityService URI from the systems resources collection.

:

Send HTTP GET request to log ESKM URI(s).

:

A successful GET response fetch ESKM Events along with a timestamp.

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