Database Credentials REST APIs | Supported Operations | Teradata Viewpoint - Supported Operations - Teradata Data Lab - Teradata Viewpoint

Teradata® Viewpoint and Teradata® Data Lab API Reference Guide - 24.04

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Lab
Teradata Viewpoint
Release Number
24.04
Published
April 2024
ft:locale
en-US
ft:lastEdition
2024-04-29
dita:mapPath
qko1711972084905.ditamap
dita:ditavalPath
ft:empty
dita:id
prd1525780132746
lifecycle
latest
Product Category
Analytical Ecosystem
HTTP URL Parameters Description Response
POST /api/public/monitored_systems/{system_id}/logins
Required parameters
  • user_name: name of DBC user (not relevant for PDCR type)
  • password: password of the user
Optional parameters
  • account_string: account string
  • auth_mech: DEFAULT/LDAP/TD2
Adds Login details to an existing Viewpoint monitored system. The allowed loginType is TERADATA. When successful, a 201 response code
PUT /api/public/monitored_systems/{system_id}/logins/{username}
Required parameters
  • password: password of the user
  • login_type: PDCR/TERADATA/TDWM/STATS/MAPS
Optional parameters
  • account_string: account string
  • auth_mech: DEFAULT/LDAP/TD2

Provides details about a user based on system_id and userName.

When successful, a 200 response code
GET /api/public/monitored_systems/{system_id}/logins/{username}   Updates an existing user login associated with a Teradata system from Viewpoint. Returns a login.Type Object
DELETE /api/public/monitored_systems/{system_id}/logins/{username}   Removes an existing user login associated with a Teradata system from Viewpoint. Allowed LoginType is TERADATA. When successful, a 200 response code