Loading TOC...

MarkLogic 12 EA 1 Product Documentation
alert.configGetTriggerIds

alert.configGetTriggerIds(
   config as Object
) as Array

Summary

This function returns the trigger IDs set in the specified alerting configuration.

Parameters
config The specified alerting configuration.

Example

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

  alert.configGetTriggerIds(alert.configGet("http://acme.com/alert/message-board"))
  

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