Find iLO mac address - 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 9: Find iLO mac address

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

:

Find and get the system resource for manager.

:

Send a HTTP GET request to the manager URI(s).

:

Ethernet interfaces URI link found from the response body is used for another GET request.

:

Check the response for Mac addresses, if found print it.

:

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