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_6TZ2Oh/tmp-2088-4136787427/data/journals/logfile-2.db",
"status" : "collected",
"tickMin" : "5",
"tickMax" : "9542"
},
{
"datafile" : "/tmp/arangosh_6TZ2Oh/tmp-2088-4136787427/data/journals/logfile-23.db",
"status" : "collected",
"tickMin" : "9549",
"tickMax" : "9602"
},
{
"datafile" : "/tmp/arangosh_6TZ2Oh/tmp-2088-4136787427/data/journals/logfile-48.db",
"status" : "collected",
"tickMin" : "9608",
"tickMax" : "10533"
},
{
"datafile" : "/tmp/arangosh_6TZ2Oh/tmp-2088-4136787427/data/journals/logfile-9545.db",
"status" : "collected",
"tickMin" : "10541",
"tickMax" : "10543"
},
{
"datafile" : "/tmp/arangosh_6TZ2Oh/tmp-2088-4136787427/data/journals/logfile-9614.db",
"status" : "open",
"tickMin" : "10547",
"tickMax" : "10598"
}
]