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 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "globallyUniqueId" : "h2C16B688710C/104902", "id" : "104902", "name" : "testViewBasics", "type" : "arangosearch", "cleanupIntervalStep" : 10, "consolidationIntervalMsec" : 60000, "consolidationPolicy" : { "type" : "bytes_accum", "threshold" : 0.10000000149011612 }, "writebufferActive" : 0, "writebufferIdle" : 64, "writebufferSizeMax" : 33554432, "links" : { } }