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" : "9347",
"name" : "products",
"isSystem" : false,
"doCompact" : true,
"isVolatile" : false,
"journalSize" : 33554432,
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true
},
"waitForSync" : false,
"indexBuckets" : 8,
"count" : 1,
"figures" : {
"indexes" : {
"count" : 1,
"size" : 32128
},
"lastTick" : 9352,
"uncollectedLogfileEntries" : 0,
"compactionStatus" : {
"message" : "skipped compaction because collection has no datafiles",
"time" : "2017-01-11T10:07:16Z"
},
"readCache" : {
"count" : 1,
"size" : 48192
},
"documentReferences" : 0,
"waitingFor" : "-",
"alive" : {
"count" : 1,
"size" : 72
},
"dead" : {
"count" : 0,
"size" : 0,
"deletion" : 0
},
"datafiles" : {
"count" : 0,
"fileSize" : 0
},
"journals" : {
"count" : 1,
"fileSize" : 33554432
},
"compactors" : {
"count" : 0,
"fileSize" : 0
},
"revisions" : {
"count" : 1,
"size" : 48192
}
},
"status" : 3,
"type" : 2,
"error" : false,
"code" : 200
}