Returned result, Example, Returned result example – HP Intelligent Management Center Licenses User Manual

Page 430

Advertising
background image

Returned Result

Status codes

201 (Created): Success.

Example

Add an ACL time range on the device whose device ID is 68.

Request

POST http://imc_host:8080/imcrs/acl/res/aclTimeRange
accept: application/xml
...
<aclResTimeRange>
<parentId>68</parentId>
<parentType>1</parentType>
<trName>a</trName>
<useFlag>0</useFlag>
<aclResChildTimeRangeList>
<aclResChildTimeRange>
<trChildType>0</trChildType>
<trPerDayofweek/>
<trStartTime>2010-04-06 15:12</trStartTime>
<trEndTime>2010-04-30 15:12</trEndTime>
</aclResChildTimeRange>
</aclResChildTimeRangeList>
</aclResTimeRange>

Response

HTTP/1.1 201 Created
Content-Type: application/xml
...
No message body is included.

430 ACL Management

Advertising