Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents

Table of Contents

Info
titleAvailability

Available starting with katl-commons SIL Engine™ 2.5.5.

Introduction

Starting with version 2.5.5, SIL Engine™ exposes a REST service to facilitate arbitrary execution of SIL SIL™ scripts. These services are available via HTTP POST at <your_base_url>/rest/keplerrominfo/refapp/latest/async-script and <your_base_url>/rest/keplerrominfo/refapp/latest/async. The service responses are all JSON formatted (see Beans below).

...

The following curl calls show how you would call SIL SIL™ scripts from your favourite system (that's Linux, I hope). The commands assume that username / password is 'admin'

Notice the way you pass multiple parameters to the SIL SIL™ scripts. The logic is the same, you post the script to start running asynchronously, then you come back later for the results.

...