shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/view <<EOF
{
"name" : "testViewBasics",
"type" : "arangosearch"
}
EOF
HTTP/1.1 undefined
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"id" : "106667",
"name" : "testViewBasics",
"type" : "arangosearch",
"cleanupIntervalStep" : 10,
"commitIntervalMsec" : 60000,
"consolidate" : {
"segmentThreshold" : 300,
"threshold" : 0.8500000238418579,
"type" : "bytes_accum"
},
"locale" : "C",
"links" : {
}
}