shell> curl --dump - http://localhost:8529/_api/replication/logger-state
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"state" : {
"running" : true,
"lastLogTick" : "771873223",
"totalEvents" : 4761,
"time" : "2015-09-30T15:40:17Z"
},
"server" : {
"version" : "2.7.0-devel",
"serverId" : "4865533481307"
},
"clients" : [ ]
}