This resource address returns a summary of the requests in the cluster.
Request Headers | |
---|---|
Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK). The response body contains the requested data.
manage-user
role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
The structure of the output returned from this REST API is as follows:
meta
This is a complex structure with the following children:
uri
current-time
elapsed-time
start-min
view-error
This is a complex structure with the following children:
error-type
error-name
error-code
error-message
relations
This is a complex structure with the following children:
relation-group
This is a complex structure with the following children:
uriref
typeref
roleref
relation-count
relation
This is a complex structure with the following children:
qualifiers
This is a complex structure with the following children:
qualifier
This is a complex structure with the following children:
uriref
typeref
idref
nameref
uriref
typeref
roleref
idref
nameref
list-summary
This is a complex structure with the following children:
specified-seconds-min
max-seconds
ninetieth-percentile-seconds
median-seconds
mean-seconds
standard-dev-seconds
min-seconds
total-requests
update-count
query-count
list-items
This is a complex structure with the following children:
list-count
list-item
This is a complex structure with the following children:
relation
This is a complex structure with the following children:
qualifiers
This is a complex structure with the following children:
qualifier
This is a complex structure with the following children:
uriref
typeref
idref
nameref
uriref
typeref
roleref
idref
nameref
relation-id
uriref
roleref
idref
item-properties
This is a complex structure with the following children:
seconds-elapsed
canceled
root
request-kind
request-text
request-rewritten-text
update
start-time
time-limit
max-time-limit
lock-count
read-size
user
client-address
trigger-depth
expanded-tree-cache-hits
expanded-tree-cache-misses
request-state
profiling-allowed
profiling-enabled
debugging-allowed
debugging-status
retry-count
expr-id
where-stopped
related-views
This is a complex structure with the following children:
related-view
This is a complex structure with the following children:
view-type
view-name
view-uri
http://localhost:8002/manage/v2/requests ==> Returns a summary of the requests in the cluster.