HP Intelligent Management Center Extended API User Guide

Modify Terminal Access Binding
Modify a terminal access binding with the specified ID.
Interface URI
/res/access/macAccessBind/{id}
Access Method
HTTP
PUT
Parameters
Path parameters
Terminal access binding ID.id
ID. Long integer type. Required. No default value.
Message body
<macAccessBind>
<terminalName>a1</terminalName>
<bindType>2</bindType>
<ifInfo>
<deviceId>5</deviceId>
<ifIndex>1</ifIndex>
</ifInfo>
</macAccessBind>
Elements
For meanings of the fields in the message body, see Query Terminal Access Binding. If the
element does not exist, the value is not changed. If the element exists, the value cannot be null.
Returned Result
Status codes
204 (No Content): Success.
404 (Not Found): No data is found with the ID.
409 (Conflict): Failure. See Error Codes.
Modify Terminal Access Binding 247