
Retrieve status information about the hosts 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), and the response body contains the requested information.
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:
metaThis 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-messagerelationsThis is a complex structure with the following children:
relation-groupThis is a complex structure with the following children:
urireftyperefrolerefrelation-countrelationThis is a complex structure with the following children:
qualifiersThis is a complex structure with the following children:
qualifierThis is a complex structure with the following children:
urireftyperefidrefnamerefurireftyperefrolerefidrefnamerefstatus-list-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-ratestatus-list-itemsThis is a complex structure with the following children:
status-list-itemThis is a complex structure with the following children:
urirefidrefnamerefrelated-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/hosts?view=status
==> Returns a status summary of the hosts in the cluster.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.