Automatically scan assigned ip segment, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

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

Advertising
background image

Automatically Scan Assigned IP Segment

Automatically scan an IP segment with the specified ID.

Interface URI

/res/access/assignedIpScope/autoScan/{id}

Access Method

HTTP

GET

Parameters

Path parameters

IP segment ID.

id

Long integer type. Required. No default value.

Returned Result

Status codes

200 (OK): Success.

Message header

When the total parameter takes true, the Total attribute returns the total number of records that
meet the requirements. The message body is empty.

HTTP/1.1 200 OK
Total: 4

Message body

<list>
<assignedIpInfo>
<ip>10.153.89.1</ip>
<name>H3C</name>
</assignedIpInfo>
<assignedIpInfo>
<ip>10.153.89.10</ip>
</assignedIpInfo>
...
</list>

Elements

assignedIpInfo sub-elements

ID of the IP address.

id

Long integer type.

IP address.

ip

String type.

Owner.

name

Automatically Scan Assigned IP Segment

231

Advertising