data_tables
List the tables / collections / keys of a database on one of your servers — passwordless, over the same local-client path as data_query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Server id from hosts_list | |
| engine | No | Database engine on that server (default postgres) | |
| database | No | Database name (for sqlite: the .db file path) | |
| username | No | SSH login user (defaults to the tunnel's user, else root) |