Viewpoint Sessions REST APIs | Supported Operations | Teradata Viewpoint - Supported Operations - Teradata Data Lab - Teradata Viewpoint

Teradata® Viewpoint and Teradata® Data Lab API Reference Guide - 23.04

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Lab
Teradata Viewpoint
Release Number
23.04
Published
April 2023
ft:locale
en-US
ft:lastEdition
2023-05-05
dita:mapPath
tvo1678987866029.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2215
Product Category
Analytical Ecosystem
HTTP Method URL Parameters and Path Variables Description Response
GET /api/public/systems/{systemId}/sessions
Path Variable
  • systemId: The id of the system
Optional Parameters
  • timestamp: Timestamp at which sessions are requested. Default is current server time.
  • state: The state in which sessions are. Default is All.
  • perPage: 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/{systemId}/sessions/{sessionNo}
Required Parameters
  • systemId: The id of the system
  • sessionNo: The number of the session
Optional Parameter
  • timestamp: Timestamp at which session details are requested. Default value is current server time.
  • showSql: Set to TRUE to display the SQL text of the session.
Returns information for the specified session number Details of a session