MarkLogic Server 11.0 Product Documentation
GET /manage/v2/support-requestSummary
Generates a support request, along with your system status.
URL Parameters |
format |
The format of the data in the response body. The
only supported format is text , which is also the default. |
scope |
The scope of the system for which the request is
made. This can be either host or cluster . If no scope
is specified, the default is host . |
detail |
The type of information to be provided in the
support request. This can be either status-only , status-logs or
full for both. If no detail is specified, the default is
status-logs . |
Request Headers |
Accept |
The desired MIME type of the data in the response
body. If the format parameter is present, it takes precedence over this header.
Supported values: application/xml (default), application/json ,
text/html . |
Response Headers |
Content-type |
The MIME type of the data in the response
body. Depending upon the value of the format parameter or Accept header, one of
application/xml , application/json , or text/html .
|
Response
Upon success, MarkLogic server returns status code 200 (OK) and the response
body contains the requested data. A status code of 401 (Unauthorized) is returned if the user
does not have the necessary privileges.
Required Privileges
This operation requires the
manage
role, or the following
privilege:
http://marklogic.com/xdmp/privileges/manage
Example
http://localhost:8002/manage/v2/support-request
==> Returns a support request for your host, along with its status logs.
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.