[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Get External Syslog Server

Description

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

Request

Request

URL

URL


get
https://{api_host}/napp/api/v1/platform/support-bundle/external-syslog-server
Copy

Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin, auditor

Response

Response

Response Body

Response Body

200 OK

Returns array of ExternalSyslogServer of type application/json
{
    "host": "logserver.domain.com",
    "port": 514,
    "verify_cert_name": false
}
string
host Optional

The IP address or FQDN of the remote syslog server.


integer
port Optional

The port on which the syslog service is running on the remote server.


boolean
verify_cert_name Optional

Controls whether certificate verification is required for the server.

Errors

Errors

500

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

Code Samples

Code Samples

cURL Command

curl https://{api_host}/napp/api/v1/platform/support-bundle/external-syslog-server


[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Feedback

Was this page helpful?