Loading TOC...

dbg:attached

dbg:attached(
   [$server as xs:unsignedLong]
) as xs:unsignedLong*

Summary

Return the request ID's of attached requests in a given server. If server isn't supplied, returns a list of all attached requests on host.

Parameters
server Server ID.

Required Privileges

http://marklogic.com/xdmp/privileges/debug-my-requests or http://marklogic.com/xdmp/privileges/debug-any-requests

Example

  dbg:attached(204928402983)
  => (2298273928472, 20384203948)
  

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.