
flexrep.pullGetAll() as Sequence
This function returns the pull replication configurations for all of the domains.
//Execute against a Master database.
const flexrep = require('/MarkLogic/flexrep');
flexrep.pullGetAll();
// Returns the Pull Configurations for all of the domains.
http://marklogic.com/xdmp/privileges/flexrep-admin
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.