概要
次のURLとメソッドを使用して、既存のイベント テーブルのユーザー名とパスワードを編集します。
| アイテム | 説明 | ||
|---|---|---|---|
| URL | /datamover/event-tables/event-table-id | ||
| メソッド | PUT | ||
リクエストのパラメータ
- host_user_name
- 説明: イベント テーブルへのアクセスに使用する新しいTeradataユーザー名
- host_user_password
- 説明: イベント テーブルへのアクセスに使用する新しいパスワード
応答のパラメータ
- message
- 説明: 成功または失敗を説明するメッセージ
応答の例
{
"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 "
}