shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/dump?collection=testCollection
HTTP/1.1 OK
content-type: application/x-arango-dump; charset=utf-8
x-arango-replication-checkmore: false
x-arango-replication-lastincluded: 216
x-content-type-options: nosniff
{
"tick" : "210",
"type" : 2300,
"data" : {
"_key" : "123456",
"_id" : "testCollection/123456",
"_rev" : "_ZEudGs2--_",
"b" : 1,
"c" : false,
"d" : "additional value"
}
}↩
{
"tick" : "214",
"type" : 2302,
"data" : {
"_key" : "foobar",
"_rev" : "_ZEudGs6--B"
}
}↩
{
"tick" : "216",
"type" : 2302,
"data" : {
"_key" : "abcdef",
"_rev" : "_ZEudGt---_"
}
}↩