not_implemented

Create new `Job`

Create new Job

post/v1/jobs

Request body

uploadSizeinteger

Total size of the upload

uploadIdstring

ID of an Upload object to associate with the job

uploadFilesobject

Key/value pairs of upload files and their md5s

softwarePackageIdsstring[]

List of software package object IDs for the job to use

scoutFramesstring

Frames which should be executed first (all other frames will wait for the user to enqueue)

projectstring

Name of the project this job belongs to

priorityinteger

Priority of this job (0-999)

paddinginteger

Amount of padding for frame numbers

ownerstring

Owner of the job

outputPathstring

Output directory on the user's system for generated artifacts

notifyobject

Dictionary of emails/slack ids to notify on job completion

metadataIdstring

ID of a Metadata object to attach to a job

metadataobject

Metadata key/value pairs to tag job with

machineFlavorstring

Flavor of instance to execute on ("standard", "highmem", "highcpu")

locationstring

Location for upload/download steering

localUploadstring

Whether the job dependencies will be uploaded locally or not

jobTitlestring

UI display title for the job

frameRangestring

List of frames to execute

environmentobject

Environment variable key/value pairs for the execution environment

coresinteger

Number of cores the executing instance should have

commandstring

Command to run

chunkSizeinteger

Number of frames per task

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.