redfish-hp-ilo

Redfish API for HP iLO.


Keywords
python, hp, ilo, rest, api, ipmi, hpilo, redfish
License
MIT
Install
pip install redfish-hp-ilo==0.1.0

Documentation

redfish-hp-ilo

Redfish API implementation on HPE servers with iLO RESTful API

Install

pip install redfish-hp-ilo

Examples

from redfish_hp_ilo.api import RedfishHPIlo

handler = RedfishHPIlo("0.0.0.0", "username", "password")
handler.software_firmware_inventory("firmware")
handler.software_firmware_inventory("software")
handler.get_bios_setting()
handler.reset()
handler.power_down()
handler.power_up()
handler.find_mac_address()
handler.computer_details()
handler.change_temporary_boot_order("hdd")
handler.bios_revert_default()


handler.reset_server_gen9()
handler.get_bios_setting_gen9()