
This resource address returns status information about the forests in the cluster.
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:
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-forestsstate-not-openmax-stands-per-forestmerge-countbackup-countrestore-countmin-capacityload-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-loaddatabase-replication-send-loaddatabase-replication-receive-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:
query-read-ratejournal-write-ratesave-write-ratemerge-read-ratemerge-write-ratebackup-read-ratebackup-write-raterestore-read-raterestore-write-ratelarge-read-ratelarge-write-ratedatabase-replication-send-ratedatabase-replication-receive-rateread-lock-ratewrite-lock-ratedeadlock-ratecache-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-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/forests?view=status
==> Returns a status summary of the forests in the cluster.
http://localhost:8002/manage/v2/forests?view=status&database-id=Documents
==> Returns a status view of the forests in the Documents database.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.