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" : "10452",
"lastUncommittedLogTick" : "10452",
"totalEvents" : 3820,
"time" : "2016-10-26T09:57:31Z"
},
"server" : {
"version" : "3.1.devel",
"serverId" : "155135836074973"
},
"clients" : [ ]
}