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 - 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 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)