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" : "11092",
"lastUncommittedLogTick" : "11092",
"totalEvents" : 3799,
"time" : "2016-06-20T08:59:10Z"
},
"server" : {
"version" : "3.0.x-devel",
"serverId" : "198723727143491"
},
"clients" : [ ]
}