shell> curl -X PUT --dump - http://localhost:8529/_api/replication/applier-start
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"state" : {
"running" : true,
"phase" : "running",
"lastAppliedContinuousTick" : null,
"lastProcessedContinuousTick" : null,
"lastAvailableContinuousTick" : null,
"safeResumeTick" : null,
"progress" : {
"time" : "2018-04-05T13:57:05Z",
"message" : "applier initially created for database '_system'",
"failedConnects" : 0
},
"totalRequests" : 0,
"totalFailedConnects" : 0,
"totalEvents" : 0,
"totalResyncs" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"errorNum" : 0
},
"time" : "2018-04-05T13:57:15Z"
},
"server" : {
"version" : "3.4.devel",
"serverId" : "29284345944770"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
}