Query device type, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 65: Returned result, Access method returned result

Advertising
background image

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

Advertising