Retrieval of Data Change Notification History

Retrieves data change notification history for a monitored cluster.

Syntax

Collection<DataChangeNotificationHistoryVO> getDataChangeNotificationHistory(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