Example – HP Intelligent Management Center Licenses User Manual

Page 434

Advertising
background image

Example

Query the child time ranges of ACL time range 80 of the device whose device ID is 25.

Request

GET http://imc_host:8080/imcrs/acl/res/aclTimeRange/25,80
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...
<list>
<aclResChildTimeRange>
<trChildId>244</trChildId>
<aclTimeRangeId>80</aclTimeRangeId>
<trChildType>0</trChildType>
<trStartTime>2010-04-06 15:12</trStartTime>
<trEndTime>2010-04-30 15:12</trEndTime>
</aclResChildTimeRange>
...
</list>

434 ACL Management

Advertising