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" : "222257499834533", "version" : "2.8.0-devel" }, "state" : { "lastAppliedContinuousTick" : null, "lastAvailableContinuousTick" : null, "lastError" : { "errorMessage" : "no start tick", "errorNum" : 1413, "time" : "2016-01-12T17:56:13Z" }, "lastProcessedContinuousTick" : null, "progress" : { "failedConnects" : 0, "message" : "applier shut down", "time" : "2016-01-12T17:56:13Z" }, "running" : false, "safeResumeTick" : null, "time" : "2016-01-12T17:56:13Z", "totalEvents" : 0, "totalFailedConnects" : 0, "totalOperationsExcluded" : 0, "totalRequests" : 0 } }