This API can be used to create a new datasource. Currently the certified types are MySQL
, Oracle
, Postgres
, SQL Server
, Redshift
, Teradata
and Snowflake
. Note: Use the host/port
or uri
field to setup the datasource. The uri
field can be used to store the jdbc uri connection string.
xxxxxxxxxx
12curl --request POST \
--url https://alation_domain/integration/v1/datasource/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"deployment_setup_complete": true,
"private": false,
"is_virtual": false,
"is_hidden": false
}
'