Jump to content
We've recently updated our Privacy Statement, available here ×

Using REST v2 API to create/List MongoDB Data Source


brommycanary
Go to solution Solved by brommycanary,

Recommended Posts

Hi,

I'm trying to add a new MongoDB Datasource via REST v2 Webservers. I have successfully added a MySQL source, but cannot find any documentation or guidance on how to add a MongoDB source. I'm assuming it is similar but I am unsure as to the 'driverClass' to provide?

Can anyone provide any help or guidance on where in the documentation to look?

Thanks,

Chris

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution

I managed to work it out in the end. You provide the following:

  • 'dataSourceName' as 'MongoDbDataSource'
  • 'connectionType' as 'application/repository.customDataSource+json'
  • 'properties' array containing a KVP of 'mongoURI' as the connection URL for the Mongo DB

And the content-Type in the header as 'application/repository.customDataSource+json'.

That then all worked!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...