HP Intelligent Management Center Extended API User Guide
Add IP-to-MAC Address Binding
Add an IP-to-MAC address binding.
Interface URI
/res/access/ipMacBind
Access Method
HTTP
POST
Message body
<ipMacBind>
<ip>10.153.89.1</ip>
<mac>00:0f:e2:e1:ca:be</mac>
</ipMacBind>
Elements
ipMacBind sub-elements
IP address.ip
String type. Required. No default value.
MAC address.mac
String type. Required. No default value.
Returned Result
Status codes
• 201 (Created): Success.
• 409 (Conflict): Failure. See “Error Codes.”
Message header
If the operation succeeds, the Location field gives the URI of the new resource. The message body
is empty.
HTTP/1.1 201 Created
Location: http://localhost:8080/imcrs/res/access/ipMacBind/3
268 Terminal Access Management