shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/logger-follow?from=105454&chunkSize=400
HTTP/1.1 OK
content-type: application/x-arango-dump; charset=utf-8
x-arango-replication-active: true
x-arango-replication-checkmore: true
x-arango-replication-frompresent: true
x-arango-replication-lastincluded: 105458
x-arango-replication-lastscanned: 105458
x-arango-replication-lasttick: 105475
x-content-type-options: nosniff
{
"tick" : "105458",
"type" : 2000,
"database" : "1",
"cid" : "105457",
"cname" : "products",
"data" : {
"allowUserKeys" : true,
"cid" : "105457",
"count" : 0,
"deleted" : false,
"doCompact" : true,
"globallyUniqueId" : "h2C16B688710C/105457",
"id" : "105457",
"indexBuckets" : 8,
"indexes" : [
{
"id" : "0",
"type" : "primary",
"fields" : [
"_key"
],
"unique" : true,
"sparse" : false
}
],
"isSmart" : false,
"isSystem" : false,
"isVolatile" : false,
"journalSize" : 33554432,
"keyOptions" : {
"allowUserKeys" : true,
"type" : "traditional",
"lastValue" : 0
},
"name" : "products",
"numberOfShards" : 1,
"planId" : "105457",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
],
"shards" : {
},
"status" : 3,
"type" : 2,
"version" : 7,
"waitForSync" : false
}
}