mirror of https://gitee.com/bigwinds/arangodb
10 lines
635 B
Plaintext
10 lines
635 B
Plaintext
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: 11290
|
|
|
|
"{\"tick\":\"11284\",\"type\":2300,\"data\":{\"_id\":\"testCollection/123456\",\"_key\":\"123456\",\"_rev\":\"_XG3zBIu--B\",\"b\":1,\"c\":false,\"d\":\"additional value\"}}\n{\"tick\":\"11288\",\"type\":2302,\"data\":{\"_key\":\"foobar\",\"_rev\":\"_XG3zBIu--F\"}}\n{\"tick\":\"11290\",\"type\":2302,\"data\":{\"_key\":\"abcdef\",\"_rev\":\"_XG3zBIu--H\"}}\n"
|