update_job_steps RESTful API - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
kmo1482331935137.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

Overview

The update_job_steps RESTful API updates the steps for the specified job without starting or running the job using the following URL and method:
Item Description
URL /datamover/jobs/[job-name]/steps
Method PUT

Request Parameters

The update_job_steps RESTful API does not require specific request parameters.

Response Parameters

The update_job_steps RESTful API does not include specific response parameters.

Status Codes

If the command executes without error, the API returns status code 200 in the response header and nothing in the response body.

If an error occurs during execution, the API returns a non-200 status code in the response header and an error message in JSON format in the response body.

Response Example

{
    "error":"Job cannot be updated when the update command is being run with the same job name."
}