To open a table in the db:

Method : GET

URI : /db/<dbname>/<table_name>

Example

curl -X GET http://192.168.1.105:18080/db/mydb/my_table_test

Response

{
   "msg": "table is already open"
}