admin.appserverGetModulesDatabase( config as element(configuration), appserver-id as (Number|String) ) as (Number|String)
This function returns the ID of the database set as the modules database for the specified database.
http://marklogic.com/xdmp/privileges/admin/app-server
http://marklogic.com/xdmp/privileges/admin/app-server/{id}
This function throws an exception if the specified App Server is a WebDAV server (because WebDAV servers do not use a modules database).
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration() const groupid = admin.groupGetId(config, "Default") admin.appserverGetModulesDatabase(config, admin.appserverGetId(config, groupid, "myAppServer"))