HP Intelligent Management Center Extended API User Guide

Query Asset Details
Query details about an asset with the specified device ID and asset physical index.
Interface URI
/netasset/asset/detail
Access Method
HTTP
GET
Parameters
Query parameters
Device ID.devId
Long integer type. Required. No default value.
Asset physical index.phyIndex
Long integer type. Required. No default value.
Returned Result
Status codes
200 (OK): Success.
Message body
<netAsset>
<devId>27</devId>
<phyIndex>1001</phyIndex>
<deviceIp>10.153.89.231</deviceIp>
<deviceName>aaa</deviceName>
<desc>WS-C3750E-24TD - Provisioned</desc>
<vendorType>1.3.6.1.4.1.9.12.3.1.3.589</vendorType>
<containedIn>1</containedIn>
<phyClass>3</phyClass>
<relPos>1</relPos>
<name>1</name>
<hardVersion/>
<firmwareVersion/>
<softVersion/>
<serialNum/>
<mfgName/>
<model/>
<alias/>
<isFRU>1</isFRU>
<cleiCode/>
<buildInfo/>
<bom/>
<boardNum/>
<serverDate>2011-08-17T09:34:32+08:00</serverDate>
<remark/>
<assetNumber>234</assetNumber>
<physicalFlag>0</physicalFlag>
<device>http://localhost:8080/imcrs/plat/res/device/27</device>
</netAsset>
360 Network Asset Management