HP Intelligent Management Center Extended API User Guide
Example
Add an IP-to-MAC address binding, which maps the IP address 10.153.89.1 to the MAC address
00:0f:e2:e1:ca:be
Request
POST http://localhost:8080/imcrs/res/access/ipMacBind
accept: application/xml
Content-Type: application/xml; charset=UTF-8
...
<ipMacBind>
<ip>10.153.89.1</ip>
<mac>00:0f:e2:e1:ca:be</mac>
</ipMacBind>
Response
HTTP/1.1 201 Created
Location: http://localhost:8080/imcrs/res/access/ipMacBind/4
Add IP-to-MAC Address Binding 269