shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/collection
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
"result" : [
{
"id" : "20",
"name" : "_jobs",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_jobs"
},
{
"id" : "31",
"name" : "_apps",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_apps"
},
{
"id" : "14",
"name" : "_aqlfunctions",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_aqlfunctions"
},
{
"id" : "17",
"name" : "_queues",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_queues"
},
{
"id" : "38",
"name" : "_appbundles",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_appbundles"
},
{
"id" : "89",
"name" : "demo",
"status" : 3,
"type" : 2,
"isSystem" : false,
"globallyUniqueId" : "hE3D5B8D76078/89"
},
{
"id" : "7",
"name" : "_users",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_users"
},
{
"id" : "4",
"name" : "_graphs",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_graphs"
},
{
"id" : "41",
"name" : "_analyzers",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_analyzers"
},
{
"id" : "60",
"name" : "_statisticsRaw",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_statisticsRaw"
},
{
"id" : "67",
"name" : "_statistics",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_statistics"
},
{
"id" : "74",
"name" : "_statistics15",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_statistics15"
},
{
"id" : "95",
"name" : "animals",
"status" : 3,
"type" : 2,
"isSystem" : false,
"globallyUniqueId" : "hE3D5B8D76078/95"
}
]
}