shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/all-keys <<EOF
{
"collection" : "products"
}
EOF
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"result" : [
"/_db/_system/_api/document/products/9889",
"/_db/_system/_api/document/products/9885",
"/_db/_system/_api/document/products/9892"
],
"hasMore" : false,
"cached" : false,
"extra" : {
"stats" : {
"writesExecuted" : 0,
"writesIgnored" : 0,
"scannedFull" : 3,
"scannedIndex" : 0,
"filtered" : 0,
"executionTime" : 0.0003218650817871094
},
"warnings" : [ ]
},
"error" : false,
"code" : 201
}