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

280 lines
5.6 KiB
Plaintext

shell> curl --dump - http://localhost:8529/_api/collection
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"collections" : [
{
"id" : "2040885",
"name" : "_graphs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "19801141",
"name" : "_system_users_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2434101",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "205877",
"name" : "_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "21046325",
"name" : "collectable_foxx_data_firstCollection",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "4531253",
"name" : "_statisticsRaw",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2303029",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "6300725",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "7152693",
"name" : "_apps",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "4924469",
"name" : "_statistics",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "20915253",
"name" : "tescht_todos",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "5317685",
"name" : "_statistics15",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "19080245",
"name" : "_sessions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "4400181",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2171957",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "6169653",
"name" : "_queues",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "5710901",
"name" : "_configuration",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1244603445",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "1243685941",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
}
],
"names" : {
"_graphs" : {
"id" : "2040885",
"name" : "_graphs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_system_users_users" : {
"id" : "19801141",
"name" : "_system_users_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_cluster_kickstarter_plans" : {
"id" : "2434101",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_users" : {
"id" : "205877",
"name" : "_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"collectable_foxx_data_firstCollection" : {
"id" : "21046325",
"name" : "collectable_foxx_data_firstCollection",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_statisticsRaw" : {
"id" : "4531253",
"name" : "_statisticsRaw",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_routing" : {
"id" : "2303029",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_jobs" : {
"id" : "6300725",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_apps" : {
"id" : "7152693",
"name" : "_apps",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_statistics" : {
"id" : "4924469",
"name" : "_statistics",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"tescht_todos" : {
"id" : "20915253",
"name" : "tescht_todos",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_statistics15" : {
"id" : "5317685",
"name" : "_statistics15",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_sessions" : {
"id" : "19080245",
"name" : "_sessions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_aqlfunctions" : {
"id" : "4400181",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_modules" : {
"id" : "2171957",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_queues" : {
"id" : "6169653",
"name" : "_queues",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_configuration" : {
"id" : "5710901",
"name" : "_configuration",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"animals" : {
"id" : "1244603445",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"demo" : {
"id" : "1243685941",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
}
},
"error" : false,
"code" : 200
}