TDWMManageRule 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 PROCEDURE TDWM.TDWMManageRule (
  IN RulesetName TD_ANYTYPE,
  IN RuleName TD_ANYTYPE,
  IN Operation CHAR(1) CHARACTER SET LATIN
)
  ...
;

Syntax Elements

RulesetName
Name of the ruleset that contains the RuleName. Use 'ALLRULESETS' to enable the specified rule in all existing rulesets. Cannot be null and its length must be between 1 and 30.
RuleName
Name of the rule to be managed. A combination of RulesetName and RuleName uniquely identifies a specific throttle or an arrival rate meter. The specified name must be unique among all existing TASM rules: throttles, arrival rate meters, workloads, filters, and so on. Cannot be null and the length must be between 1 and 30.
Operation
  • 'E' = enable
  • 'D' = disable