Set UID LED - 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 15: Set UID light

The method ex15_set_uid_light takes an instance of rest object (or redfish object if using Redfish API) and boolean uid state (FALSE for turn off or TRUE for turn on) as arguments.

:

Find and get the system resource for computer system.

:

Prepare the PATCH request header based on the requested UID state parameter.

:

Perform the PATCH action, check the response.

:

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