Popular Posts

Oct 5, 2020

Downloading the iLO Active Health System Log AHS by using cURL

 Download the Active Health System Log from iLO


1.    To download the entire Active Health System Log:

        curl "https://<iLO_IP_address>/ahsdata/ahs.ahs?downloadAll=1" -k -v -u <username>:<password> -o <filename>.ahs


2.    To download the Active Health System Log for the last seven days, and include a case number and contact information:

        curl "https://<iLO_IP_address>/ahsdata/ahs.ahs?days=<number_of_days>&case_no=<number>&contact_name=<name>&phone=<phone_number>&email=<email_address>&co_name=<company>" -k -v -u <username>:<password> -o <filename>.ahs

        curl "https://192.168.1.10/ahsdata/ahs.ahs?days=7&case_no=5642885983&contact_name=Judi&phone=09765898746&email=judi@judi.com&co_name=JUDI" -k -v -u iLOusername:iLOPassword -o 5642885983_CC200A1H76.ahs

No comments:

Post a Comment

Popular Posts