shell> curl --dump - http://localhost:8529/_api/replication/logger-state
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"state" : {
"running" : true,
"lastLogTick" : "12168",
"lastUncommittedLogTick" : "12168",
"totalEvents" : 4188,
"time" : "2017-12-19T09:25:14Z"
},
"server" : {
"version" : "3.3.devel",
"serverId" : "113069788116077"
},
"clients" : [ ]
}