ReplicationInstance
ReplicationInstance
JSON Example
{
"isPinned": false,
"key": "replica-52f3e775-a8fa-13e3-e9be-39264ed2dfe2",
"quiescedType": "string",
"sequenceNumber": 11,
"timestamp": 1469701818743,
"transferBytes": 512000,
"transferSeconds": 4
}
boolean
isPinned
Optional
isPinned
string
key
Optional
PIT instance identifier. Should be used when failing over.
integer As int64 As int64
sequenceNumber
Optional
Counter, which represents the sequential number of this instance
integer As int64 As int64
timestamp
Optional
When was this instance created.
integer As int64 As int64
transferBytes
Optional
Total bytes in this instance (transferred during the delta and, for VMs running on MN.next+hosts, any preceding full sync). For VMs replicating from older (MN) hosts, this does not include the bytes for any full sync, just the delta.
integer As int64 As int64
transferSeconds
Optional
Total time in seconds it took to transfer this instance(for VMs running on MN.next+ hosts, this includes any preceeding full sync).