Example – HP Intelligent Management Center Licenses User Manual

Page 372

Advertising
background image

Example

Add a VLAN whose ID is 1111 and name VLAN1111 on the device whose ID is 13.

Request

POST http://imc_host:8080/imcrs/vlan?devId=13
accept: application/xml
...
<vlan>
<vlanId>1111</vlanId>
<vlanName>VLAN 1111</vlanName>
</vlan>

Response

HTTP/1.1 201 Created
Location: http://localhost:8080/imcrs/vlan?devId=13

372 Network Service Management

Advertising