Get environment details
Get environment details for a given table (system details):
Method : GET
URI : /db/<dbname>/<table_name>/tableenv
Example
curl -X GET http://192.168.1.105:18080/db/mydb/my_table_test
Response
{
"db_type":1,
"idx_type":2,
"key_sz":24,
"table_sz_hint":2,
"log_sz_mb":128,
"table_log_type":0,
"table_type":1,
"sort_method":2,
"sort_direction":3,
"key_type":1,
"sort_id":6,
"prim_data_type":2,
"table_subtype":5,
"wal_enabled":1,
"allow_duplicate":1,
"allow_rev_idx":0,
"version_type":1,
"ttlsec":0
}