Example, Request, Response – HP Intelligent Management Center Licenses User Manual

Page 206

Advertising
background image

unauthorizedAccessLog sub-elements

Device label.

deviceLabel

String type.

Device IP address.

deviceIp

String type.

Interface description.

ifDesc

String type.

Conflict type. 1 for terminal access conflict. 2 for switch access conflict. 3 for switch and terminal
access conflict. 4 for access binding not configured.

conflictType

Integer type.

Time when the conflict was detected.

conflictFindTime

Long integer type.

Conflict type.

conflictFindTimeDesc

String type.

Conflict description.

conflictDesc

String type.

Example

Query and list unauthorized access logs.

Request

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

Response

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

<list>
<unauthorizedAccessLog>
<id>1</id>
<actionStatus>1</actionStatus>
<terminalIp>10.153.89.182</terminalIp>
<terminalMac>00:e0:fc:00:39:01</terminalMac>
<terminalName/>
<deviceLabel>Quidway</deviceLabel>
<deviceIp>10.153.89.2</deviceIp>
<ifDesc>Ethernet1/0/14</ifDesc>
<deviceId>17</deviceId>
<conflictType>4</conflictType>
<conflictFindTime>1308747088</conflictFindTime>
<conflictFindTimeDesc>2011-06-22 20:51:28</conflictFindTimeDesc>
<conflictDesc>When the device 10.153.89.2 is polled, unauthorized MAC address 00:e0:fc:00:39:01 is detected with the
connecting interface
10.153.89.2-Ethernet1/0/14.</conflictDesc>
</unauthorizedAccessLog>
...
</list>

206 Terminal Access Management

Advertising