Replication Performance Retrieval

Retrieves replication performance data for the specified domains and packages.

Syntax

ReplicationPerformanceVO getReplicationPerformance(Collection<MonitoredObject> monitoredObjects, Date startTime, Date endTime) throws SUPAdminException;

Returns

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

Examples