Retrieval of Detailed Replication History

Retrieves a detailed replication history for the specified domains and packages.

Syntax

Collection<ReplicationHistoryDetailVO> getReplicationHistoryDetail(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