A few notes on HP's iLO.

You may get some interesting information about an iLO by using (at least) the following URLs (replace 10.x.x.x with the actual IP address of the iLO) - no authentication is required:

# curl -k 'https://10.0.0.1/xmldata?item=All'
<RIMP>
<HSI>
<SBSN>USE235D0M5</SBSN>
<SPN>ProLiant DL360 G7</SPN>
<UUID>579237USE235xxxx</UUID>
<SP>1</SP>
<cUUID>32393735-3733-5355-4532-33354430xxxx</cUUID>
<VIRTUAL>
<STATE>Inactive</STATE>
<VID>
<BSN></BSN>
<cUUID></cUUID>
</VID>
</VIRTUAL>
</HSI>
<MP>
<ST>1</ST>
<PN>Integrated Lights-Out 3 (iLO 3)</PN>
<FWRI>1.61</FWRI>
<BBLK>02/18/2010</BBLK>
<HWRI>ASIC: 9</HWRI>
<SN>ILOUSE235xxxx      </SN>
<UUID>ILO579237USE235xxxx</UUID>
<IPM>1</IPM>
<SSO>0</SSO>
<PWRM>1.6</PWRM>
</MP>
</RIMP>

In addition, using a slightly different URL returns license information:

# curl -k 'https://15.224.224.40/xmldata?item=CpqKey'
<?xml version="1.0"?>
<PROLIANTKEY>
<KVER>1</KVER>
<LTYPE>FQL</LTYPE>
<LNAME>iLO 3 Advanced</LNAME>
<IDATE>Wed Oct 23 13:05:29 2013</IDATE>
<KEY>32QTD-29GK8-5Y28R-LYNB9-95RB2</KEY>
<SN>ILOUSE235D0M5      </SN>
<SBSN>USE235D0M5      </SBSN>
</PROLIANTKEY>