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

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

  alert.configGet("http://acme.com/alert/message-board")
  
Powered by MarkLogic Server | Terms of Use | Privacy Policy