post {protocol}://{base-url}/integration/v2/datasource/
This API can be used to create a new OCF datasource.
Responses
This API can be used to create a new OCF datasource.
xxxxxxxxxx
10curl --request POST \
--url https://alation_domain/integration/v2/datasource/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"private": false,
"is_hidden": false
}
'