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

68 lines
1.3 KiB
Plaintext

shell> curl --dump - http://localhost:8529/_api/gharial
HTTP/1.1 200 OK
content-type: application/json
{
"error" : false,
"code" : 202,
"graphs" : [
{
"_id" : "_graphs/social",
"_key" : "social",
"_rev" : "555545483",
"edgeDefinitions" : [
{
"collection" : "relation",
"from" : [
"female",
"male"
],
"to" : [
"female",
"male"
]
}
],
"orphanCollections" : [ ]
},
{
"_id" : "_graphs/routeplanner",
"_key" : "routeplanner",
"_rev" : "558887819",
"orphanCollections" : [ ],
"edgeDefinitions" : [
{
"collection" : "germanHighway",
"from" : [
"germanCity"
],
"to" : [
"germanCity"
]
},
{
"collection" : "frenchHighway",
"from" : [
"frenchCity"
],
"to" : [
"frenchCity"
]
},
{
"collection" : "internationalHighway",
"from" : [
"frenchCity",
"germanCity"
],
"to" : [
"frenchCity",
"germanCity"
]
}
]
}
]
}