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) 
    
Powered by MarkLogic Server | Terms of Use | Privacy Policy