POST /source
[info] DEPRECATED
Use the Catalog API instead. The Source API will be removed in a future release.
Creates a new source.
Syntax
POST /api/v3/source
Request Input
source
The source object supplied must not contain any Dremio generated fields such id
or tag
.
Dremio supports multiple source types where each type has its own unique configuration configuration settings.
Response Output
source
Response Codes
401
- user does not have permission to create a source.409
- a source with the specified name already exists.