
flexrep:configuration-get-alerting-uri( $cfg as element(flexrep:configuration) ) as xs:string?
Get the alerting URI associated with a FlexRep configuration.
| Parameters | |
|---|---|
| cfg | The replication configuration. |
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: Get the most useful answers to questions from the MarkLogic community, or ask your own question.