Viewpoint SSL Certificates REST APIs | Supported Operations | Teradata Viewpoint - Supported Operations - 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
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
HTTP Method URL Parameters Description Response
GET /api/public/ssl/certificateList (none) Provides a list of the installed SSL certificates Array containing the list of SSL certificates installed
POST /api/public/ssl/installCertificate Required Parameters
  • alias: Name of the certificate
  • hostName: Host Name of the system where you need to install the certificate from.
Optional Parameter
  • port: Port of the system where you need to get the certificate from (Default: 9443)
Installs a SSL certification present on the Host System to the Certificates portlet. When successful, 201 response code with URI of created resource in the Location HTTP response header.

When unsuccessful, 4xx or 5xx response code with ReturnStatus object in the body.

POST /api/public/ssl/certificateFile Required Parameters
  • alias: Name of the certificate
  • file: The certificate file.
Installs a SSL certificate from the file uploaded to the Certificates portlet. When successful, 201 response code with URI of created resource in the Location HTTP response header.

When unsuccessful, 4xx or 5xx response code with ReturnStatus object in the body.

DELETE /api/public/ssl/removeCertificate Required Parameters
  • alias: Name of the certificate
Removes an existing SSL certificate registered with a given alias name from the Certificates portlet (none)