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_Uk8cNP/tmp-12268-207544964/data/journals/logfile-3.db",
"status" : "collected",
"tickMin" : "5",
"tickMax" : "11876"
},
{
"datafile" : "/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/journals/logfile-12.db",
"status" : "collected",
"tickMin" : "11882",
"tickMax" : "11957"
},
{
"datafile" : "/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/journals/logfile-17.db",
"status" : "collected",
"tickMin" : "11966",
"tickMax" : "13027"
},
{
"datafile" : "/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/journals/logfile-11879.db",
"status" : "collected",
"tickMin" : "13035",
"tickMax" : "13045"
},
{
"datafile" : "/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/journals/logfile-11960.db",
"status" : "open",
"tickMin" : "13050",
"tickMax" : "13098"
}
]