This resource address updates the configuration properties of the specified alert action for the specified database.
Upon success, MarkLogic Server returns a status code 200 (OK). If the payload is malformed or the alert action does not exist, a status code of 400 (Bad Request) is returned. A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
manage-admin
rolehttp://marklogic.com/xdmp/privileges/manage-admin
http://marklogic.com/xdmp/privileges/manage
privilege, plus one of the following privileges:
http://marklogic.com/xdmp/privileges/admin/database
http://marklogic.com/xdmp/privileges/admin/database/database-ID
http://marklogic.com/xdmp/privileges/admin/database/alerts/database-ID
The properties that can be modified are listed below.
Note: The properties described here are for XML payloads. In general they are the same for
JSON, with the exception that, in JSON, options
is expressed in singular form.
name
description
module-db
module-root
module
options
curl -X PUT --digest -u admin:admin -H "Content-type: application/json" \ -d '{ "description": "New Description" }' \ http://localhost:8002/manage/v2/databases/Documents/alert/actions/xdmp:log2/properties?uri=my-alert-config ==> Updates the "description" property of the "xdmp:log2" alert action.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.