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" : "hE3D5B8D76078/71414", "id" : "71414", "name" : "testViewBasics", "type" : "arangosearch", "cleanupIntervalStep" : 2, "commitIntervalMsec" : 1000, "consolidationIntervalMsec" : 10000, "consolidationPolicy" : { "type" : "tier", "segmentsBytesFloor" : 2097152, "segmentsBytesMax" : 5368709120, "segmentsMax" : 10, "segmentsMin" : 1, "minScore" : 0 }, "primarySort" : [ ], "writebufferActive" : 0, "writebufferIdle" : 64, "writebufferSizeMax" : 33554432, "links" : { } }