ServiceNow Integration with BigFix

rajeev_vunukond
Kilo Contributor

Hello everyone, We are planning to integrate BigFix software data with ServiceNow discovered software data. Now, we need some guide lines on how to perform this integration so we can plan for the requirement.

Response is appreciated.

Thank you,

Rajeev Vunukonda

3 REPLIES 3

balaji_charapal
Kilo Guru

Hi


We implemented it differently.



1. We have pulled everything from BigFix


2. we used Rest API to connect BgiFix API


3. ServiceNow proactively retrieves CI information to create Change request for each CI for patching based on CI patching schedule


4. We periodically checks BigFix for patching progress


5. We push approvals from each CI using FTP (text approval file for all CIs which are approved to be apply patch)


6. We used MIDServer for Rest calls to BigFix


7. We could successfully completed Integration to exchange information across BigFix and ServiceNow



BigFix had lot of limitations and scripting for a two way integration. So we achieved everything to be pulled from ServiceNow



Please refer below link for more information


Service now Integration with IBM Big Fix


Hello Balaji, We are planning to integrate Software Asset management from BigFix to ServiceNow, can you help me with the guidelines?