Update Job Priority | RESTful API | Teradata Data Mover - Update Job Priority (RESTful API) - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-06-16
dita:mapPath
fcu1619423186706.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

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
JSON Data Type: String of LOW, MEDIUM, or HIGH
Required: Yes

Response Parameters

message
Description: Message explaining failure, no message for successful update
JSON Data Type: String

Response Examples

{
    "message" : "Must provide job_priority."
}
{
	"message" : "Can not find the job in the queue, not updating job priority"
}