HP Intelligent Management Center Extended API User Guide

Modify IP Segment
Modify an IP segment with the specified ID.
Interface URI
/res/access/assignedIpScope/{id}
Access Method
HTTP
PUT
Parameters
Path parameters
IP segment ID.id
Long integer type. Required. No default value.
Message body
<assignedIpScope>
<name>21to30 update</name>
<description>10.153.89.21 to 10.153.89.30 update</description>
</assignedIpScope>
Elements
assignedIpScope sub-elements
Owner.name
String type. Optional. If the element does not exist, the value is not changed. If the element exists,
the value cannot be null.
Description.description
String type. Optional. If the element does not exist, the value is not changed. If the element exists,
the value cannot be null.
Operator group ID.operatorGroupId
Long integer type. Optional, supporting multiple elements. If the element does not exist, the value
is not changed. If the element exists, the value cannot be null. If there is at least one element, the
default value contains 1. For the valid values, see Query Operator Groups.
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 IP Segment 225