Cribl · Capability
Cribl Cloud API — Database Connections
Cribl Cloud API — Database Connections. 5 operations. Lead operation: List all database connections. Self-contained Naftiko capability covering one Cribl business surface.
What You Can Do
GET
Listdatabaseconnections
— List all database connections
/v1/system/database-connections
POST
Createdatabaseconnection
— Create a database connection
/v1/system/database-connections
GET
Getdatabaseconnection
— Get a database connection by ID
/v1/system/database-connections/{id}
PATCH
Updatedatabaseconnection
— Update a database connection
/v1/system/database-connections/{id}
DELETE
Deletedatabaseconnection
— Delete a database connection
/v1/system/database-connections/{id}
MCP Tools
list-all-database-connections
List all database connections
read-only
idempotent
create-database-connection
Create a database connection
get-database-connection-id
Get a database connection by ID
read-only
idempotent
update-database-connection
Update a database connection
idempotent
delete-database-connection
Delete a database connection
idempotent