How can I check for new and updated CMDB records from an external source?

fmaccioni
Tera Contributor

I am developing an integration with an external source and would like to verify the records that have been created or updated by the external source in the CMDB.
I'm pushing the updates from the external source using a new Discovery Source and using the IRE APIs


How can I check for new and updated CMDB records from that external source?

Is there an API as well?

1 ACCEPTED SOLUTION

You can use the CMDB 360 feature to track how the CMDB data is getting updated from multiple data sources. This can be accessed from the 'CMDB 360' tab of CMDB workspace. Following are the pre-requisites for CMDB 360:

1. ITOM Discovery License (com.snc.itom.discovery.license) plugin needs to be installed

2. Multisource CMDB system property (glide.identification_engine.multisource_enabled) is set to true

 

The following URL has more details about this feature:

https://docs.servicenow.com/bundle/utah-servicenow-platform/page/product/configuration-management/co...

View solution in original post

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @fmaccioni 

 

https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/configuration-manageme...

 

https://www.servicenow.com/community/cmdb-articles/new-cmdb-360-feature-available-in-cmdb-workspace-...

 

Activate the plugins in PDI and have a look. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Hi @Dr Atul G- LNG , thanks for the info!