v1

latestSwagger 2.02026-07-172810.6 KB
dataflow

Push the configuration of running dataflows.

In order to ensure business continuity, Logisland will contact the third party application in order to push a snapshot of the current configuration. The endpoint will be called:

  • On a regular basis (according to logisland configuration).
  • Each time the a dataflow or a pipeline configuration change has been applied.

This service can be seen as well as a liveness ping.

post/dataflows/{dataflowName}

Path parameters

jobIdstring required

logisland job id (aka the engine name)

Request body

lastModifiedstring date-time required

the last modified timestamp of this pipeline (used to trigger changes).

modificationReasonstring

Can be used to document latest changeset.

Response

The server should return HTTP 200 OK. By the way, the response is ignored by Logisland since the operation has a fire and forget nature.