Hi everyone,
Can I use REST API Resources available on BigFix to integrate with another API?
Hi everyone,
Can I use REST API Resources available on BigFix to integrate with another API?
Yes - that’s what they’re there for.
Generally you would write (or contract us to write) an application to that would use the BigFix REST API and the other application’s API to build an integration between them.
BigFix is a consumer of REST, not generally a driver of another product’s API. For instance there’s no configuration to “call X API every time an Action is sent” or event-driven methods like that.
Hi Jason,
Nice! And after I configure the BigFix to consume REST API, using information that I got there, is possible to build scripts to manipulate data in the BigFix?
Thanks!
Yes, a starting point is at https://developer.bigfix.com/rest-api/
You can create, edit, export Fixlets, take Actions, create Properties, etc.