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
Changes
Changed in 2 of the 2 revisions of this API.2
- ○
added the non-success response with the status
413response-non-success-status-added
- ○
- ○
removed the non-success response with the status
413response-non-success-status-removed
- ○