REST API Security | Teradata Viewpoint - REST API Security - 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
The REST client/user provides the Teradata Viewpoint username and password. The authentication information is passed using the HTTP header, where the username and password are separated by a colon and encoded in base64. An authentication header is required for every web service request that is sent.
HTTP Headers Value Example
Authorization Viewpoint Portal username and password in the format Basic <username>:<password> Basic dXNlcm5hbWU6cGFzc3dvcmQ= (where dXNlcm5hbWU6cGFzc3dvcmQ=is the base64 encoding of <username>:<password>
TD-Authorization Database system username and password in the format Basic <username>:<password>. (Required for Data Lab only.) Basic dXNlcm5hbWU6cGFzc3dvcmQ= (where dXNlcm5hbWU6cGFzc3dvcmQ=is the base64 encoding of <username>:<password>