Set license key - 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 31: Set license key

The method ex31_set_license_key takes an instance of rest object ( or redfish object if using Redfish API ) and iLO key as arguments.

:

Find and get the system resource for manager.

:

Send HTTP GET request to manager URI(s).

:

Prepare the request body with iLO license key provided.

:

Perform POST request and check response.

:

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