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
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
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