I setup a simple way for our customers to access the BigFix API via my own API to streamline that process for them (and limit access). Part of that was to send actions with parameters. That all works fine with just fixlets/tasks. However, I just hit my head on creating actions on baselines (insert scowling & fist waving here). It works mostly, but the parameters part doesn’t work.
Is there a good way to accomplish this without having to rip apart the source fixlets, grabbing it’s info and submitting a custom action with the parameters there?