Created
November 23, 2017 09:27
-
-
Save ableasdale/70575978ed8d8c182b8566773fa9a8b9 to your computer and use it in GitHub Desktop.
MarkLogic: AppServer status for all groups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xquery version "1.0-ml"; | |
for $host in xdmp:hosts() | |
for $server in xdmp:group-servers(xdmp:host-group($host)) | |
return xdmp:server-status($host,$server) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment