/api/datasources/{datasourceId}/structure
OK
curl -L \ --url '//api/datasources/{datasourceId}/structure'
{ "code": 1, "message": "text", "data": { "tables": [ { "type": "TABLE", "schema": "text", "name": "text", "columns": [ { "name": "text", "type": "text", "defaultValue": "text", "isAutogenerated": true } ], "keys": [ { "type": "text" } ] } ] }, "success": true }