shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/collection/products/revision
HTTP/1.1 undefined
content-type: application/json; charset=utf-8
location: /_api/collection/products/revision
x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
"statusString" : "loaded",
"id" : "102792",
"journalSize" : 33554432,
"isVolatile" : false,
"waitForSync" : false,
"indexBuckets" : 8,
"globallyUniqueId" : "hD1CC574CBE4/102792",
"isSystem" : false,
"doCompact" : true,
"keyOptions" : {
"allowUserKeys" : true,
"type" : "traditional",
"lastValue" : 0
},
"status" : 3,
"name" : "products",
"type" : 2,
"revision" : "0"
}