SourceStateInfo
SourceStateInfo
JSON Example
{
"progress": {
"bytesToTransfer": 1000,
"bytesTransferred": 400,
"checksumComparedBytes": 1000,
"checksumTotalBytes": 1000,
"progress": 40
},
"state": "idle",
"stateAge": 0
}
string
state
Optional
State of the replication on the source site. Can be one of [none, paused, syncing, idle, active, error]
Possible values are : none, paused, syncing, idle, active, error,
integer As int64 As int64
stateAge
Optional
The number of milliseconds elapsed since this state was received from the remote site. Client UIs should display a warning if this is greater that the current RPO.