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" : "11139",
"lastUncommittedLogTick" : "11139",
"totalEvents" : 3806,
"time" : "2018-03-01T18:29:27Z"
},
"server" : {
"version" : "3.3.4",
"serverId" : "144247653637613"
},
"clients" : [ ]
}