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" : "11351",
"lastUncommittedLogTick" : "11351",
"totalEvents" : 3862,
"time" : "2018-07-12T12:26:36Z"
},
"server" : {
"version" : "3.3.12",
"serverId" : "165225624196475"
},
"clients" : [ ]
}