GET /api/domainaudit/settings

Returns the domain audit off-load events settings.

Refer to Domain Audit Settings for the domain off-load settings description.

Each message consist is returned as a JSON string in the following format:

{
    "enabled" : true,
    "url": "http://localhost:8080/auditoffload/",
    "username" : "",
    "password" : "",
    "trustedPem" : ""
}