shell> curl -X PUT --dump - http://localhost:8529/_api/replication/applier-start 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" : { "errorNum" : 0 }, "lastProcessedContinuousTick" : null, "progress" : { "failedConnects" : 0, "message" : "applier initially created", "time" : "2016-01-12T17:55:01Z" }, "running" : true, "safeResumeTick" : null, "time" : "2016-01-12T17:56:13Z", "totalEvents" : 0, "totalFailedConnects" : 0, "totalOperationsExcluded" : 0, "totalRequests" : 0 } }