mirror of https://gitee.com/bigwinds/arangodb
9 lines
603 B
Plaintext
9 lines
603 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-arango-replication-lastincluded: 10362
|
|
x-arango-replication-checkmore: false
|
|
|
|
"{\"tick\":\"10356\",\"type\":2300,\"data\":{\"_id\":\"testCollection/123456\",\"_key\":\"123456\",\"_rev\":\"_U-_p0Z---_\",\"b\":1,\"c\":false,\"d\":\"additional value\"}}\n{\"tick\":\"10360\",\"type\":2302,\"data\":{\"_key\":\"foobar\",\"_rev\":\"_U-_p0ZC--_\"}}\n{\"tick\":\"10362\",\"type\":2302,\"data\":{\"_key\":\"abcdef\",\"_rev\":\"_U-_p0ZC--A\"}}\n"
|