Getting the Syslog

Getting the Syslog

Get the current Syslog configuration for OpsManager.

Request
URI
GET
https://{opsmanager-installation}//api/v0/settings/syslog
COPY
Responses
200

OK

{
    "syslog": {
        "enabled": false,
        "address": "string",
        "port": "string",
        "transport_protocol": "string",
        "queue_size": 0,
        "tls_enabled": false,
        "permitted_peer": "string",
        "ssl_ca_certificate": "string",
        "environment": "string",
        "forward_debug_logs": false,
        "custom_rsyslog_configuration": "string"
    }
}
syslog
Optional

syslog