services
Create a data source or third-party service
Create a data source or third-party service [Deprecated].
post/groups/{groupId}/apps/{appId}/services
Request body
Example request
{
"name": "mongodb-datafederation",
"type": "datalake"
}Response
Successfully created.
Example response
{
"name": "mongodb-datafederation",
"type": "datalake"
}