shell> curl --dump - http://localhost:8529/_api/collection
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"collections" : [
{
"id" : "17898194",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "2300626",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "18750162",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "4070098",
"name" : "_statisticsRaw",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "13834962",
"name" : "_sessions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "5380818",
"name" : "_queues",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "4463314",
"name" : "_statistics",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "4856530",
"name" : "_statistics15",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2169554",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "3939026",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "5249746",
"name" : "_configuration",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "14555858",
"name" : "_system_users_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "5642962",
"name" : "_apps",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "15866578",
"name" : "testbug_nodeTypes",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "2038482",
"name" : "_graphs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2431698",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "203474",
"name" : "_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "5511890",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "15735506",
"name" : "testbug_testCollection",
"isSystem" : false,
"status" : 3,
"type" : 2
}
],
"names" : {
"demo" : {
"id" : "17898194",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_routing" : {
"id" : "2300626",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"animals" : {
"id" : "18750162",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_statisticsRaw" : {
"id" : "4070098",
"name" : "_statisticsRaw",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_sessions" : {
"id" : "13834962",
"name" : "_sessions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_queues" : {
"id" : "5380818",
"name" : "_queues",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_statistics" : {
"id" : "4463314",
"name" : "_statistics",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_statistics15" : {
"id" : "4856530",
"name" : "_statistics15",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_modules" : {
"id" : "2169554",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_aqlfunctions" : {
"id" : "3939026",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_configuration" : {
"id" : "5249746",
"name" : "_configuration",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_system_users_users" : {
"id" : "14555858",
"name" : "_system_users_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_apps" : {
"id" : "5642962",
"name" : "_apps",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"testbug_nodeTypes" : {
"id" : "15866578",
"name" : "testbug_nodeTypes",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_graphs" : {
"id" : "2038482",
"name" : "_graphs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_cluster_kickstarter_plans" : {
"id" : "2431698",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_users" : {
"id" : "203474",
"name" : "_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_jobs" : {
"id" : "5511890",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"testbug_testCollection" : {
"id" : "15735506",
"name" : "testbug_testCollection",
"isSystem" : false,
"status" : 3,
"type" : 2
}
},
"error" : false,
"code" : 200
}