Example – HP Intelligent Management Center Licenses User Manual

Page 423

Advertising
background image

Example

Query basic ACL application information entries 3 through 6 on device whose device ID is 25.

Request

GET http://imc_host:8080/imcrs/acl/res/aclUse/25?start=3&size=3
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...

<list>
<aclUse>
<useId>10</useId>
<parentId>25</parentId>
<parentType>1</parentType>
<useType>1</useType>
<aclName>2222</aclName>
<useContext>Ethernet0/0</useContext>
<useCommand>firewall packet-filter 2222 inbound</useCommand>
<useDesc/>
<useFlag>0</useFlag>
</aclUse>
...
<link href="http://imc_host:port/imcrs/acl/res/aclUse/25?start=0&size=3" op="GET" rel="previous"/>
<link href="http://imc_host:port/imcrs/acl/res/aclUse/25?start=6&size=3" op="GET" rel="next"/>
</list>

Query ACL Applications of a Device 423

Advertising