
This resource address returns a status summary for the local cluster.
| URL Parameters | |
|---|---|
| format | The format of the returned data. Can be either
html, json, or xml (default). This value overrides
the Accept header if both are present. |
| 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:
idnameversioneffective-versionrolemetaThis is a complex structure with the following children:
uricurrent-timeelapsed-timestart-minview-errorThis is a complex structure with the following children:
error-typeerror-nameerror-codeerror-messagestatus-relationsThis is a complex structure with the following children:
hosts-statusThis is a complex structure with the following children:
urireftyperefhosts-status-summaryThis is a complex structure with the following children:
total-hoststotal-hosts-offlinetotal-cpu-stat-systemtotal-cpu-stat-usermemory-process-rssmemory-sizememory-system-totalmemory-process-huge-pages-sizememory-system-freeload-propertiesThis is a complex structure with the following children:
total-loadload-detailThis is a complex structure with the following children:
query-read-loadjournal-write-loadsave-write-loadmerge-read-loadmerge-write-loadbackup-read-loadbackup-write-loadrestore-read-loadrestore-write-loadlarge-read-loadlarge-write-loadexternal-binary-read-loadxdqp-client-receive-loadxdqp-client-send-loadxdqp-server-receive-loadxdqp-server-send-loadforeign-xdqp-client-receive-loadforeign-xdqp-client-send-loadforeign-xdqp-server-receive-loadforeign-xdqp-server-send-loadread-lock-wait-loadread-lock-hold-loadwrite-lock-wait-loadwrite-lock-hold-loaddeadlock-wait-loadrate-propertiesThis is a complex structure with the following children:
total-raterate-detailThis is a complex structure with the following children:
memory-process-swap-ratememory-system-pagein-ratememory-system-pageout-ratememory-system-swapin-ratememory-system-swapout-ratequery-read-ratejournal-write-ratesave-write-ratemerge-read-ratemerge-write-ratebackup-read-ratebackup-write-raterestore-read-raterestore-write-ratelarge-read-ratelarge-write-rateexternal-binary-read-ratexdqp-client-receive-ratexdqp-client-send-ratexdqp-server-receive-ratexdqp-server-send-rateforeign-xdqp-client-receive-rateforeign-xdqp-client-send-rateforeign-xdqp-server-receive-rateforeign-xdqp-server-send-rateread-lock-ratewrite-lock-ratedeadlock-rateservers-statusThis is a complex structure with the following children:
urireftyperefservers-status-summaryThis is a complex structure with the following children:
request-rateexpanded-tree-cache-miss-rateexpanded-tree-cache-hit-raterequest-countforests-statusThis is a complex structure with the following children:
urireftyperefforests-status-summaryThis is a complex structure with the following children:
total-forestsstate-not-openmax-stands-per-forestmerge-countbackup-countrestore-countmin-capacitycache-propertiesThis is a complex structure with the following children:
list-cache-hit-ratelist-cache-miss-ratetriple-cache-hit-ratetriple-cache-miss-ratetriple-value-cache-hit-ratetriple-value-cache-miss-ratecompressed-tree-cache-hit-ratecompressed-tree-cache-miss-ratelist-cache-ratiotriple-cache-ratiotriple-value-cache-ratiocompressed-tree-cache-ratiolarge-binary-cache-hit-ratelarge-binary-cache-miss-raterequests-statusThis is a complex structure with the following children:
urireftyperefrequests-status-summaryThis is a complex structure with the following children:
specified-seconds-minmax-secondsninetieth-percentile-secondsmedian-secondsmean-secondsstandard-dev-secondsmin-secondstotal-requestsupdate-countquery-counttransactions-statusThis is a complex structure with the following children:
urireftypereftransactions-status-summaryThis is a complex structure with the following children:
specified-seconds-minmax-secondsninetieth-percentile-secondsmedian-secondsmean-secondsstandard-dev-secondsmin-secondstotal-transactionsrelated-viewsThis is a complex structure with the following children:
related-viewThis is a complex structure with the following children:
view-typeview-nameview-uri
http://localhost:8002/manage/v2?view=status
==> Returns a status summary information for the local cluster.