shell> curl --dump - http://localhost:8529/_api/collection/products/figures
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
location: /_db/_system/_api/collection/products/figures
{
"id" : "9917",
"name" : "products",
"isSystem" : false,
"doCompact" : true,
"isVolatile" : false,
"journalSize" : 33554432,
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true
},
"waitForSync" : false,
"indexBuckets" : 8,
"count" : 1,
"figures" : {
"alive" : {
"count" : 1,
"size" : 64
},
"dead" : {
"count" : 0,
"size" : 0,
"deletion" : 0
},
"datafiles" : {
"count" : 0,
"fileSize" : 0
},
"journals" : {
"count" : 1,
"fileSize" : 33554432
},
"compactors" : {
"count" : 0,
"fileSize" : 0
},
"indexes" : {
"count" : 1,
"size" : 16088
},
"lastTick" : "9922",
"uncollectedLogfileEntries" : 0,
"documentReferences" : 0,
"waitingFor" : "-",
"compactionStatus" : {
"message" : "skipped compaction because collection has no datafiles",
"time" : "2016-06-20T08:58:30Z"
}
},
"status" : 3,
"type" : 2,
"error" : false,
"code" : 200
}