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