Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.29 KB

index.rst

File metadata and controls

34 lines (25 loc) · 1.29 KB

Accessing HP iLO interfaces from python

This module will make it easy for you to access the Integrated Lights Out management interface of your HP hardware. It supports iLO, iLO 2 and iLO 3 and It uses the XML interface to access and change the iLO.

The complete API is described in the iLO class API reference </ilo>. All functions return structured data based on the XML returned by the iLO. See the output reference </output> for example return values.

A command line interface to this module, hpilo_cli </cli> makes accessing iLO interfaces almost trivial and easy to integrate with non-python scripts.

HP, Integrated Lights out and iLO are trademarks of HP, with whom the author of this software is not affiliated in any way other than using some of their hardware.

See also

More information about interactign with the iLO XML interface can be found in the sample XML files provided by HP on their TechSupport site.

Contents:

ilo output cli