1
0
Fork 0
arangodb/Documentation/Examples/RestReplicationDump.generated

10 lines
635 B
Plaintext

shell> curl --dump - http://localhost:8529/_api/replication/dump?collection=testCollection
HTTP/1.1 200 OK
content-type: application/x-arango-dump; charset=utf-8
x-content-type-options: nosniff
x-arango-replication-lastincluded: 11656
x-arango-replication-checkmore: false
"{\"tick\":\"11650\",\"type\":2300,\"data\":{\"_id\":\"testCollection/123456\",\"_key\":\"123456\",\"_rev\":\"_Vsb0EWG--A\",\"b\":1,\"c\":false,\"d\":\"additional value\"}}\n{\"tick\":\"11654\",\"type\":2302,\"data\":{\"_key\":\"foobar\",\"_rev\":\"_Vsb0EWK--_\"}}\n{\"tick\":\"11656\",\"type\":2302,\"data\":{\"_key\":\"abcdef\",\"_rev\":\"_Vsb0EWK--A\"}}\n"