shell> curl --dump - http://localhost:8529/_api/replication/logger-tick-ranges
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
{
"datafile" : "/tmp/arangosh_OrvruV/tmp-7993-3837078466/data/journals/logfile-3.db",
"status" : "collected",
"tickMin" : "5",
"tickMax" : "10200"
},
{
"datafile" : "/tmp/arangosh_OrvruV/tmp-7993-3837078466/data/journals/logfile-55.db",
"status" : "collected",
"tickMin" : "10215",
"tickMax" : "10271"
},
{
"datafile" : "/tmp/arangosh_OrvruV/tmp-7993-3837078466/data/journals/logfile-86.db",
"status" : "collected",
"tickMin" : "10277",
"tickMax" : "11273"
},
{
"datafile" : "/tmp/arangosh_OrvruV/tmp-7993-3837078466/data/journals/logfile-10203.db",
"status" : "collected",
"tickMin" : "11280",
"tickMax" : "11282"
},
{
"datafile" : "/tmp/arangosh_OrvruV/tmp-7993-3837078466/data/journals/logfile-10274.db",
"status" : "open",
"tickMin" : "11287",
"tickMax" : "11333"
}
]