Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • meta:rid() - returns the ruleset ID of the current running ruleset.
  • meta:version()-returns the version of the currently running ruleset.
  • meta:callingRID()- returns the RID of the calling ruleset if running in a module, or the current ruleset ID otherwise.
  • meta:callingVersion()- returns the version of the calling ruleset if running in a module, or the current ruleset version otherwise.
  • meta:moduleRID()- returns the RID of the module if running in a module, or the current ruleset ID otherwise.
  • meta:moduleVersion()- returns the version of the module if running in a module, or the current ruleset version otherwise.
  • meta:inModule()- returns a Boolean value indicating whether the current code is running in a module.
  • meta:host() - returns the hostname of the rules engine evaluating the ruleset. Note: this is the public name, not the individual machine name. 
  • meta:rulesetName() - returns the name from the meta sections of the current ruleset
  • meta:rulesetAuthor() - returns the author from the meta sections of the current ruleset
  • meta:rulesetDescription() - returns the description  from the meta sections of the current ruleset
  • meta:ruleName() - returns the names of the rule being evaluated. 
  • meta:eci() - returns the event channel identifier on which the current event was raiseraised
  • meta:errorCount() - returns the number of errors for current rule execution. Reset to 0 for each new rule execution. 
  • meta:txnId() - return the transaction ID for the current evaluation. This is mostly useful for debugging. 

...