Hi, I am trying to integrate FleetDM with ServiceNow to bring asset data into CMDB table.

karthiksethu
Kilo Contributor

if someone has done this integration then please help with the steps and procedures.

4 REPLIES 4

Muhammad Salar
Giga Sage

Hi @karthiksethu 
Did you find any resolution?

Matthew_13
Kilo Sage

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

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?

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.