mirror of https://gitee.com/bigwinds/arangodb
26 lines
471 B
Plaintext
26 lines
471 B
Plaintext
> curl --data @- -X PUT --dump - http://localhost:8529/_api/simple/all
|
|
{ "collection" : "4421689145", "batchSize" : 2 }
|
|
|
|
HTTP/1.1 201 Created
|
|
content-type: application/json
|
|
|
|
{
|
|
"code": 201,
|
|
"hasMore": true,
|
|
"result": [
|
|
{
|
|
"n": 1679,
|
|
"_rev": "4533165881",
|
|
"_id": "4421689145/4533165881"
|
|
},
|
|
{
|
|
"n": 679,
|
|
"_rev": "4467629881",
|
|
"_id": "4421689145/4467629881"
|
|
}
|
|
],
|
|
"id":142116766,
|
|
"count": 3000,
|
|
"error": false
|
|
}
|