appliance logging forwarding: config

The config structure defines the configuration for log message forwarding to remote logging servers. This structure was added in vSphere API 6.7

Representation:

{
    "hostname""string",
    "port"1,
    "protocol""TLS"
}

Attributes:

Name Type Description
Required
hostname string FQDN or IP address of the logging server to which messages are forwarded. This attribute was added in vSphere API 6.7

port long The port on which the remote logging server is listening for forwarded log messages. This attribute was added in vSphere API 6.7

protocol string Transport protocol used to forward log messages. This attribute was added in vSphere API 6.7

Defines transport protocols for outbound log messages. This enumeration was added in vSphere API 6.7 Value is one of:
TLS: Log messages will be forwarded to the remote host by using the TLS protocol. This constant was added in vSphere API 6.7
UDP: Log messages will be forwarded to the remote host using the UDP protocol. This constant was added in vSphere API 6.7
TCP: Log messages will be forwarded to the remote host using the TCP protocol. This constant was added in vSphere API 6.7