v1

latestSwagger 2.02026-07-13285166341.1 KB
JobRuns

Create a JobRun

Creates a JobRun. The body of the POST is the JobRun to create. The JobRunID will be assigned on creation of the JobRun. When successful, the response is the JobRunID. If unsuccessful, an appropriate ApiError is returned.

post/api/v2/jobRuns

Request body

JobRunIDinteger

The ID of this JobRun

JobIDinteger

The ID of the job that defines the run

Status'Ready' | 'InProgress' | 'Succeeded' | 'Cancelled' | 'Failed'

The status of this JobRun

StartDatestring date-time

The UTC date and time when the job started

EndDatestring date-time

The UTC date and time when the job completed

Response

OK

integer required