HP Intelligent Management Center Extended API User Guide

Query IP-to-MAC Address Binding
Query information about an IP-to-MAC address binding with the specified ID.
Interface URI
/res/access/ipMacBind/{id}
Access Method
HTTP
GET
Parameters
Path parameters
IP-to-MAC address binding ID.id
Long integer type. Required. No default value.
Returned Result
Status codes
200 (OK): Success.
Message header
HTTP/1.1 200 OK
Message body
<ipMacBind>
<id>1</id>
<ip>10.153.89.1</ip>
<mac>00:11:22:33:44:55</mac>
</ipMacBind>
Elements
ipMacBind sub-elements
IP-to-MAC address binding ID.id
Long integer type.
IP address.ip
String type.
MAC address.mac
String type.
Owner.name
String type.
264 Terminal Access Management