Example – HP Intelligent Management Center Licenses User Manual

Page 203

Advertising
background image

Example

Query and list information about unauthorized access attempts.

Request

GET http://localhost:8080/imcrs/res/access/unauthorizedAccess
accept: application/xml
...

Response

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

<list>
<unauthorizedAccess>
<id>-6750808576775831498</id>
<deviceId>17</deviceId>
<deviceLabel>Quidway</deviceLabel>
<deviceIp>10.153.89.2</deviceIp>
<ifDesc>Ethernet1/0/31</ifDesc>
<processStatus>0</processStatus>
<terminalMac>00:e0:86:10:7f:50</terminalMac>
<terminalName/>
<terminalIp>10.153.89.16</terminalIp>
</unauthorizedAccess>
...
</list>

Query Unauthorized Access Attempts 203

Advertising