概览
使用以下 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 "
}