HP Intelligent Management Center Extended API User Guide
Query Terminal Access Binding
Query information about a terminal access binding with the specified ID.
Interface URI
/res/access/macAccessBind/{id}
Access Method
HTTP
GET
Parameters
Path parameters
Terminal access bindingid
ID. Long integer type.Required. No default value.
Returned Result
Status codes
• 200 (OK): Success.
Message header
HTTP/1.1 200 OK
Message body
<macAccessBind>
<id>1</id>
<deviceId>2</deviceId>
<deviceLabel>H3C</deviceLabel>
<deviceIp>10.153.89.1</deviceIp>
<ifDesc>GigabitEthernet4/0/3</ifDesc>
<terminalMac>11:22:33:44:55:66</terminalMac>
<terminalName>myTerminal</terminalName>
<terminalIp/>
<bindType>2</bindType>
<device>http://localhost:8080/imcrs/plat/res/device/2</device>
</macAccessBind>
Elements
macAccessBind sub-elements
Terminal access bindingid
ID. Long integer type.
Terminal IP address.terminalIp
String type.
Terminal MAC address.terminalMac
String type.
Query Terminal Access Binding 241