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" : "10994",
"lastUncommittedLogTick" : "10994",
"totalEvents" : 3776,
"time" : "2016-06-13T09:38:23Z"
},
"server" : {
"version" : "3.0.x-devel",
"serverId" : "95093747775902"
},
"clients" : [ ]
}