Management API (Forests)

For the complete list of REST resources in this category, refer to the main Management API page.

14 resources
Resource URI Description
/manage/v2/forests (GET) This resource address returns data about the forests in the cluster.
/manage/v2/forests (POST) Create a new forest, including replicas if specified.
/manage/v2/forests (PUT) Perform an operation on one or more forests, such as combining multiple forests into a single new one, or migrating the data in the forests to a new data directory.
/manage/v2/forests?view=counts (GET) This resource address returns count information about all the forests in the cluster.
/manage/v2/forests?view=metrics (GET) Retrieve historical monitoring data about the forests in the cluster.
/manage/v2/forests?view=status (GET) This resource address returns status information about the forests in the cluster.
/manage/v2/forests?view=storage (GET) This resource address returns storage information about the forests in the cluster.
/manage/v2/forests/{id|name} (DELETE) Delete a forest.
/manage/v2/forests/{id|name} (GET) Retrieve information about a forest.
/manage/v2/forests/{id|name} (POST) Initiate a state change on a forest, such as a merge, restart, or attach.
/manage/v2/forests/{id|name}?view=counts (GET) Retrieve count information about a forest.
/manage/v2/forests/{id|name}?view=status (GET) Retrieve status information about the named forest.
/manage/v2/forests/{id|name}/properties (GET) Retrieve the current state of modifiable properties of the forest identified by {id|name}.
/manage/v2/forests/{id|name}/properties (PUT) Modify the configuration of the forest identified by {id|name}.
Powered by MarkLogic Server | Terms of Use | Privacy Policy