shell> curl -X PUT --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/applier-stop
HTTP/1.1 undefined
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"state" : {
"running" : false,
"phase" : "inactive",
"lastAppliedContinuousTick" : null,
"lastProcessedContinuousTick" : null,
"lastAvailableContinuousTick" : null,
"safeResumeTick" : null,
"progress" : {
"time" : "2018-08-22T18:45:50Z",
"message" : "applier shut down",
"failedConnects" : 0
},
"totalRequests" : 6,
"totalFailedConnects" : 3,
"totalEvents" : 0,
"totalResyncs" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"errorNum" : 0
},
"time" : "2018-08-22T18:45:50Z"
},
"server" : {
"version" : "3.4.devel",
"serverId" : "122327666155665"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
}