shell> curl --dump - http://localhost:8529/_api/gharial/myGraph
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
etag: _WpTArZC--_
{
"error" : false,
"graph" : {
"name" : "myGraph",
"edgeDefinitions" : [
{
"collection" : "edges",
"from" : [
"startVertices"
],
"to" : [
"endVertices"
]
}
],
"orphanCollections" : [ ],
"isSmart" : false,
"numberOfShards" : 1,
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/myGraph",
"_rev" : "_WpTArZC--_"
},
"code" : 200
}