
xdmp:server( [$name as xs:string], [$group as xs:unsignedLong] ) as xs:unsignedLong+
Return the ID(s) of the App Servers, XDBC Servers, ODBC Servers, or Task Servers with the given name. Returns the ID of the current server if no parameter is specified.
| Parameters | |
|---|---|
| name | A server name. |
| group | A group to search. If not specified, all groups are searched. |
xdmp:server("MyAppServer")
=> 15495681647217162987
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.