Create a new job
Creates a new job with the provided details. The job will be associated with the user making the request.
Request Body — REQUIRED Job object to create | |||||
---|---|---|---|---|---|
id string | |||||
name string | |||||
description string | |||||
datasetId string — REQUIRED | |||||
executionMode stringPossible values: [ | |||||
schedule object
| |||||
status stringPossible values: [ | |||||
priority int32 | |||||
config object | |||||
json string | |||||
version string | |||||
active boolean | |||||
assetCreatedDate date-time | |||||
assetUpdatedDate date-time | |||||
createdTime int64 | |||||
updatedTime int64 | |||||
createdBy string | |||||
updatedBy string | |||||
owner string | |||||
tags string[] |
Responses | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Job successfully created
| ||||||||||||||||||||||||||
400 Invalid request or job data
| ||||||||||||||||||||||||||
401 Unauthorized access. |