admin.groupGetOdbcserverIds( config as element(configuration), group-id as (Number|String) ) as Sequence
This function returns the ids of all of the ODBC App Servers in the specified 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() const groupid = admin.groupGetId(config, "Default") admin.groupGetOdbcserverIds(config, groupid) //Returns the ids of the ODBC servers in the Default group.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.