Viewpoint Query Log 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
lifecycle
previous
Product Category
Analytical Ecosystem
HTTP URL Parameters Description Response
GET /api/public/queryLog/flaggedQueries/ Optional parameter
  • systemId: integer; an id of the system the FlaggedQueries must be from
Retrieves a list of flagged queries for a system and user List of FlaggedQueries (if system)
GET /api/public/queryLog/flaggedQueries/{flagId} Path Variable
  • flagId: integer - the id of the flagged query
Retrieves a flagged query based on the provided flagId The FlaggedQuery identified by the provided flagId param
DELETE /api/public/queryLog/flaggedQueries/{flagId} Path Variable
  • flagId: integer - the id of the flagged query
Deletes a flagged query based on the provided flagId A "ReturnStatus" object providing a result message