1
0
Fork 0
arangodb/Documentation/Examples/api-blueprints-get-graph

20 lines
386 B
Plaintext

> curl -X GET --dump - http://localhost:8529/_api/blueprints/graph/graph1
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"graph": {
"_id": "1849955/16992145",
"_rev": 16992145,
"_key": "16992145",
"vertices": 15157137,
"edges": 15943569,
"name": "graph1",
"verticesName": "v",
"edgesName": "e"
},
"error": false,
"code": 200
}