
Retrieve the current properties of the cluster. For an example, see Coupling the Master and Replica Clusters in the Scripting Administrative Tasks Guide.
| URL Parameters | |
|---|---|
| format | The format of the returned data. Can be
json or xml (default). If present, the format
parameter overrides the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK), and the data in the response body contains the requested information.
manage-user role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
The structure of the output returned from this REST API is as follows:
security-versioneffective-versioncluster-idcluster-namessl-fips-enabledxdqp-ssl-certificatebootstrap-hostsThis is a complex structure with the following children:
bootstrap-hostThis is a complex structure with the following children:
bootstrap-host-idbootstrap-host-namebootstrap-connect-portlanguage-baselineopsdirector-log-levelopsdirector-meteringopsdirector-configopsdirector-session-endpointfedrampdata-directoryfilesystem-directoryroleversion
http://localhost:8002/manage/v2/properties
==> Returns the properties of the local cluster.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.