Viewpoint System Metrics RESTful API Data Objects | Teradata Viewpoint - Data Objects - Teradata Data Lab - Teradata Viewpoint

Teradata® Viewpoint and Teradata® Data Lab API Reference Guide

Product
Teradata Data Lab
Teradata Viewpoint
Release Number
16.50
16.20
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
prd1525780132746.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2215
lifecycle
previous
Product Category
Analytical Ecosystem

MetricSourceWS

{
"metricName": "Active Sessions", //Metric name
"metricId": "ACTIVE_SESSIONS"   //Metric ID for given metric name
}

AggregatedTimebasedNumeric

{
"timestamp": 1624797540000, // Timestamp when the system metric was calculated "number": 1.25,
"max": 2,	// max value
"min": 1,	// min value
"avg": 1.25	// Average value
}

PortletMetricsDataMode

{
"title": "CPU System (sdl54560.labs.teradata)", // title of the metric
"variantType": null,	//The default variant to
use for the metric
"units": "percent",	//The metric's units
"factor": null,	//This attribute related to export data "group": "percent",		//The metric's units "sparklineModel": {..},
"selected": false,	//This metric belong to selected metric "metricData": [...]
}

sparklineModel

{
"securityDomain": null,
"userDefaultSettings": false,	// This attribute is UI attibutes value will be always false in APIs
"metric": "CPU_SYSTEM",			//Metric ID for given metric "systemID": 8,	//Internal ID of the monitored system "unitName": "percent",		//The metric's units
"verticalAxisMax": null,	//This attribute is UI attributes
"threshold": null,	//The threshold value for the SLA line of the sparkline widget "enabled": false,	//This value will always false for APIs
"metricName": "CPU System",		//Metric name for given metricID "unitLabel": null	//i18n label for the unit
}