admin.hostNeedRenewXdqpCertificate( config as element(configuration), duration as xs.duration? ) as Sequence
This function returns a list of hostid where the xdqp host certificate will expire within the specified duration
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration() admin.hostNeedRenewXdqpCertificate(config, xs.yearMonthDuration("P3M"))
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.