Get External Syslog Server

Get External Syslog Server

Returns a list of objects representing external syslog servers that have been configured.

Request
URI
GET
https://{api_host}/napp/api/v1/platform/support-bundle/external-syslog-server
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of ExternalSyslogServer of type(s) application/json
[
    {
        "host": "logserver.domain.com",
        "port": 514,
        "verify_cert_name": false,
        "insecure": false
    }
]

500

Internal Server Error. Check cluster-api pod logs for details.

Operation doesn't return any data structure