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" : "671226578",
"name" : "products",
"isSystem" : false,
"doCompact" : true,
"isVolatile" : false,
"journalSize" : 1048576,
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true
},
"waitForSync" : false,
"indexBuckets" : 8,
"count" : 1,
"figures" : {
"alive" : {
"count" : 1,
"size" : 88
},
"dead" : {
"count" : 0,
"size" : 0,
"deletion" : 0
},
"datafiles" : {
"count" : 0,
"fileSize" : 0
},
"journals" : {
"count" : 1,
"fileSize" : 1048576
},
"compactors" : {
"count" : 0,
"fileSize" : 0
},
"shapefiles" : {
"count" : 0,
"fileSize" : 0
},
"shapes" : {
"count" : 1,
"size" : 104
},
"attributes" : {
"count" : 1,
"size" : 48
},
"indexes" : {
"count" : 1,
"size" : 16120
},
"lastTick" : "671619794",
"uncollectedLogfileEntries" : 0,
"documentReferences" : 0,
"waitingFor" : "-",
"compactionStatus" : {
"message" : "skipped compaction because collection has no datafiles",
"time" : "2016-01-12T17:55:54Z"
}
},
"status" : 3,
"type" : 2,
"error" : false,
"code" : 200
}