Skip to content

Redfish API implementation on HPE servers with iLO RESTful API

License

Notifications You must be signed in to change notification settings

null-none/redfish-hp-ilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Redfish API implementation on HPE servers with iLO RESTful API

Topics

Resources

License

Stars

Watchers

Forks

Languages