Create a datasource
Create a datasource
Create a new datasource. The request body contains the datasource configuration properties, which depend on the connector type.
-
Use
/connectors/pluginsto get the list of installed connector types. -
Use
/connectors/schema/{type}to get the configuration properties for the connector type you want to use.
POST
Create a datasource
Query Parameters
Indicates if the configuration should be created (persisted) or just validated.
The context of resource. It usually is the app inside which the resource is created.
Body
application/json
The body is of type object.
Response
201 - application/json
Created
The response is of type object.