HP Intelligent Management Center Licenses User Manual

Page 419

Advertising
background image

Response

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

7. Add a user-defined ACL with rule strings on the device whose device ID is 68.

Request

POST http://imc_host:8080/imcrs/acl/res/acl
accept: application/xml
...

<acl>
<parentId>68</parentId>
<aclName>5002</aclName>
<aclType>5</aclType>
<aclDesc>acl_5002</aclDesc>
<aclRuleList>
<aclRule>
<trName/>
<action>1</action>
<ruleString>12:12:12#12:12:13#</ruleString>
</aclRule>
</aclRuleList>
</acl>

Response

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

Add ACL on a Device

419

Advertising