HP Intelligent Management Center Extended API User Guide
Query Device Model Information
Query device model based on device ID.
Interface URI
/plat/res/model/{id}
Access Method
HTTP
GET
Parameters
Path parameter
Device model ID.id
Integer type. Required. No default value.
Returned Result
Status codes
• 200 (OK): Success.
Message body
<deviceModel>
<id>1</id>
<name>3Com OSR3720</name>
<description></description>
<sysOid>1.3.6.1.4.1.43.1.16.4.2.34</sysOid>
<preDefined>true</preDefined>
<vendor>http://imc_host:port/imcrs/plat/res/vendor/3</vendor>
<series>http://imc_host:port/imcrs/plat/res/series/20</category>
<category>http://imc_host:port/imcrs/plat/res/category/0</category>
</deviceModel>
Element description
deviceModel sub-elements
Device model ID, which uniquely identifies a device model.id
Integer type.
Device model name.name
String type.
Device model description.description
String type.
Device model sysOID.sysOid
String type.
System defined.preDefined
Boolean type.
Vendor information URI.vendor
Query Device Model Information 79