Name: ReplLinkVirtualMachineStat

Performance data for a single VM which is configured for replication over a specified replication link.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.perf.ReplLinkVirtualMachineStat",
   "alertThresholdMinutes": <Number>,
   "intervalSeconds": <Number>,
   "lag": <Number>,
   "timeEnd": DateTime,
   "timeStart": DateTime,
   "vmTintriUuid": <String>,
   "paused": <Boolean>,
   "replConfigError": TintriError,
}

Elements
NameTypeDescription
pausedxsd:boolean'True' indicates that the final state of the VM is paused. 'False' indicates that the final state of the VM is running. (We say final because within say in the 10 minute period, it might have been paused, un-paused and again paused. Then this value will indicate the final state.)
replConfigErrorTintriErrorVM replication error for this period. The value is 'null' when there is no error.

Attributes
NameTypeDescription
alertThresholdMinutesxsd:intThis value indicates what is the replication lag threshold level value for issuing an alert. When the 'replication lag' for replication happening as per this configuration exceeds this threshold value; an alert will be issued. This value is specified in minutes. In most cases it will be same from a slice bucket (10 minutes period) to the next slice bucket.
intervalSecondsxsd:longThe interval between datapoints in seconds
lagxsd:intLag in minutes for this VM replicating on this link. It contains the 'actual value' of by how much we are exceeding the RPO.
timeEndDateTimeThe end time of the interval.
timeStartDateTimeThe start time of the interval.
vmTintriUuidxsd:stringTintri UUID of the VM on that link