This API can be used to update an existing datasource. Note: It is encouraged to update the jdbc connection string ie uri
field instead of updating host
and port
information.
xxxxxxxxxx
10curl --request PUT \
--url https://alation_domain/integration/v1/datasource/datasource_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"deployment_setup_complete": true,
"private": false
}
'