How to sync CMDB data present in one ServiceNow instance to another ServiceNow instance?

Venkatesh4
Tera Expert

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

1 ACCEPTED SOLUTION

Rahul Priyadars
Giga Sage
Giga Sage

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.

View solution in original post

1 REPLY 1

Rahul Priyadars
Giga Sage
Giga Sage

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.