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" : "11330",
"lastUncommittedLogTick" : "11330",
"totalEvents" : 3861,
"time" : "2018-04-24T11:56:40Z"
},
"server" : {
"version" : "3.3.7",
"serverId" : "231417767840817"
},
"clients" : [ ]
}