shell> curl --dump - http://localhost:8529/_api/replication/logger-tick-ranges
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
[
{
"datafile" : "/tmp/arangosh_I69zch/tmp-92058-1355924174/data/journals/logfile-3.db",
"status" : "collected",
"tickMin" : "6",
"tickMax" : "9324"
},
{
"datafile" : "/tmp/arangosh_I69zch/tmp-92058-1355924174/data/journals/logfile-4.db",
"status" : "collected",
"tickMin" : "9340",
"tickMax" : "9381"
},
{
"datafile" : "/tmp/arangosh_I69zch/tmp-92058-1355924174/data/journals/logfile-44.db",
"status" : "collected",
"tickMin" : "9388",
"tickMax" : "10362"
},
{
"datafile" : "/tmp/arangosh_I69zch/tmp-92058-1355924174/data/journals/logfile-9327.db",
"status" : "collected",
"tickMin" : "10369",
"tickMax" : "10403"
},
{
"datafile" : "/tmp/arangosh_I69zch/tmp-92058-1355924174/data/journals/logfile-9390.db",
"status" : "open",
"tickMin" : "10410",
"tickMax" : "10452"
}
]