Hi, I am trying to integrate FleetDM with ServiceNow to bring asset data into CMDB table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2025 11:59 AM
if someone has done this integration then please help with the steps and procedures.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @karthiksethu
Did you find any resolution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Use the FleetDM API or webhooks to export host data (JSON), and send it to a Scripted REST API (or IntegrationHub/Flow) in ServiceNow.
In that endpoint, parse the payload and upsert into CMDB tables (usually cmdb_ci_computer) using a unique key like hostname or UUID, via a Transform Map or custom script. This should do the trick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @Matthew_13
I have already done this which you have described but i want to do it like in service graph connector so that data added in computers and all other relevant tables like model id asset etc, is it possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Yes—just use an import set + IRE-based transform map.
This lets your FleetDM data flow into cmdb_ci_computer, model, asset, etc. the same way a Service Graph connector does, without needing an actual SGC plugin.