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

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

Product
Teradata Data Lab
Teradata Viewpoint
Release Number
22.10
Published
October 2022
Language
English (United States)
Last Update
2022-10-20
dita:mapPath
ejp1661857287902.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2215
lifecycle
previous
Product Category
Analytical Ecosystem
HTTP URL Parameters Description Response
POST /api/public/monitoredSystems/{systemId}/logins
Required parameters
  • username: name of DBC user (not relevant for PDCR type)
  • password: password of the user
Optional parameters
  • accountString: account string
  • authMech: 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/monitoredSystems/{systemId}/logins/{username}
Required parameters
  • password: password of the user
  • loginType: PDCR/TERADATA/TDWM/STATS/MAPS
Optional parameters
  • accountString: account string
  • authMech: DEFAULT/LDAP/TD2

Provides details about a user based on systemId and userName.

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