Set iLO time zone - 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 28: Set iLO time zone

The method ex28_set_ilo_timezone takes an instance of rest object ( or redfish object if using Redfish API ) and expected time zone as arguments. The method only works if iLO is not configured to take the time settings from DHCP v4 or v6.

:

Find and get the system resource for iLO date time.

:

Send HTTP GET request to iLO date time URI.

:

Find the time zone requested and prepare the request body.

:

Perform PATCH request to update iLO time zone.

:

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