Databases
APIs for databases management
📄️ Get database list
Get list of configured databases
📄️ Create Database
Create a new database
📄️ Delete Database List
Delete multiple items
📄️ Batch Update Database List
Batch update multiple items with partial fields
📄️ Get database metrics
Get performance metrics for all databases
📄️ Get database by ID
Get database configuration details by ID
📄️ Replace Database by ID
Replace a database by ID (full update)
📄️ Delete Database by ID
Delete an item by ID
📄️ Update database by ID
Update database configuration by ID
📄️ Get Database Column Types
Get the column types of a database
📄️ Test database connection
Test connection to a configured database
📄️ Export Database
Export a database
📄️ Get Database Export
Get the export of a database
📄️ Get Database Export Download
Get the download of a database export
📄️ Get database metadata
Get metadata for a database
📄️ Get Database Current Metrics by ID
Get the current metrics of a database
📄️ Get Database Time Range Metrics by ID
Get the time range metrics of a database
📄️ Get Database ORM Compatibility
Check ORM compatibility for a database
📄️ Initialize Database ORM
Initialize ORM settings for a database
📄️ Get Database ORM Status
Get the ORM status of a database
📄️ Update Database ORM Status
Enable or disable ORM for a database
📄️ Query Database
Query a database
📄️ Create Database Table
Create a new table of a database
📄️ Get Database Table Data
Get the data of a table of a database
📄️ Create Database Table Data
Create a new table of a database
📄️ Get Database Table Data with Filter
Get the data of a table of a database with filter
📄️ Drop Database Table
Drop a table of a database
📄️ Get Database Table Metadata
Get the metadata of a table of a database
📄️ Get Database Table Metadata with Filter
Get the metadata of a table of a database with filter
📄️ Modify Database Table
Modify a table of a database
📄️ Rename Database Table
Rename a table of a database