Get the general configuration settings for an OCF data source, not including certain authentication settings. The information can be used to form the request body for the PATCH method.
xxxxxxxxxx
curl --request GET \
--url https://alation_domain/integration/v2/datasource/datasource_id/configuration/ \
--header 'accept: application/json'