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,
"writebufferIdle" : 64,
"writebufferActive" : 0,
"type" : "arangosearch",
"writebufferSizeMax" : 33554432,
"name" : "products",
"consolidationPolicy" : {
"type" : "bytes_accum",
"threshold" : 0.10000000149011612
},
"globallyUniqueId" : "h2C16B688710C/107705",
"cleanupIntervalStep" : 10,
"id" : "107705",
"consolidationIntervalMsec" : 60000,
"links" : {
}
}