shell> curl --dump - http://localhost:8529/_api/replication/dump?collection=testCollection
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/x-arango-dump; charset=utf-8
x-arango-replication-checkmore: false
x-arango-replication-lastincluded: 103436
{
"tick" : "103430",
"type" : 2300,
"data" : {
"_id" : "testCollection/123456",
"_key" : "123456",
"_rev" : "_XPb9ubO--_",
"b" : 1,
"c" : false,
"d" : "additional value"
}
}↩
{
"tick" : "103434",
"type" : 2302,
"data" : {
"_key" : "foobar",
"_rev" : "_XPb9ubW--_"
}
}↩
{
"tick" : "103436",
"type" : 2302,
"data" : {
"_key" : "abcdef",
"_rev" : "_XPb9uba--_"
}
}↩