概览
使用以下 URL 和方法更新运行作业的优先级︰
| 项 | 说明 | ||
|---|---|---|---|
| URL | /datamover/executingJobs/job-name/priority | ||
| 方法 | PUT | ||
请求参数
- job_priority
- 说明:新的作业优先级值
响应参数
- message
- 说明:用于说明失败的消息,如成功更新,则无任何消息
响应示例
{
"message" : "Must provide job_priority."
}
{
"message" : "Can not find the job in the queue, not updating job priority"
}