Skip to main content

What's New in MarkLogic 11

Configuration Management API (CMA) REST Endpoints

MarkLogic 9.0-5 introduced a REST API for configuration management: Configuration Management API (CMA).

The Configuration Management API is a RESTful API that allows retrieving, generating, and applying configurations for MarkLogic clusters, databases, and application servers.

Use the following endpoints for configuration management:

Endpoint

Description

GET /manage/v3

This endpoint enables retrieving configuration of an individual resource, a set of resources, or a full cluster. It also enables generating new configurations from scenarios.

POST /manage/v3

This endpoint enables applying named configurations to MarkLogic resources, overriding parameters and setting options.

The configurations may be applied to an individual resource, a set of resources, or a full cluster.

For more details, see the MarkLogic REST API Reference.