arangosh> db._routing.save({
........> url: "/hello/echo",
........> action: {
........> callback: "function(req,res) {res.statusCode=200; res.body='Hello'}"
........> }
........> });
{
"_id" : "_routing/8808",
"_key" : "8808",
"_rev" : "_U-_pSwe---"
}