How to enforce IRE engine when manually entering/updating CMDB data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2022 04:45 AM
How to enforce IRE engine when manually entering/updating CMDB data?
Scenario - Many users are manually creating/updating CIs. I need to enforce IRE for this manual changes/updates.
PS - I just know that createOrUpdateCi() should be used. But looking for a end to end solution.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2022 09:24 AM
The best answer i can give is IntegrationHub ETL.
demo youtube link:- https://www.youtube.com/watch?v=YvsCY0M7JLw
In this Servicenow UI ,you no need to script to enforce IRE engine manually.
The ETL feature allow the payload to pass the IRE engine.
This UI by servicenow is easy to configure.
1. Select data from data source
2. select the target table for CMDB
3. select the identification rules you want for this data(by deafult it takes from ci class manager)
4. create/map relationshipo
5. execute and test your CIs
done and activate.
Please mark this answer as correct so that others can find it useful.
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2022 03:53 AM
You probably also want to consider activating the property: glide.asset.create_ci_with_ire
If the value is "true", the configuration item is created using IRE API when an asset is created.
To make sure all CIs are created via IRE requires making use of IntegrationHub EKL, setting the above property, and then for those transform maps that you cannot replace with IntegrationHub ETL, you need to update those Transform Maps to call the IRE:
https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/product/configuration-management/concept/identification-import-sets.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2022 11:35 PM
Thank you, it helped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2022 02:11 PM