Example – HP Intelligent Management Center Licenses User Manual

Page 230

Advertising
background image

Example

Automatically scan the IP segment with start IP address 10.153.89.1 and end IP address
10.153.89.20.

Request

GET http://localhost:8080/imcrs/res/access/assignedIpScope/autoScan?startIp=10.153.89.1&endIP=10.153.89.20
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...

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

230 Terminal Access Management

Advertising