xdmp.keystoreSetCurrentHost

xdmp.keystoreSetCurrentHost(
   [hostname as String]
) as Boolean

Summary

Set current KMS host to the first one matching the user-specified name for all online MarkLogic nodes in the cluster. Returns true if the host is found in the configuration and the operation is complete on all hosts in the cluster; false otherwise.

Parameters
hostname Host name of the KMS. If omitted, the first KMS host is used.

Example

xdmp.keystoreSetCurrentHost("kms.marklogic.com")
=> true
Powered by MarkLogic Server | Terms of Use | Privacy Policy