HP Intelligent Management Center Extended API User Guide

Release IP Segment
Release an IP segment with the specified ID.
Interface URI
/res/access/assignedIpScope/{id}
Access Method
HTTP
DELETE
Parameters
Path parameters
IP segment 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
Release the IP segment with ID 13.
Request
DELETE http://localhost:8080/imcrs/res/access/assignedIpScope/13
accept: application/xml
...
Response
HTTP/1.1 204 No Content
Release IP Segment 227