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:
- LOAD_SUMMARY
- PARSING_EXCEPTION
- MISC_INFO
- UNLOAD
- NO_STATUS
- SUMMARY
- EXCEPTION