
flexrep:pull-get-all() as element(flexrep:pull)*
This function returns the pull replication configurations for all of the domains.
(: Execute against a Master database. :)
xquery version "1.0-ml";
import module namespace flexrep = "http://marklogic.com/xdmp/flexible-replication"
at "/MarkLogic/flexrep.xqy";
flexrep:pull-get-all()
(: Returns the Pull Configurations for all of the domains. :)
http://marklogic.com/xdmp/privileges/flexrep-admin