Loading TOC...

flexrep:configuration-get-alerting-uri

flexrep:configuration-get-alerting-uri(
   $cfg as element(flexrep:configuration)
) as xs:string?

Summary

Get the alerting URI associated with a FlexRep configuration.

Parameters
cfg The replication configuration.

Example


xquery version "1.0-ml"; 
 
import module namespace flexrep = "http://marklogic.com/xdmp/flexible-replication" 
      at "/MarkLogic/flexrep.xqy";

flexrep:configuration-get-alerting-uri($cfg) 
    

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