Creates a new job execution
POST {{baseUrl}}/jobs
Creates a new job execution based on the model identifier. This endpoint offers the possibility of running a model or an algorithms just one time without the need of providing a schedule string The inputFolderId and outputFolderId are identifiers of data sources provided by Data Exchange module.
Request Body
[{"name"=>"modelId", "value"=>"<uuid>", "datatype"=>"string"}, {"name"=>"configurationId", "value"=>"<uuid>", "datatype"=>"string"}, {"name"=>"inputFolderId", "value"=>"<uuid>", "datatype"=>"string"}, {"name"=>"outputFolderId", "value"=>"<uuid>", "datatype"=>"string"}, {"name"=>"maximumExecutionTimeInSeconds", "value"=>"<int64>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |