
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 07:44 AM
Hello,
We have a requirement to activate 'Configuration Management For Scoped Apps ' plugin in sake of ScienceLogic integration. I read through the documentation but it doesn't gives me much information. I would like to understand how this plugin helpful to the existing system with an example and is there any cross impacts on existing CMDB? Thanks for your response.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 09:07 AM
Hi,
This plugin is related to cmdb identification and reconciliation. There are APIs used to keep the cmdb clean when importing data via script, prevent duplicate records, etc.
All the plugin would do is allow you to use the identification and reconciliation APIs within your scoped app, you'd just have to use the prefix sn_cmdb.IdentificationEngine.<method>.
You can see what the APIs are designed for here along with some examples of them in use if you click in to each individual API.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 09:07 AM
Hi,
This plugin is related to cmdb identification and reconciliation. There are APIs used to keep the cmdb clean when importing data via script, prevent duplicate records, etc.
All the plugin would do is allow you to use the identification and reconciliation APIs within your scoped app, you'd just have to use the prefix sn_cmdb.IdentificationEngine.<method>.
You can see what the APIs are designed for here along with some examples of them in use if you click in to each individual API.
Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 09:30 AM
Thanks for the reply Barbara. Do you know if there is any impact to CMDB if the plugin is activated? I really appreciate your answer on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 09:58 AM
I haven't used it, but it definitely should not impact the CMDB other than allowing the APIs use in scoped apps. So it wouldn't have any impact unless you scripted it to do something

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 10:10 AM
That make sense. Thank you very much!