Start the data load
If the data set is ready for data load, create a data ingestion cycle to start the data load using the following HTTP request.
POST "https://<hostname>/mining/api/pub/dataIngestion/v1/dataSets/<data set>/ingestionCycles"
You must send a request body to the server in the following form:
{
"dataLoadTriggered": true
}
The response for the call above returns the fully-formed data ingestion cycle. The initial state is INGESTING_DATA. The corresponding data load starts immediately.