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
}
]
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
Deprecated
Availability
Deprecated in 4.2
Clusterapi Operations
GET
Get External Syslog Server
Deprecated
GET
Get Support Bundle Dynamic Content Filters
Deprecated
GET
Get Support Bundle Status
Deprecated
POST
Post External Syslog Server
Deprecated
POST
Post Support Bundle Collection
Deprecated