TDWMListWDs 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
REPLACE FUNCTION TDWM.TDWMListWDs (
  EnabledOnly VARCHAR(1) CHARACTER SET LATIN
) RETURNS TABLE (
    RuleSetId   INTEGER,
    EnabledFlag VARCHAR(10) CHARACTER SET LATIN,
    WDId        INTEGER,
    WDName      VARCHAR(128) CHARACTER SET UNICODE
  )
  ...
;

Syntax Elements

EnabledOnly
Enabled workload names.
The values, Y and N, return enabled WDs only.
RuleSetId
Rule set in which the WD is located.
EnabledFlag
Indicator that the WDs specified are enabled.
WDId
WD ID.
WDName
WD ID.
WDName
Name of the WD.