Set BIOS service - 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 33: Set BIOS services

The method ex33_set_bios_service takes an instance of rest object ( or redfish object if using Redfish API ) and BIOS service settings as arguments.

:

Find and get the BIOS settings URI from the systems resources collection.

:

For the BIOS service settings, prepare the request body with only the BIOS service settings we want to change and perform the PATCH request.

:

A successful PATCH response will set the BIOS service settings to the new values provided in BIOS settings, however the changes will go into effect only after a system reset or reboot.

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