shell> curl --dump - http://localhost:8529/_api/replication/applier-state HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "state" : { "running" : false, "lastAppliedContinuousTick" : null, "lastProcessedContinuousTick" : null, "lastAvailableContinuousTick" : null, "safeResumeTick" : null, "progress" : { "time" : "2017-01-11T10:07:35Z", "message" : "applier shut down", "failedConnects" : 1 }, "totalRequests" : 1, "totalFailedConnects" : 1, "totalEvents" : 0, "totalOperationsExcluded" : 0, "lastError" : { "errorNum" : 1412, "time" : "2017-01-11T10:07:35Z", "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 #111 - Connection refused'" }, "time" : "2017-01-11T10:07:35Z" }, "server" : { "version" : "3.1.devel", "serverId" : "91129953565291" }, "endpoint" : "tcp://127.0.0.1:8529", "database" : "_system" }