Retrieval of Device Notification History

Retrieves device notification history for the monitored objects in a cluster.

Syntax

Collection<DeviceNotificationHistoryVO> getDeviceNotificationHistory(Collection<MonitoredObject> monitoredObjects, Date startTime, Date endTime, Long offset, Integer length, SortedField<? extends Enum> sortedField) throws SUPAdminException;

Returns

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

Examples