xdmp.forestFailoverInfo

xdmp.forestFailoverInfo(
   id as (Number|String)
) as (Number|String)

Summary

Return a sequence of pair of the forest IDs and host IDs for the failover forests and hosts of the given forest.

Parameters
id A forest ID.

Example

xdmp.forestFailoverInfo(xdmp.forest("Documents"));
=> (628308917998312873,12928854608961648882)
Powered by MarkLogic Server | Terms of Use | Privacy Policy