Jobs

Operations for jobs

Start the job with the given name and group name. The job will only be started, if it is not already running.

post

Required Roles: ApiJobs

Authorizations
AuthorizationstringRequired
Query parameters
jobGroupstringRequired
jobNamestringRequired
Responses
chevron-right
200

OK

application/json
errorMessagestringOptional

The error message describing why the job could not be completed.

jobGroupstringOptional

The group of the triggered job.

jobNamestringOptional

The name of the triggered job.

statusstring · enumRequired

Results of the attempt to trigger the job.

Possible values:
post
/rest/v5/jobs/startJob

Start the jobs with the given group name. A job will only be started, if it is not already running.

post

Required Roles: ApiJobs

Authorizations
AuthorizationstringRequired
Query parameters
jobGroupstringRequired
Responses
chevron-right
200

OK

application/json
errorMessagestringOptional

The error message describing why the job could not be completed.

jobGroupstringOptional

The group of the triggered job.

jobNamestringOptional

The name of the triggered job.

statusstring · enumRequired

Results of the attempt to trigger the job.

Possible values:
post
/rest/v5/jobs/startJobsWithGroupName

Start the jobs with the given name. A job will only be started, if it is not already running.

post

Required Roles: ApiJobs

Authorizations
AuthorizationstringRequired
Query parameters
jobNamestringRequired
Responses
chevron-right
200

OK

application/json
errorMessagestringOptional

The error message describing why the job could not be completed.

jobGroupstringOptional

The group of the triggered job.

jobNamestringOptional

The name of the triggered job.

statusstring · enumRequired

Results of the attempt to trigger the job.

Possible values:
post
/rest/v5/jobs/startJobsWithName

Last updated

Was this helpful?