Overview
Update the priority for running jobs using the following URL and method:
Item | Description | ||
---|---|---|---|
URL | /datamover/executingJobs/job-name/priority | ||
Method | PUT |
Request Parameters
- job_priority
- Description: New job priority value
Response Parameters
- message
- Description: Message explaining failure, no message for successful update
Response Examples
{ "message" : "Must provide job_priority." }
{ "message" : "Can not find the job in the queue, not updating job priority" }