PUT (Workflow Action) - Teradata Ecosystem Manager

Teradata® Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.20
Published
December 2020
Language
English (United States)
Last Update
2020-12-23
dita:mapPath
loa1512743917841.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
Product Category
Analytical Ecosystem

Status Code

A status code of 200 is returned on a successful completion. A non-200 status code is returned if an error occurs.

Example: Scheduling a workflow to run every day at 12:00 AM Pacific time

{
  "action_type": "Schedule",
  "schedule_cron": "0 7 * * *",
  "schedule_time_zone": "GMT-08:00"
}

Example: Undeploying a deployed workflow

{
"action_type": "Undeploy"
}