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" : "10484",
"lastUncommittedLogTick" : "10484",
"totalEvents" : 3824,
"time" : "2017-01-11T10:07:59Z"
},
"server" : {
"version" : "3.1.devel",
"serverId" : "91129953565291"
},
"clients" : [ ]
}