mirror of https://gitee.com/bigwinds/arangodb
68 lines
1.4 KiB
Plaintext
68 lines
1.4 KiB
Plaintext
shell> curl --data-binary @- --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" : "1447745501",
|
|
"edgeDefinitions" : [
|
|
{
|
|
"collection" : "relation",
|
|
"from" : [
|
|
"female",
|
|
"male"
|
|
],
|
|
"to" : [
|
|
"female",
|
|
"male"
|
|
]
|
|
}
|
|
],
|
|
"orphanCollections" : [ ]
|
|
},
|
|
{
|
|
"_id" : "_graphs/routeplanner",
|
|
"_key" : "routeplanner",
|
|
"_rev" : "1452070877",
|
|
"orphanCollections" : [ ],
|
|
"edgeDefinitions" : [
|
|
{
|
|
"collection" : "germanHighway",
|
|
"from" : [
|
|
"germanCity"
|
|
],
|
|
"to" : [
|
|
"germanCity"
|
|
]
|
|
},
|
|
{
|
|
"collection" : "frenchHighway",
|
|
"from" : [
|
|
"frenchCity"
|
|
],
|
|
"to" : [
|
|
"frenchCity"
|
|
]
|
|
},
|
|
{
|
|
"collection" : "internationalHighway",
|
|
"from" : [
|
|
"frenchCity",
|
|
"germanCity"
|
|
],
|
|
"to" : [
|
|
"frenchCity",
|
|
"germanCity"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|