DLC Transactions

You can load and unload data in ActivePivot by invoking the DLC REST web-service.

REST URL:

 http://<hostname>:<port>/<app-context>/services/connectors/rest/dlc/<rest-version>/execute

(The hostname, port, app-context and REST-version and would vary based on the deployment)

HTTP Method: POST

Loading Data can be done from a variety of sources like csv and jdbc or messaging sources.

It is also possible to unload data if your data changes throughout the day.

Your calls to load data will also generate responses which will inform you if the load has succeeded or not.

List of events currently supported

Each event inside the list of events in response, contains an eventType field. The possible event types that can be expected are:

  1. LOAD_SUMMARY
  2. PARSING_EXCEPTION
  3. MISC_INFO
  4. UNLOAD
  5. NO_STATUS
  6. SUMMARY
  7. EXCEPTION
search.js