Loading TOC...

MarkLogic Server 11.0 Product Documentation
Management API (Databases)

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

12 resources
Resource URI Description
/manage/v2/databases (GET) This resource address returns a summary of the databases in the cluster.
/manage/v2/databases (POST) This resource address creates a new database in the cluster.
/manage/v2/databases?view=metrics (GET) Retrieve historical monitoring data about the databases in the cluster.
/manage/v2/databases/{id|name} (DELETE) This resource address deletes the named database from the cluster.
/manage/v2/databases/{id|name} (GET) This resource address returns information on the specified database.
/manage/v2/databases/{id|name} (POST) This resource address can be used to clear the contents of the named database and to perform various configuration operations on the database.
/manage/v2/databases/{id|name}?view=counts (GET) This resource address returns the count information for forests attached to the named database.
/manage/v2/databases/{id|name}?view=describe-indexes (GET) This resource address returns the list of range index specification for the database, identified either by id or name.
/manage/v2/databases/{id|name}?view=package (GET) This resource address returns configuration details about the named database in a format suitable for use with the /manage/v2/packages interfaces.
/manage/v2/databases/{id|name}?view=status (GET) This resource address returns status information for the named database.
/manage/v2/databases/{id|name}/properties (GET) This resource address returns the modifiable properties of the named database.
/manage/v2/databases/{id|name}/properties (PUT) This resource address modifies the properties of the named database.