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 - 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
HTTP Method URL Parameters Description Response
GET /api/public/ssl /certificates (none) Provides a list of the installed SSL certificates Array containing the list of SSL certificates installed
POST /api/public/ssl /certificate Required Parameters
  • alias: Name of the certificate
  • host_name: 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/certificate_file 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/certificate Required Parameters
  • alias: Name of the certificate
Removes an existing SSL certificate registered with a given alias name from the Certificates portlet (none)