AddObjectListEntry Syntax - Teradata VantageCloud Lake

Lake - Monitor Resources and Performance

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
wyu1683671641248.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
wyu1683671641248

API Definition

REPLACE PROCEDURE tdstats.AddObjectListEntryJSON
  (IN jIn JSON(3000) CHARACTER SET UNICODE,
   OUT jOut JSON(3000) CHARACTER SET UNICODE)

JSON Keys

JSON Key IN/OUT Data Type Description
ObjectListName IN VARCHAR(128) Name of already created list in which to add a new object entry.
ObjectListID IN BIGINT Optional numeric identifier of the list.
DatabaseName IN VARCHAR(128) Name of database to add to the list.
ObjectName IN VARCHAR(128) Optional name of individual table residing in DatabaseName to add to the list.

If NULL, all tables within DatabaseName will be in the list.

jOut OUT N/A Reserved for future use; no key values currently returned.