
admin.appserverGetRequestBlackouts( config as element(configuration), appserver-id as (Number|String) ) as Sequence
This function returns the request blackouts specification for the specified appserver from the configuration.
| Parameters | |
|---|---|
| config | A configuration specification, typically as returned from one of the Admin module functions. |
| appserver-id |
The ID of the appserver (for example,
xdmp:server("myAppserver")).
|
http://marklogic.com/xdmp/privileges/admin/app-server
http://marklogic.com/xdmp/privileges/admin/app-server/{id}
const admin = require('/MarkLogic/admin.xqy');
var config = admin.getConfiguration()
admin.appserverGetRequestBlackouts(config, xdmp.server("myAppserver") )
//returns the requestBlackouts specification for the appserver
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.