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

Page 270: Returned result, Example

Advertising
background image

Delete IP-to-MAC Address Binding

Delete an IP-to-MAC address binding with the specified ID.

Interface URI

/res/access/ipMacBind/{id}

Access Method

HTTP

DELETE

Parameters

Path parameters

IP-to-MAC address binding ID.

id

Long integer type. Required. No default value.

Returned Result

Status codes

204 (No Content): Success.

410 (Gone): No data is found with the specified ID.

409 (Conflict): Failure. See

Error Codes

.”

Message header

HTTP/1.1 204 No Content
...

Example

Delete the IP-to-MAC address binding with ID 3.

Request

DELETE http://localhost:8080/imcrs/res/access/ipMacBind/3
accept: application/xml
...

Response

HTTP/1.1 204 No Content

270 Terminal Access Management

Advertising