API Outbound Data Integrations - Teradata Analytic Apps - Vantage Analyst

Vantage Analyst with Machine Learning Engine User Guide

Product
Teradata Analytic Apps
Vantage Analyst
Release Number
1.1
Published
December 2019
Language
English (United States)
Last Update
2020-08-06
dita:mapPath
ezh1551894635141.ditamap
dita:ditavalPath
wsp1565965728073.ditaval
dita:id
B035-3805
lifecycle
previous
Product Category
Teradata Vantage™

Outbound data integrations can be configured to send the data from the source table using a single API request or by iterating through objects with multiple API requests. The goal is to deliver lists of data to an external source using REST PUT, PATCH, POST methods (as defined in API connection specified in the data integration).

"execution_Id" and "object_ID" refer to the alignment of the data in the tables used to call the APIs. There is no filtering of execution_id. Everything in the table is formatted into a single request with an array of objects if “single request” is selected, and separated by object_id if “multiple requests” is selected. The default is multiple requests.
  • A single request will send a list of data in a single API call.
  • Multiple requests will call the API for each item in a list.