
This resource address returns a list of all of the resources in the local
cluster that existed in specified time period.. Note that using the start and
end parameters to define a time range may be expensive.
| Request Headers | |
|---|---|
| Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
| Response Headers | |
|---|---|
| Content-type | The MIME type of the data in the response
body. Depending upon the value of the format parameter or Accept header, either
application/xml or application/json. |
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 data in the response body is as follows:
current-timestartendclusterThis is a complex structure with the following children:
cluster-idnamegroupThis is a complex structure with the following children:
group-idnamehostThis is a complex structure with the following children:
cluster-idgroup-idhost-idnameforestThis is a complex structure with the following children:
cluster-idgroup-idhost-idforest-idnamedatabaseThis is a complex structure with the following children:
cluster-idgroup-idhost-iddatabase-idnameforests-idsThis is a complex structure with the following children:
forest-idserverThis is a complex structure with the following children:
cluster-idgroup-idhost-idserver-idnametype
http://localhost:8002/manage/v2/meters/resources
==> Returns the list resources in the cluster.