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 undefined content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : { "visited" : { "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_XUJzGEa--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_XUJzGEa--B", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", "_rev" : "_XUJzGEa--D", "name" : "Charlie" }, { "_key" : "dave", "_id" : "persons/dave", "_rev" : "_XUJzGEa--F", "name" : "Dave" } ], "paths" : [ { "edges" : [ ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_XUJzGEa--_", "name" : "Alice" } ] }, { "edges" : [ { "_key" : "106265", "_id" : "knows/106265", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_XUJzGEe--B", "vertex" : "alice" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_XUJzGEa--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_XUJzGEa--B", "name" : "Bob" } ] }, { "edges" : [ { "_key" : "106265", "_id" : "knows/106265", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_XUJzGEe--B", "vertex" : "alice" }, { "_key" : "106269", "_id" : "knows/106269", "_from" : "persons/bob", "_to" : "persons/charlie", "_rev" : "_XUJzGEe--D", "vertex" : "bob" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_XUJzGEa--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_XUJzGEa--B", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", "_rev" : "_XUJzGEa--D", "name" : "Charlie" } ] }, { "edges" : [ { "_key" : "106265", "_id" : "knows/106265", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_XUJzGEe--B", "vertex" : "alice" }, { "_key" : "106272", "_id" : "knows/106272", "_from" : "persons/bob", "_to" : "persons/dave", "_rev" : "_XUJzGEe--F", "vertex" : "bob" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_XUJzGEa--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_XUJzGEa--B", "name" : "Bob" }, { "_key" : "dave", "_id" : "persons/dave", "_rev" : "_XUJzGEa--F", "name" : "Dave" } ] } ] } }, "error" : false, "code" : 200 }