Loading TOC...

MarkLogic Server 11.0 Product Documentation
Management API (App Servers)

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

11 resources
Resource URI Description
/manage/v2/servers (GET) This resource address returns data about the App Servers in the cluster.
/manage/v2/servers (POST) This resource address is used to create a new App Server in the specified group.
/manage/v2/servers?view=metrics (GET) Retrieve historical monitoring data about the App Servers in the cluster.
/manage/v2/servers?view=status (GET) This resource address returns status information for the App Servers in the cluster.
/manage/v2/servers?view=xdmp:server-status (GET) This resource address returns more status information for the App Servers in the cluster including active/long running query details.
/manage/v2/servers/{id|name} (DELETE) This resource address deletes the specified App Server from the specified group.
/manage/v2/servers/{id|name} (GET) This resource address returns data about a specific App Server.
/manage/v2/servers/{id|name}?view=package (GET) This resource address returns configuration details about the named App Server in a format suitable for use with the /manage/v2/packages interfaces.
/manage/v2/servers/{id|name}?view=status (GET) This resource address returns status information about a specific App Server.
/manage/v2/servers/{id|name}/properties (GET) This resource address returns the current state of modifiable properties of the specified App Server.
/manage/v2/servers/{id|name}/properties (PUT) Initiate a properties change on the specified App Server.