PUT /api/domainaudit/setings

Modifies the domain audit off-load events settings.

Refer to Domain Audit Settings for the category and events fields description.

Parameters

settings mandatory The audit off-load settings JSON body file.

Response Codes

Response Code Description
200 The response contains the domain audit off-load settings configuration set.
400 The response contains the error details.

Example Request and Response

PUT https://localhost:8090/api/domainaudit/settings {settings}

HTTP 1.1 200 OK

{
    "enabled" : true,
    "url": "https://myserver.com:18080/auditoffload/",
    "username" : "root",
    "password" : "Y2hhbmdlbWU=",
    "trustedPem" : "-----BEGIN CERTIFICATE-----{YOUR CERTIFICATE}-----END CERTIFICATE-----"
}