Loading TOC...

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

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.