Example – HP Intelligent Management Center Licenses User Manual

Page 119

Advertising
background image

Example

Query device links with the topology ID 1027.

Request

GET http://imc_host:8080/imcrs/plat/res/link?topoId=1027
accept: application/xml
...

Response

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

<list>
<deviceLink>
<id>80</id>
<type>0</type>
<leftSymbolId>1092</leftSymbolId>
<leftIfDesc>Ethernet1/0/2</leftIfDesc>
<rightSymbolId>1029</rightSymbolId>
<rightIfDesc>GigabitEthernet4/0/15</rightIfDesc>
<status>1</status>
<bandWidth>100000000</bandWidth>
</deviceLink>
...
</list>

Query Links

119

Advertising