Skip to main content

Get help for ARIS Process Mining functions and services

Create a new ingestion cycle

Creates a new ingestion cycle.

Note that an ingestion cycle is created EITHER for starting a data load OR uploading data, but not for both at the same time.

POST /api/pub/dataIngestion/v1/dataSets/{dataSet}/ingestionCycles

Input: DataIngestionCycle containing

  • either SourceTableDefinitions based on the existing, fully configured data sources to update. You can specify any identifier. The other properties are optional and will be ignored.

  • or a Boolean flag that indicates to start a data load. Specifying a list of source table definitions and setting the Boolean flag to true is not supported at this time. If you must run an upload after a data load, you must perform those separately as two data ingestion cycles.

You must specify the input in the response body. In the case of data load, you must set "dataLoadTriggered" to true in the response body as follows:

{
"dataLoadTriggered": true
}

Output: New DataIngestionCycle