Query ip-to-mac address binding, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 264: Returned result, Interface uri access method returned result

Advertising
background image

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

Advertising