Loading TOC...

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)

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