Powered by Zoomin Software. For more details please contactZoomin

Monitor MarkLogic Server

Resource addresses

  • Last Updated: September 1, 2025
  • 1 minute read
    • MarkLogic Server
    • Version 12.0
    • Documentation

This section provides an overview of the structure and capabilities of the resource addresses provided by the Management API. For details on each resource address, see MarkLogic REST API Reference.

Resource addresses fall into the categories listed in the table below. The output from each type of resource address is described in Interpret the output.

Type of Resource Address Returns
List A list of resources. For example, as list of the forests in the cluster: https://localhost:8002/manage/LATEST/forests
Item A specific resource. For example, a specific forest in the cluster: https://localhost:8002/manage/LATEST/forests/Documents

A resource address takes the form of a URL that includes a host name and a port number. The most basic resource address returns summary information for the entire cluster:

https://*host:port*/manage/LATEST/

The Management API version, LATEST in this release, is specified in every resource address to maintain compatibility with future revisions of the Management API.

You can optionally include the name of a resource and parameters in a resource address as follows:

https://*host:port*/manage/*version/resource?param=value&param=value*

TitleResults for “How to create a CRG?”Also Available inAlert