REST API Security | Teradata Viewpoint - REST API Security - Teradata Viewpoint - Teradata Data Lab

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

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Data Lab
Teradata Viewpoint
Release Number
23.04
Published
April 2023
ft:locale
en-US
ft:lastEdition
2023-05-05
dita:mapPath
tvo1678987866029.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2215
lifecycle
previous
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>