ObjectList APIs Example - 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

This example creates a new object list and adds table MyDatabase.MyTable to it.

CALL Statement (Create Object List)

CALL TDSTATS.createobjectlistjson('{"ObjectListName":"MyObjList"}',jOut);

Result:

jOut
---------------------------------------------------------------------------
{"ObjectListId":1}

CALL Statement (Add Table)

CALL TDSTATS.AddObjectListEntryJSON('{"ObjectListName":"MyObjList","DatabaseName":"MyDatabase","ObjectName":"MyTable" }',jOut);