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
Example response
{
"template": "template1"
}