Viewpoint System Health REST APIs | Supported Operations | Teradata Viewpoint - Supported Operations (v1) - 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 URL Parameters Description Response
GET /api/public/ system_health /systems (none) Provides a list of the installed SSL certificates Array containing the list of SSL certificates installed
GET /api/public/ system_health/ systems/{system_id}

Path Variable

system_id: The id of the system Optional Parameter

time: Timestamp to indicate point in time for when system health data must be provided. Defaults to the current time.

Provides the system health overview for a single system SystemHealthWs object
GET /api/public/ system_hyealth/ systems/{system_id} /descriptions

Path Variable

system_id: The id of the system

Provides a list of the configured system health descriptions for a single system Array of DescriptionWs objects
GET /api/public/ system_health/ systems/{system_id} /down_components

Path Variable

system_id: The id of the system Optional Parameter

time: Timestamp to indicate point in time for when system health data must be provided. Defaults to the current time.

Provides a list of the down components or services for a single system Array of DownComponentsWs objects
GET /api/public/ system_health/ systems/{system_id} /metrics

Path Variable

system_id: The id of the system Optional Parameters

start_time: Timestamp to indicate start time of range for which system health data must be provided

end_time: Timestamp to indicate end time of range for which system health data must be provided.

If neither parameter is provided, the current data point for each metric is returned. If both parameters are provided, the data points within the range will be returned. Specifying only one parameter or the other is not supported and an error is returned.

Provides the metric data for a single system Array of SystemHealthMetricsWs object
GET /api/public/ system_health/ systems/{system_id} /thresholds Path Variablesystem_id: The id of the system Provides a list of the configured thresholds for a single system Array of MetricThresholdWs objects