Name: ReplicationStat

Contains core replication performance properties of a replication configuration at a given time point.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.perf.ReplicationStat",
   "bytesRemainingMB": <Number>,
   "oneshotProgressPercent": <Number>,
   "oneshotTimeRemainingSeconds": <Number>,
   "pathCount": <Number>,
   "replicationPathId": <String>,
   "throughputIncomingLogicalMBps": <Number>,
   "throughputIncomingPhysicalMBps": <Number>,
   "throughputLogicalMBpday": <Number>,
   "throughputLogicalMBps": <Number>,
   "throughputPhysicalMBpday": <Number>,
   "throughputPhysicalMBps": <Number>,
   "timeRemainingSeconds": <Number>,
}

Attributes
NameTypeDescription
bytesRemainingMBxsd:doubleLogical amount of aggregated data(MB) yet to be replicated over for that VM, for all applicable ongoing replications.
oneshotProgressPercentxsd:doublePercentage progress of oneshot replication
oneshotTimeRemainingSecondsxsd:intApproximate number of seconds remaining for oneshot to complete.
pathCountxsd:intNumber of replication links.
replicationPathIdxsd:stringReplication link / replication destination to identify where the performance statistics are fetched from. Note this attribute is populated only for the and APIs.
throughputIncomingLogicalMBpsxsd:doubleThe destination's incoming logical replication throughput, in megabytes per second.
throughputIncomingPhysicalMBpsxsd:doubleThe destination's incoming physical replication throughput, in megabytes per second.
throughputLogicalMBpdayxsd:doubleThe outgoing logical replication throughput per day, in megabytes per second.
throughputLogicalMBpsxsd:doubleThe outgoing logical replication throughput, in megabytes per second.
throughputPhysicalMBpdayxsd:doubleThe outgoing physical replication throughput per day, in megabytes per second.
throughputPhysicalMBpsxsd:doubleThe outgoing physical replication throughput, in megabytes per second.
timeRemainingSecondsxsd:longTime to complete the replication in seconds - replicating all available snapshots.