shell> curl --dump - http://localhost:8529/_api/replication/applier-state
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"database" : "_system",
"endpoint" : "tcp://127.0.0.1:8529",
"server" : {
"serverId" : "141768013217395",
"version" : "3.0.x-devel"
},
"state" : {
"lastAppliedContinuousTick" : null,
"lastAvailableContinuousTick" : null,
"lastError" : {
"errorMessage" : "could not connect to master at tcp://127.0.0.1:8529: Could not connect to 'http+tcp://127.0.0.1:8529' 'connect() failed with #61 - Connection refused'",
"errorNum" : 1412,
"time" : "2016-05-11T13:34:23Z"
},
"lastProcessedContinuousTick" : null,
"progress" : {
"failedConnects" : 1,
"message" : "applier shut down",
"time" : "2016-05-11T13:34:22Z"
},
"running" : false,
"safeResumeTick" : null,
"time" : "2016-05-11T13:34:23Z",
"totalEvents" : 0,
"totalFailedConnects" : 1,
"totalOperationsExcluded" : 0,
"totalRequests" : 1
}
}