GET | Get a list of databases | /api/v1/database/ |
POST | Create a new database | /api/v1/database/ |
GET | Get metadata information about this API resource (database--info) | /api/v1/database/_info |
DELETE | Delete a database | /api/v1/database/{pk} |
GET | Get a database | /api/v1/database/{pk} |
PUT | Change a database | /api/v1/database/{pk} |
GET | Get all catalogs from a database | /api/v1/database/{pk}/catalogs/ |
GET | Get a database connection info | /api/v1/database/{pk}/connection |
GET | Get function names supported by a database | /api/v1/database/{pk}/function_names/ |
GET | Get charts and dashboards count associated to a database | /api/v1/database/{pk}/related_objects/ |
GET | The list of the database schemas where to upload information | /api/v1/database/{pk}/schemas_access_for_file_upload/ |
GET | Get all schemas from a database | /api/v1/database/{pk}/schemas/ |
GET | Get database select star for table (database-pk-select-star-table-name) | /api/v1/database/{pk}/select_star/{table_name}/ |
GET | Get database select star for table (database-pk-select-star-table-name-schema-name) | /api/v1/database/{pk}/select_star/{table_name}/{schema_name}/ |
DELETE | Delete a SSH tunnel | /api/v1/database/{pk}/ssh_tunnel/ |
POST | Re-sync all permissions for a database connection | /api/v1/database/{pk}/sync_permissions/ |
GET | Get table extra metadata (database-pk-table-extra-table-name-schema-name) | /api/v1/database/{pk}/table_extra/{table_name}/{schema_name}/ |
GET | Get table metadata | /api/v1/database/{pk}/table_metadata/ |
GET | Get table extra metadata (database-pk-table-metadata-extra) | /api/v1/database/{pk}/table_metadata/extra/ |
GET | Get database table metadata | /api/v1/database/{pk}/table/{table_name}/{schema_name}/ |
GET | Get a list of tables for given database | /api/v1/database/{pk}/tables/ |
POST | Upload a file to a database table | /api/v1/database/{pk}/upload/ |
POST | Validate arbitrary SQL | /api/v1/database/{pk}/validate_sql/ |
GET | Get names of databases currently available | /api/v1/database/available/ |
GET | Download database(s) and associated dataset(s) as a zip file | /api/v1/database/export/ |
POST | Import database(s) with associated datasets | /api/v1/database/import/ |
GET | Receive personal access tokens from OAuth2 | /api/v1/database/oauth2/ |
GET | Get related fields data (database-related-column-name) | /api/v1/database/related/{column_name} |
POST | Test a database connection | /api/v1/database/test_connection/ |
POST | Upload a file and returns file metadata | /api/v1/database/upload_metadata/ |
POST | Validate database connection parameters | /api/v1/database/validate_parameters/ |