To open an existing graph table:

Method : GET

URI : /graph/<graph_table_name>

Example

curl -X GET http://192.168.1.105:18080/graph/mygraph

Response

{
   "msg": "success"
}