Web Interface using API

(imported topic written by cstoneba)

Before I go down this road, I was just curious if it is possible to build a web interface that would allow the deployment of custom fixlets/baselines? We want to give some operators BigFix access, but because of their limited use, we don’t want to have to train them on the console. So I thought a custom, simple, web interface would be nice.

(imported comment written by BenKus)

You can wrap out API as a simple web services:

http://support.bigfix.com/bes/misc/platformapi.html

Depending on how you use the API, it just becomes an exercise in creating properly formatted XML files…

Ben