Example – HP Intelligent Management Center Licenses User Manual

Page 383

Advertising
background image

Example

Query and list information about the first five hybrid ports on the device whose ID is 13.

Request

GET http://imc_host:8080/imcrs/vlan/hybrid?devId=13&start=0&size=5
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...
<list>
<hybridIf>
<ifIndex>4227722</ifIndex>
<pvid>1</pvid>
<taggedVlans/>
<untagVlanFlag>false</untagVlanFlag>
<untaggedVlans/>
<forbidenVlanFlag>false</forbidenVlanFlag>
<forbiddenVlans/>
</hybridIf>
<hybridIf>
<ifIndex>4227730</ifIndex>
<pvid>78</pvid>
<taggedVlans/>
<untagVlanFlag>false</untagVlanFlag>
<untaggedVlans/>
<forbidenVlanFlag>false</forbidenVlanFlag>
<forbiddenVlans/>
</hybridIf>
<hybridIf>
<ifIndex>4227802</ifIndex>
<pvid>1</pvid>
<taggedVlans/>
<untagVlanFlag>false</untagVlanFlag>
<untaggedVlans/>
<forbidenVlanFlag>false</forbidenVlanFlag>
<forbiddenVlans/>
</hybridIf>
<hybridIf>
<ifIndex>4227818</ifIndex>
<pvid>1</pvid>
<taggedVlans>2</taggedVlans>
<untagVlanFlag>false</untagVlanFlag>
<untaggedVlans>1,5</untaggedVlans>
<forbidenVlanFlag>false</forbidenVlanFlag>
<forbiddenVlans/>
</hybridIf>
<hybridIf>
<ifIndex>289407098</ifIndex>
<pvid>1</pvid>
<taggedVlans/>
<untagVlanFlag>false</untagVlanFlag>
<untaggedVlans/>
<forbidenVlanFlag>false</forbidenVlanFlag>
<forbiddenVlans/>
</hybridIf>
<link href="http://localhost:8080/imcrs/vlan/hybrid?start=5&size=5&devId=13" op="GET" rel="next"/>
</list>

Query Hybrid Ports 383

Advertising