mirror of https://gitee.com/bigwinds/arangodb
9 lines
619 B
Plaintext
9 lines
619 B
Plaintext
shell> curl --data-binary @- --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-checkmore: false
|
|
x-arango-replication-lastincluded: 1628399062
|
|
|
|
"{\"tick\":\"1627743702\",\"type\":2300,\"key\":\"123456\",\"rev\":\"1627678166\",\"data\":{\"_key\":\"123456\",\"_rev\":\"1627678166\",\"c\":false,\"b\":1,\"d\":\"additional value\"}}\n{\"tick\":\"1628202454\",\"type\":2302,\"key\":\"foobar\",\"rev\":\"1628136918\"}\n{\"tick\":\"1628399062\",\"type\":2302,\"key\":\"abcdef\",\"rev\":\"1628333526\"}\n"
|