shell> curl --dump - http://localhost:8529/_api/replication/applier-state
HTTP/1.1 200 OK
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-04-11T15:11:25Z",
"message" : "applier shut down",
"failedConnects" : 1
},
"totalRequests" : 2,
"totalFailedConnects" : 1,
"totalEvents" : 0,
"totalResyncs" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"errorNum" : 0
},
"time" : "2018-04-11T15:11:25Z"
},
"server" : {
"version" : "3.3.7",
"serverId" : "74004589992684"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
}