flexrep.remoteTargetStatus( pull as element(flexrep.pull) ) as element(flexrep.targetStatus)?
This function returns the status of the target in a pull replication configuration.
Parameters | |
---|---|
pull | The pull replication configuration containing the pull target (master database). |
// Execute on the Replica database. const flexrep = require('/MarkLogic/flexrep'); let pullConfig = flexrep.pullGetById(13991089731050212552); flexrep.remoteTargetStatus(pullConfig); // Returns the status of the master database from which replica is pulling // updates.
http://marklogic.com/xdmp/privileges/flexrep-user