Add child ip segment, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 223: Returned result, Interface uri access method returned result

Advertising
background image

Add Child IP Segment

Add a child IP segment.

Interface URI

/res/access/assignedIpScope/{id}

Access Method

HTTP

POST

Parameters

Path parameters

IP segment ID.

id

Long integer type. Required. No default value.

Message body

<assignedIpScope>
<startIp>10.153.89.21</startIp>
<endIp>10.153.89.25</endIp>
<name>21to25</name>
<description>10.153.89.21 to 10.153.89.25</description>
</assignedIpScope>

Elements

assignedIpScope sub-elements

Start IP address.

startIp

String type. Required. No default value.

End IP address.

endIp

String type. Required. No default value.

Owner.

name

String type. Required. No default value.

Description.

description

String type. Optional. No default value.

Returned Result

Status codes

201 (Created): Success.

409 (Conflict): Failure. See

Error Codes

.”

Add Child IP Segment 223

Advertising