HP Intelligent Management Center Extended API User Guide
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