Query child time, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

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

Advertising
background image

Query Child Time

Query the child time ranges of an ACL time range on a device according to the specified device
ID and ACL time range ID.

Interface URI

/acl/res/aclTimeRange/{deviceId},{trId}

Access Method

HTTP

GET

Parameters

Path parameters

Device ID.

deviceId

Long integer type. Required. No default value.

ACL time range ID.

trId

Long integer type. Required. No default value.

Returned Result

Status codes

200(OK): Success.

Message header

When the total parameter is true, the Total field gives the total number of matched child time ranges.
No message body is included.

HTTP/1.1 200 OK
Total: 7

Message body

<list>
<aclResChildTimeRange>
<trChildId>244</trChildId>
<aclTimeRangeId>80</aclTimeRangeId>
<trChildType>0</trChildType>
<trPerDayofweek/>
<trStartTime>2010-04-06 15:12</trStartTime>
<trEndTime>2010-04-30 15:12</trEndTime>
</aclResChildTimeRange>
...
</list>

432 ACL Management

Advertising