Configuration Script

When you set Configuration Mode property to Configuration Script, a JSON file (configuration file) defines the endpoints for an API.

This is prepared based on a template and uploaded as a Script property. Configuration exposes specific APIs in a user-friendly way, hiding all the implementation details from a user. Discovery is fully supported (enumerating endpoints and importing JSON templates for requests and responses).

The capabilities of the Configuration Script are as follows:
  • All functionality available in Generic mode is available in the Configured Script mode.
  • APIs often require multiple calls to achieve a task. For example: Logon to get a token and use it subsequently.
  • Configurations allow for chaining of calls and information exchange between calls.
  • Filter response data to include or exclude elements.
  • Convert XML to JSON and JSON to XML.
  • JSON templates for requests and replies.