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

Page 209

Advertising
background image

unauthorizedAccessLog sub-elements

Interface description.

ifDesc

String type.

VLAN ID.

vlanId

Integer type.

Time when the user logged on.

upLineTime

Long integer type.

Time when the user logged off.

downLineTime

Long integer type.

Example

Query and list access log histories.

Request

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

Response

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

<list>
<historyAccessLog>
<id>-8132800096806244989</id>
<terminalIp>10.153.88.171</terminalIp>
<terminalMac>00:0c:29:ff:e8:2d</terminalMac>
<terminalName/>
<deviceSymbolName>H3C</deviceSymbolName>
<deviceId>4</deviceId>
<deviceIp>10.153.89.1</deviceIp>
<ifDesc>GigabitEthernet4/0/3</ifDesc>
<vlanId>2</vlanId>
<upLineTime>1308794210</upLineTime>
<downLineTime>0</downLineTime>
</historyAccessLog>
...
</list>

Query Access Log Histories 209

Advertising