How to update ServiceNow CMDB from a Github repository?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2022 06:00 PM
I have a requirement wherein we are trying to update CMDB from Github repo.
I have thought of 2 ways
1. Using Integration hub Github spoke
2. Using Discovery
I would like to request for help on how to proceed with this requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2022 05:31 PM
Hi Sourabh,
We have something similar where we integrated with Gitlab. We have a repository containing YAML files and connected to this repo via MidServer. This integration was achieved by developing Custom Discovery Patterns and parsing the information received from YAML files into CMDB tables. Let me know if this is something you are looking for and I will provide sample steps we followed.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2026 01:49 PM
I would be interested in learning how you did this. Some examples of what we can gleen from github are not only an inventory of applications for the CMDB but also relationship mapping content such as what version of .NET whas the application certified/compiled to run. This will help to know which applications must be reviewed when that version of .NET goes end of life.