admin.groupGetTelemetryUsage( config as element(configuration), group-id as xs.unsignedLong ) as String
This function returns the Telemetry Usage enable setting for the specific group.
http://marklogic.com/xdmp/privileges/admin/group
http://marklogic.com/xdmp/privileges/admin/group/{id}
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration() admin.groupGetTelemetryUsage(config, xdmp.group()) ==> "disabled"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.