alert.ruleActionQuery( actions as String[] ) as cts.query
This function creates a query to find rules
with any of the specified actions. Returns a query
be passed to
alert.getMyRules
or
alert.getAllRules
.
Parameters | |
---|---|
actions | A list of action names for the rules to be retrieved. |
const alert = require("/MarkLogic/alert.xqy"); alert.getAllRules("http://acme.com/alert/message-board", alert.ruleActionQuery(["sms"])) =>Returns the rule with action "sms"