1
0
Fork 0
arangodb/Documentation/Examples/RestCollectionGetAllCollect...

252 lines
5.0 KiB
Plaintext

shell> curl --dump - http://localhost:8529/_api/collection
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"collections" : [
{
"id" : "4937116",
"name" : "_statistics",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "7165340",
"name" : "_apps",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "6313372",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2053532",
"name" : "_graphs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "14374300",
"name" : "_sessions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1788237212",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "6182300",
"name" : "_queues",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "5330332",
"name" : "_statistics15",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "15095196",
"name" : "_system_users_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "218524",
"name" : "_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2446748",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "5723548",
"name" : "_configuration",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1789154716",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "2315676",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "4543900",
"name" : "_statisticsRaw",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2184604",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "4412828",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
}
],
"names" : {
"_statistics" : {
"id" : "4937116",
"name" : "_statistics",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_apps" : {
"id" : "7165340",
"name" : "_apps",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_jobs" : {
"id" : "6313372",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_graphs" : {
"id" : "2053532",
"name" : "_graphs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_sessions" : {
"id" : "14374300",
"name" : "_sessions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"demo" : {
"id" : "1788237212",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_queues" : {
"id" : "6182300",
"name" : "_queues",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_statistics15" : {
"id" : "5330332",
"name" : "_statistics15",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_system_users_users" : {
"id" : "15095196",
"name" : "_system_users_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_users" : {
"id" : "218524",
"name" : "_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_cluster_kickstarter_plans" : {
"id" : "2446748",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_configuration" : {
"id" : "5723548",
"name" : "_configuration",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"animals" : {
"id" : "1789154716",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_routing" : {
"id" : "2315676",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_statisticsRaw" : {
"id" : "4543900",
"name" : "_statisticsRaw",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_modules" : {
"id" : "2184604",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_aqlfunctions" : {
"id" : "4412828",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
}
},
"error" : false,
"code" : 200
}