Returned result, Status codes, Message header – HP Intelligent Management Center Licenses User Manual

Page 205: Message body, Elements

Advertising
background image

Query Parameters

Boolean type. Optional. The default value is false. When the value is true, the start and size
attributes are invalid, the returned message body is empty, and the Total attribute of the message
header returns the number of records that meet the requirements.

Conflict type.

conflictType

Integer type. Optional.

Returned Result

Status codes

200 (OK): Success.

Message header

When the total parameter takes true, the Total attribute returns the total number of records that
meet the requirements. The message body is empty.

HTTP/1.1 200 OK
Total: 976

Message body

<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>

Elements

unauthorizedAccessLog sub-elements

Action status. 1 for no action. 2 for initializing. 3 for action conflict. 4 for waiting for execution.
5 for executing. 6 for execution completed.

actionStatus

Integer type.

Terminal IP address.

terminalIp

String type.

Terminal MAC address.

terminalMac

String type.

Terminal name.

terminalName

String type.

Device ID.

deviceId

Long integer type.

Query Unauthorized Access Logs 205

Advertising