v14

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016793230.7 KB
secure

Pipelines Config Templates

Returns the YAML template describing the config for the specified db type.

get/api/v1/pipelines/config/templates/ingest/{db_type}

Path parameters

db_type'cassandra' | 'mariadb' | 'mongodb' | 'mysql' | 'oracle' | 'postgresql' | 'snowflake' | 'sqlserver' | 'spanner' | 'redis' required

Defines supported databases.

Query parameters

db_flavor'mongodb-atlas' | 'mongodb-replica-set' | 'mongodb-sharded-cluster'

Defines supported database flavors.

Optional database flavor

Response

Successful Response

templatestring required

Example response

{
  "template": "template1"
}