Example – HP Intelligent Management Center Licenses User Manual

Page 78

Advertising
background image

Example

Query device model information about all routers.

Request

GET http://imc_host:8080/imcrs/plat/res/model?category=0&start=0&size=1000
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...

<list>
<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>
<link rel="self" href="http://imc_host:port/imcrs/plat/res/model/1"/>
</deviceModel>
<deviceModel>
<id>2</id>
<name>3Com OSR3740</name>
<description></description>
<sysOid>1.3.6.1.4.1.43.1.16.4.2.35</sysOid>
<preDefined>true</preDefined>
<link rel="self" href="http://imc_host:port/imcrs/plat/res/model/2"/>
</deviceModel>
...
</list>

78

Network Resource Management

Advertising