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

Teradata® Data Mover User Guide - 20.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.01
Published
November 2023
Language
English (United States)
Last Update
2023-12-05
dita:mapPath
hlv1700545853003.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
don1467241476387
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"
}