List all the tables in the database:

Method : GET

URI : /db/<dbname>/list

Example

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

Response

{
   "tables":[
      "_sys_graph_meta_",
      "_api_key_tbl",
      "_sys_stream_meta_",
      "_sys_dashboard_doc_tbl",
      "_sys_schema_meta_",
      "_sys_user_dashboard_tbl",
      "_sys_user_server_tbl",
      "_sys_sw_mgr_idx_tbl",
      "_attr_slot_uc",
      "_sys_notif_meta_tbl",
      "_slot_attr_c",
      "_bucket_info_billing",
      "_slot_attr_sv_rs",
      "ml_pred_train_housekeep_tbl",
      "_sys_user_activity_log_tbl",
      "_sys_entity_table_",
      "_attr_slot_tv_rs",
      "ml_bucket_info",
      "_attr_slot_sv_rs",
      "bangdb_udf_bucket",
      "_attr_slot_c",
      "_sys_user_tbl",
      "ml_pred_housekeep_tbl",
      "user_service_media_bucket",
      "_sys_notif_tbl_2",
      "_sys_bangdb_rs_meta_tbl",
      "_sys_attr_stats_tbl",
      "_sys_notif_tbl_1",
      "_slot_attr_uc",
      "_sys_sw_mgr_tbl",
      "_sys_stream_schema_",
      "_slot_attr_tv_rs"
   ],
   "num_tables":32
}