HP Intelligent Management Center Extended API User Guide

Modify Switch Access Binding
Modify a switch access binding with the specified ID.
Interface URI
/res/access/ifAccessBind/{id}
Access Method
HTTP
PUT
Parameters
Path parameters
Switch access binding ID.id
Long integer type. Required. No default value.
Message body
<ifAccessBind>
<terminalMac>11:21:31:41:11:21</terminalMac>
<terminalName>a1</terminalName>
<terminalMaintainer>tm1</terminalMaintainer>
<bindType>1</bindType>
</ifAccessBind>
Elements
For meanings of the fields in the message body, see Add Switch 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 Switch Access Binding 259