shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/logger-tick-ranges
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
{
"datafile" : "/archive/000068.log",
"status" : "collected",
"tickMin" : "185805",
"tickMax" : "185864"
},
{
"datafile" : "/archive/000086.log",
"status" : "collected",
"tickMin" : "185864",
"tickMax" : "185902"
},
{
"datafile" : "/000095.log",
"status" : "open",
"tickMin" : "185902",
"tickMax" : "188629"
}
]