not_implemented

Create new `Task`

Create new Task

post/v1/tasks

Request body

uploadIdstring uri

Collection of files required for task

timeStartedstring

start time in Unix Epoch time format

timeFinishedstring

Finish time in Unix Epoch time format

taskLabelstring

Human friendly task id.

statusDescriptionstring

Description of current status.

statusstring

Current status of task.

selfLinkstring uri

Resource locator for this object

priorityinteger

Higher priority values will be selected first

jobLabelstring

Human friendly job id.

jobIdinteger

Job ID

idstring

Unique identifier for this Task

environmentobject

Collection of environment variables

commandstring

Command to execute

Response

Successful response

Changes