Retrieval of Security Log History

Retrieves a security log history for specified monitored objects, determines how many records are available, and specifies how to retrieve and sort the data.

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