Loading TOC...

alert.ruleGetId

alert.ruleGetId(
   rule as Object
) as (Number|String)

Summary

This function returns the ID of a given rule.

Parameters
rule The representation of a rule.

Example

  const alert = require("/MarkLogic/alert.xqy");

  alert.ruleGetId(
        alert.getAllRules("http://acme.com/alert/message-board", cts.wordQuery("dna"))[0])
  => 4506868239885649353
  

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.