[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get External Syslog Server
DescriptionReturns a list of objects representing external syslog servers that have been configured.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}/napp/api/v1/platform/support-bundle/external-syslog-server
Authentication
This operation uses the following authentication methods.
x_nsx_roles
Scopes:
enterprise_admin, auditor
Response
Response
Response BodyResponse 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
500
Internal Server Error. Check cluster-api pod logs for details.
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