Example – HP Intelligent Management Center Licenses User Manual

Page 235

Advertising
background image

Example

Query and list the assigned IP addresses that belong to the IP segment with ID 1.

Request

GET http://localhost:8080/imcrs/res/access/assignedIpScope/ip?ipScopeId=1
accept: application/xml
...

Response

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

<list>
2</parentId>
</assignedIpInfo>
<assignedIpInfo>
<id>5</id>
<ip>10.153.89.2</ip>
<parentId>3</parentId>
</assignedIpInfo>
...
</list>

Query IP Addresses 235

Advertising