This API create a job for the engine
Example
aiware createJobForEngine EngineID=value X-Correlation-Id:value
Parameters
| Name | Type | Description | Notes |
|---|
| engineID | string | EngineID of node-red container request | [default to null] |
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| contentType | string | mimetype of the input file | [optional] [default to null] |
| fileName | binary | the input file contents | [optional] [default to null] |
| inputFileName | string | the original filename of the input file | [optional] [default to null] |
| parameterJSON | string | JSON stringified of map of field names and values if specified in job template | [optional] [default to null] |
| templateName | string | the engine job template to process the input file | [optional] [default to null] |
Return type
CreateJobForEngineResponse
Authorization
api_key
- Content-Type: multipart/form-data
- Accept: application/json