Target Start - Teradata Listener

Teradata® Listener™ User Guide

Product
Teradata Listener
Release Number
2.06
Published
August 2019
Language
English (United States)
Last Update
2019-08-30
dita:mapPath
yng1555531055816.ditamap
dita:ditavalPath
boe1555608925945.ditaval
dita:id
B035-2910
Product Category
Analytical Ecosystem

When starting the target, it deploys a new writer that pulls data from the stream and writes it to the target. If applicable, it confirms target columns are valid before starting or sends an error if they are not valid. Only an owner or administrator can start a target.

Definition

PUT https://CLUSTER.DOMAIN/listener/appservices/targets/{target_id}/start HTTP/1.1

Example Request

curl \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer TOKEN" \
  -X PUT \
  -i \
  https://CLUSTER.DOMAIN/listener/appservices/targets/758fbda4-accc-4f90-8f09-cc0a164c8c28/start

Example Response

HTTP/1.1 200 OK

Response Codes

Code Description
200 Target successfully started.
400 Target settings may be invalid, such as incorrect mapping settings or permissions, which prevents the writer from starting.
401 Authorization header not found.
404 Resource not found.