Query unauthorized access attempts, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 201: Interface uri access method, Parameters

Advertising
background image

Query Unauthorized Access Attempts

Query unauthorized access attempts with certain criteria.

Interface URI

/res/access/unauthorizedAccess

Access Method

HTTP

GET

Parameters

Query Parameters

Whether or not to filter the rights for resources.

resPrivilegeFilter

Boolean type. Optional. The default value is false.

Terminal IP address.

terminalIp

String type, supporting wildcard characters. Optional. No default value.

Terminal MAC address.

terminalMac

String type, supporting wildcard characters. Optional. No default value.

Terminal name.

terminalName

String type, supporting wildcard characters. Optional. No default value.

Device label.

deviceLabel

String type. Optional. No default value.

Device IP address.

deviceIp

String type. Optional. No default value.

Interface description.

ifDesc

String type. Optional. No default value.

Processing status.

processStatus

Integer type. Optional. No default value.

The position where the first returned record is located in the whole returned result.

start

Integer type. Optional. The default value is 0. If a negative value, the default value is used.

The total number of returned records.

size

Integer type. Optional. The default value is 10. If a negative value, the default value is used.

The sequencing field of the returned result set.

orderBy

String type. Optional. The default value is deviceIp. Valid values include deviceIp, deviceLabel,
ifDesc, terminalIp, terminalMac, terminalName, and processStatus.

Whether or not the result is sequenced in reverse order.

desc

Boolean type. Optional. Default value is false. Valid only when the orderBy parameter is
specified.

Only the number of records that meet the requirements is returned.

total

Boolean type. Optional. 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.

Query Unauthorized Access Attempts 201

Advertising