1
0
Fork 0
arangodb/Documentation/Examples/HttpGharialGetGraph.generated

28 lines
524 B
Plaintext

shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/myGraph
HTTP/1.1 200 OK
content-type: application/json
etag: 1421732187
{
"error" : false,
"code" : 200,
"graph" : {
"name" : "myGraph",
"edgeDefinitions" : [
{
"collection" : "edges",
"from" : [
"startVertices"
],
"to" : [
"endVertices"
]
}
],
"orphanCollections" : [ ],
"_id" : "_graphs/myGraph",
"_rev" : "1421732187"
}
}