flexrep.domainTargetStatuses

flexrep.domainTargetStatuses() as Sequence

Summary

This function returns the status for each domain target.

Example

const flexrep = require('/MarkLogic/flexrep');

  flexrep.domainTargetStatuses();

  // Returns the status for the targets in each domain configured for the database.
   

Required Privileges

http://marklogic.com/xdmp/privileges/flexrep-user

Powered by MarkLogic Server | Terms of Use | Privacy Policy