List Event Tables | RESTful API | Teradata Data Mover - List Event Tables (RESTful API) - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.00
Published
November 30, 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
gmn1574692806523.ditamap
dita:ditavalPath
cjo1509024828169.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

Overview

List the ID, host, and parent database of the event tables using the following URL and method:
Item Description
URL /datamover/event-tables
Method GET

Request Parameters

No specific request parameters required.

Response Parameters

event_table_id
Description: Event table ID
JSON Data Type: String
event_table_host
Description: Name of the Teradata system where the event table is located
JSON Data Type: String
event_table_parent_database
Description: Name of the parent database for event table
JSON Data Type: String
host_user_name
Description: User name used to connect to the host where the event table is located
JSON Data Type: String

Response Examples

[
{
  "event_table_id" : "event1",
  "event_table_host" : "td1",
  "event_table_parent_database" : "parentdb1",
  "host_user_name" : "user1"
},
{
  "event_table_id" : "event2",
  "event_table_host" : "td2",
  "event_table_parent_database" : "parentdb1",
  "host_user_name" : "user2"
}
]