Functions Module

The Functions are called by the Integration Management module of BigFix AEX. At the time of calling, the functions are passed input values in form of key/value pairs encapsulated in a JSON object called params. Similarly, the functions can return values back to the Integration Management module as output. These output values are used to respond back to the user. The functions can also modify the normal flow of messaging back to the user.

Operating the Functions Console

Users need to enable functions console from the master configuration for specific tenant.

Figure 1. Enable Function Console

Guidelines for each task

  1. To access functions Console, URL is https://tenant-url/admin#/functions
  2. This opens the function dashboard page.
    Figure 2. Function Page

Using this module, the user can perform multiple actions such as create new function action, edit, run, settings and view the logs of the action.