Retrieval of a Large Volume of Monitoring Data

Retrieves a specified portion of a large volume of monitoring data (for example, user access histories).

Syntax

java.lang.Long SUPMonitor.getSecurityLogHistoryCount(MonitoredObject monitoredObjects, accessResult, startTime, endTime)

SecurityLogHistoryVO SUPMonitor.getSecurityLogHistories(MonitoredObject monitoredObjects,	accessResult, startTime, endTime, offset, length, SortedField sortedField)

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

Usage

When monitoring a large volume of data, a paginated API allows you to get a total row count for retrieving the data in chunks. Offset specifies where the returned data starts for this call. Length specifies the maximum number of records returned for this call.