shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF { "startVertex" : "persons/alice", "graphName" : "knows_graph", "direction" : "outbound" } EOF HTTP/1.1 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : { "visited" : { "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClSAW--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClSAW--B", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", "_rev" : "_YYClSAa--_", "name" : "Charlie" }, { "_key" : "dave", "_id" : "persons/dave", "_rev" : "_YYClSAa--B", "name" : "Dave" } ], "paths" : [ { "edges" : [ ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClSAW--_", "name" : "Alice" } ] }, { "edges" : [ { "_key" : "107536", "_id" : "knows/107536", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_YYClSAe--_", "vertex" : "alice" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClSAW--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClSAW--B", "name" : "Bob" } ] }, { "edges" : [ { "_key" : "107536", "_id" : "knows/107536", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_YYClSAe--_", "vertex" : "alice" }, { "_key" : "107540", "_id" : "knows/107540", "_from" : "persons/bob", "_to" : "persons/charlie", "_rev" : "_YYClSAe--B", "vertex" : "bob" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClSAW--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClSAW--B", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", "_rev" : "_YYClSAa--_", "name" : "Charlie" } ] }, { "edges" : [ { "_key" : "107536", "_id" : "knows/107536", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_YYClSAe--_", "vertex" : "alice" }, { "_key" : "107543", "_id" : "knows/107543", "_from" : "persons/bob", "_to" : "persons/dave", "_rev" : "_YYClSAe--D", "vertex" : "bob" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClSAW--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClSAW--B", "name" : "Bob" }, { "_key" : "dave", "_id" : "persons/dave", "_rev" : "_YYClSAa--B", "name" : "Dave" } ] } ] } }, "error" : false, "code" : 200 }