Loading TOC...

xdmp:keystore-synchronize

xdmp:keystore-synchronize(
   [$hostid as xs:unsignedLong*]
) as empty-sequence()

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:keystore-synchronize(xdmp:hosts())
=> ()

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