Loading TOC...

admin.hostNeedRenewXdqpCertificate

admin.hostNeedRenewXdqpCertificate(
   config as element(configuration),
   duration as xs.duration?
) as Sequence

Summary

This function returns a list of hostid where the xdqp host certificate will expire within the specified duration

Parameters
config A configuration specification, typically as returned from one of the Admin module functions.
duration The duration that the xdqp host certificate will expire. The default is 3 months.

Example


const admin = require('/MarkLogic/admin.xqy');
const config = admin.getConfiguration()
admin.hostNeedRenewXdqpCertificate(config, xs.yearMonthDuration("P3M"))
     

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