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

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

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Lab
Teradata Viewpoint
Release Number
23.04
Published
April 2023
Language
English (United States)
Last Update
2023-05-05
dita:mapPath
tvo1678987866029.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2215
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>