Edit Event Table | RESTful API | Teradata Data Mover - Edit Event Table (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

Edit the username and password for an existing event table using the following URL and method:
Item Description
URL /datamover/event-tables/event-table-id
Method PUT

Request Parameters

host_user_name
Description: New Teradata username to use for accessing the event table
JSON Data Type: String
Required: No
host_user_password
Description: New password to use for accessing the event table
JSON Data Type: String
Required: No

Response Parameters

message
Description: Message explaining success or failure
JSON Data Type: String

Response Examples

{
"message" : "Updated password for User st_stg_dm_user. Updated User Name to st_stg_dm_user2 "
}
{
"message" : "Must provide host_user_name and/or host_user_password."
}
{
"message" : "Error: Event Table With event_table_name dummy Not Found "
}