xdmp.keystoreSynchronize

xdmp.keystoreSynchronize(
   [hostid as (Number|String)[]]
) as null

Summary

Synchronize the Keystore's cache containing the keys used for encryption and decryption. Returns empty-sequence(). Throws exception if the caller doesn't have the required privilege or the specified host is offline or not found.

Parameters
hostid The IDs of the hosts to synchronize. If none, then only localhost will be synchronized.

Example

xdmp.keystoreSynchronize(xdmp.hosts())
=> ()
Powered by MarkLogic Server | Terms of Use | Privacy Policy