shell> curl --dump - http://localhost:8529/_api/replication/logger-state
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"clients" : [ ],
"server" : {
"serverId" : "141768013217395",
"version" : "3.0.x-devel"
},
"state" : {
"lastLogTick" : "10941",
"lastUncommittedLogTick" : "10941",
"running" : true,
"time" : "2016-05-11T13:34:53Z",
"totalEvents" : 3739
}
}