Servers - General
1753947 Members
7300 Online
108811 Solutions
New Discussion

ILO Amplifer pack : Option to download the ILO Amplifier reports through script

 
Sakthi1986
Occasional Advisor

ILO Amplifer pack : Option to download the ILO Amplifier reports through script

Hi Team,

Do we have any option to download the ILO amplfier reports (Firmware report, device inventory & et) through script, this required as part of the automation.

Thanks.

1 REPLY 1
KSINGH_2018
HPE Pro

Re: ILO Amplifer pack : Option to download the ILO Amplifier reports through script

Starting with iLO Amplifier Pack v1.50, customers can now programmatically access iLO Amplifier Pack using REST API calls that are compliant to the Redfish standards. iLO Amplifier Pack now allows users to subscribe and automate alerts programmatically using the Redfish API.

However, the Redfish APIs for iLO Amplifier Pack are a technical preview, and may not offer the full feature setoffered by the GUI.

Few Useful URIs:
===================================================================
Firmware Inventory /redfish/v1/UpdateService/FirmwareInventory
Software Inventory /redfish/v1/UpdateService/SoftwareInventory
System Overview /redfish/v1/Systems/{item}
CPU Details /redfish/v1/Systems/{item}/Processor/{item}
Memory Detials /redfish/v1/Systems/{item}/Memory/{item}
PCIe Devices /redfish/Systems/{item}/PCIeDevices
Chassis /redfish/v1/Chassis/{item}
Fan Details /redfish/v1/Chassis/{item}/Thermal
Power Details /redfish/v1/Chassis/{item}/Power
Storage /redfish/v1/Systems/{item}/Storage
iLO Details /redfish/v1/Managers/{item}
===================================================================

Reference:
===================================================================
https://hewlettpackard.github.io/iLOAmpPack-Redfish-API-Docs/?shell#viewing-the-information-of-a-managed-server
===================================================================

Similarly, as per your requirement, feel free to explore the iLO Amplifier Pack RESTful API & iLOAmpPack-Redfish-API-Docs to identify other possible logs/reports which could be captured using API Calls.

References:
===================================================================
iLOAmpPack-Redfish-API-Docs
https://github.com/HewlettPackard/iLOAmpPack-Redfish-API-Docs

iLO Amplifier Pack RESTful API
https://hewlettpackard.github.io/iLOAmpPack-Redfish-API-Docs/

iLO Amplifier Pack 1.70 User Guide
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=a00100271en_us
===================================================================


I work for HPE

Accept or Kudo