- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 12:57 PM
Hello Friends,
We have a OTB service graph connector for one of our system which pulls the data over REST API from third party system and populates the import set table and then Robust Transform Engines are triggered to process the data.
Here using the guided setup, we are able to point the integration to the single instance, but we have 3 such instances and want to point to them so that data would be pulled from all of them and same RTEs triggered. Under the hood, Service Graph connector makes use of the data source to pull the data over REST API, so i am thinking if I play around with the data loader script/script includes, i should be able to achieve the same.
Any thoughts or better way of doing?
Thanks,
Rahul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2024 08:04 PM
If you are looking to pull data from multiple third-party instances, you should be able to do so by configuring connections for each one of them and create new data sources and scheduled import jobs using each of those connections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2024 08:04 PM
If you are looking to pull data from multiple third-party instances, you should be able to do so by configuring connections for each one of them and create new data sources and scheduled import jobs using each of those connections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2024 01:40 AM
Hi @rahulyamgar ,
This is possible, you need to create multiple datasources with unique names (its can be created by just providing the prefix of the datasource and the sysyem will automatically create all the datasources for you...) and also create multiple connections and credentials. By doing so you can pull data from multiple instances and update the cmdb records.
I hope this helps...
Let me know if any other info needed..
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....