HP Intelligent Management Center Extended API User Guide
Delete Hybrid Port
Delete a hybrid port from the device.
Interface URI
/vlan/hybrid
Access Method
HTTP
DELETE
Message body
DELETE http://imc_host:8080/imcrs/vlan/hybrid?devId=33&ifIndex=2434
accept: application/xml
...
Parameters
Hybrid port sub-elements
Device type ID.devId
Integer type. Required. No default value.
Port index, which uniquely identifies a port.ifIndex
Integer type. Required. No default value.
Returned Result
Status codes
• 204 (No Content): Success.
• 409 (Conflict): Failure. See “Error Codes.”
Example
Delete the hybrid port with index 2434 from the device whose ID is 33.
Request
DELETE http://imc_host:8080/imcrs/vlan/hybrid?devId=33&ifIndex=2434
accept: application/xml
...
Response
None
386 Network Service Management