HP Intelligent Management Center Extended API User Guide

Query Device Type
Query device type based on device ID.
Interface URI
/plat/res/category/{id}
Access Method
HTTP
GET
Parameters
Path parameter
Device type ID.id
Integer type. Required. No default value.
Returned Result
Status codes
200 (OK): Success.
Message body
<deviceCategory>
<id>0</id>
<name>Router</name>
<preDefined>true</preDefined>
</deviceCategory>
Element description
deviceCategory sub-elements
Device type Id, which uniquely identifies a device type.id
Integer type.
Device type name.name
String type.
System defined.preDefined
Boolean type.
Query Device Type 65