HP Intelligent Management Center Extended API User Guide
Example
Query information about the IP-to-MAC address binding with ID 1.
Request
GET http://localhost:8080/imcrs/res/access/ipMacBind/1
accept: application/xml
...
Response
HTTP/1.1 200 OK
Content-Type: application/xml
...
<ipMacBind>
<id>1</id>
<ip>10.153.89.1</ip>
<mac>00:11:22:33:44:55</mac>
</ipMacBind>
Query IP-to-MAC Address Binding 265