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" : "11130",
"lastUncommittedLogTick" : "11130",
"totalEvents" : 3782,
"time" : "2016-05-30T09:29:44Z"
},
"server" : {
"version" : "3.0.x-devel",
"serverId" : "52155502359397"
},
"clients" : [ ]
}