shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/gharial HTTP/1.1 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "error" : false, "code" : 200, "graphs" : [ { "_key" : "routeplanner", "_id" : "_graphs/routeplanner", "_rev" : "_Y2g6p5K--B", "numberOfShards" : 1, "replicationFactor" : 1, "isSmart" : false, "edgeDefinitions" : [ { "collection" : "frenchHighway", "from" : [ "frenchCity" ], "to" : [ "frenchCity" ] }, { "collection" : "germanHighway", "from" : [ "germanCity" ], "to" : [ "germanCity" ] }, { "collection" : "internationalHighway", "from" : [ "frenchCity", "germanCity" ], "to" : [ "frenchCity", "germanCity" ] } ], "orphanCollections" : [ ] }, { "_key" : "social", "_id" : "_graphs/social", "_rev" : "_Y2g6p2m--_", "numberOfShards" : 1, "replicationFactor" : 1, "isSmart" : false, "edgeDefinitions" : [ { "collection" : "relation", "from" : [ "female", "male" ], "to" : [ "female", "male" ] } ], "orphanCollections" : [ ] } ] }