admin.forestGetFailoverHosts( config as element(configuration), forest-id as (Number|String) ) as Sequence
This function returns the IDs of the hosts defined as failover hosts for this forest. The order in which the hosts IDs are returned is significant, with the first ID being the primary host, the second (if there is one) being the secondary, and so on.
http://marklogic.com/xdmp/privileges/admin/forest
http://marklogic.com/xdmp/privileges/admin/forest/{id}
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration() admin.forestGetFailoverHosts(config, admin.forestGetId(config, "test"))