HP Intelligent Management Center Extended API User Guide

Automatically Scan IP-to-MAC Address Bindings
Automatically scan the IP-to-MAC address bindings with certain criteria.
Interface URI
/res/access/ipMacBind/autoScan
Access Method
HTTP
GET
Parameters
Query parameters
Start IP address.startIp
String type. Required. No default value.
End IP address.endIp
String type. Required. No default value.
Returned Result
Status codes
200 (OK): Success.
Message header
When the total parameter takes true, the Total attribute returns the total number of records that
meet the requirements. The message body is empty.
HTTP/1.1 200 OK
Total: 15
Message body
<list>
<ipMacBindScanResult>
<id>16</id>
<ip>10.153.89.1</ip>
<mac>00:0f:e2:e1:ca:be</mac>
<name>H3C</name>
<type>9</type>
</ipMacBindScanResult>
...
</list>
Elements
For meanings of the fields in the message body, see Query IP-to-MAC Address Binding.
266 Terminal Access Management