xdmp.clusterName

xdmp.clusterName(
   [id as (Number|String)]
) as String

Summary

Returns the name of the cluster with the specified ID. Returns the name of the current cluster if no ID is specified.

Parameters
id The ID of the cluster. The default value is the ID of the current cluster.

Example

xdmp.clusterName();
=> "San Francisco"
Powered by MarkLogic Server | Terms of Use | Privacy Policy