MarkLogic Server 11.0 Product Documentation
admin.hostNeedRenewXdqpCertificateadmin.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"))
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.