- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 09:54 PM
Hi All,
I was asked to implement Vulnerability Response for a client who manages their CMDB in a different ServiceNow instance.
The requirement is to sync that CMDB data in the new instance for VR implementation. Also this instance don't have discovery subscription.
The only approach I'm aware of is to establish an import set connection for each and every CMDB class and then import the data using transform map. However, this job requires a large number of transform scripts as well as additional validation.
Can someone provide a suitable method for bringing in CMDB data? or If you have come across similar work in the past, please let me know the method or process you used.
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 08:21 PM
Service Now IDR (Instance Data Replication) can be tried but it needs Subscription.
Direct P2P integration for data Replication Using REST APIs
I implemented similar requirement in one of MSP projects using Middleware called Dell Boomi . In Boomi Scheduled Jobs were written and Using REST API Get calls data is read from one System and Created/Updated in Target System. Here also Dell Boomi License is needed
Hope This helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 08:21 PM
Service Now IDR (Instance Data Replication) can be tried but it needs Subscription.
Direct P2P integration for data Replication Using REST APIs
I implemented similar requirement in one of MSP projects using Middleware called Dell Boomi . In Boomi Scheduled Jobs were written and Using REST API Get calls data is read from one System and Created/Updated in Target System. Here also Dell Boomi License is needed
Hope This helps.