Sources
Get source stream catalog
Discover and list available data streams from a source.
post/api/v1/project/{projectid}/sources/streams
Path parameters
projectidstring required
project id (default is 123)
Request body
Example request
{
"config": "{\"host\":\"localhost\",\"port\":5432}",
"job_id": 1,
"job_name": "my-sync-job",
"max_discover_threads": 50,
"name": "my-postgres-source",
"type": "postgres",
"version": "v0.2.7"
}Response
OK