iLO licensing¶
Several iLO features are only available if you have an iLO advanced license. These functions can tell you whether such a license has been activated and allow you to activate one.
-
class
hpilo.
Ilo
-
get_all_licenses
()¶ Get a list of all license types and licenses
>>> ilo.get_all_licenses() [{'license_class': 'FQL', 'license_install_date': 'Thu Mar 5 09:42:28 2015', 'license_key': 'ABCDE-FGHIJ-KLMNO-PQRST-UVXYZ', 'license_type': 'iLO 4 Advanced'}]
-
activate_license
(key)¶ Activate an iLO advanced license
-
deactivate_license
()¶ Delete the license key from the iLO
-