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_i8eoAy/tmp-27201-698347646/data/journals/logfile-3.db",
"status" : "collected",
"tickMin" : "5",
"tickMax" : "11819"
},
{
"datafile" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/journals/logfile-188.db",
"status" : "collected",
"tickMin" : "11835",
"tickMax" : "11891"
},
{
"datafile" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/journals/logfile-7414.db",
"status" : "collected",
"tickMin" : "11897",
"tickMax" : "12912"
},
{
"datafile" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/journals/logfile-11822.db",
"status" : "collected",
"tickMin" : "12920",
"tickMax" : "12929"
},
{
"datafile" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/journals/logfile-11894.db",
"status" : "open",
"tickMin" : "12936",
"tickMax" : "12982"
}
]