NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

SyslogConfiguration (schema)

Syslog server configuration

Syslog server configuration parameters

Name Description Type Notes
facility Syslog facility

List of syslog server facilities.
array of string Enum: KERN, USER, MAIL, DAEMON, AUTH, SYSLOG, LPR, NEWS, UUCP, AUTHPRIV, FTP, CRON, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7
log_level Log level to be redirected

Log level that needs to be redirected.
string Enum: EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG
Default: "INFO"
message_id Syslog message id

List of syslog server message ids.
array of string
port Syslog server port

Syslog server listening port.
PortElement Default: "514"
protocol Syslog protocol

Supported Syslog protocol.
string Enum: TCP, UDP, TLS, LI, LI_TLS
Default: "UDP"
server Server Ip or fqdn

Syslog server Ip or fqdn.
string Required
structured_data Syslog server structured data

List of syslog server structured data.
array of KeyValuePair
name Display name of the syslog server string Deprecated