Viewpoint Sessions 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 and Path Variables Description Response
GET /api/public/systems/{system_id}/sessions
Path Variable
  • system_id: The id of the system
Optional Parameters
  • time_stamp: Timestamp at which sessions are requested. Default is current server time.
  • state: The state in which sessions are. Default is All.
  • per_page: Number of sessions to return per page. Any number less than 1 will be interpreted as ALL. Default is 100. Maximum is 500.
  • page: The page number to return. Default is 1.
  • showSql: Set to TRUE to display the SQL text of each session.
Returns a list of all the sessions on a given Teradata system A list of sessions
GET /api/public/systems/{system_id}/sessions/{sessionNo}
Required Parameters
  • system_id: The id of the system
  • sessionNo: The number of the session
Optional Parameter
  • time_stamp: Timestamp at which session details are requested. Default value is current server time.
  • show_sql: Set to TRUE to display the SQL text of the session.
Returns information for the specified session number Details of a session