Post External Syslog Server

Post External Syslog Server

Adds a new external syslog server to stream logs to.

Request
URI
POST
https://{api_host}/napp/api/v1/platform/support-bundle/external-syslog-server
COPY
Request Body

JSON object representing the list of external syslog servers being configured.

Array of ExternalSyslogServer of type(s) application/json
Optional
[
    {
        "host": "logserver.domain.com",
        "port": 514,
        "verify_cert_name": false,
        "insecure": false
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

500

Internal Server Error. Look at cluster-api logs for exact reason for failure.

Operation doesn't return any data structure