shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/view/products/properties
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
"type" : "arangosearch",
"links" : {
},
"cleanupIntervalStep" : 10,
"name" : "products",
"consolidationPolicy" : {
"type" : "bytes_accum",
"threshold" : 0.10000000149011612
},
"consolidationIntervalMsec" : 60000,
"id" : "107664"
}