REST(I)

REST (I) is an API Task used for internal communication within AppViewX modules such as Device Management, Dashboard, Certificate, Firewall, Statistics, Accounts and so on. This involves using in-house AppViewX APIs.
  • Uses the session of the logged in user to make internal API calls
  • Option to define Action ID - an internal API that has to be defined in the database collection
  • Provision to pass the required payload.
  • Examples include:
    • Internal communication using ‘Add-device-API’ in order to add a new device through workflow
    • Internal communication using ‘Get unused Objects’ in order to retrieve unused object details from Insight through workflow.
Note: Relevant APIs have to be added into the database collection (visualworkflow_avxapi) in order to be consumed as Action ID via the REST (I) task.