Loading TOC...

alert.configGet

alert.configGet(
   uri as String
) as Object

Summary

Gets the config associated with the specified URI. The user must have the alert-user privilege to call this function.

Parameters
uri The URI of the alerting configuration.

Example

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

  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.