VcenterSettingsV1ConfigComponentsApplmgmtLogForwarding
The LogForwarding service provides operations to manage forwarding of log messages to remote logging servers.
Properties
FQDN or IP address of the logging server to which messages are forwarded.
The port on which the remote logging server is listening for forwarded log messages.
The LogForwarding.Protocol enumerated type defines transport protocols for outbound log messages.
TLS : Log messages will be forwarded to the remote host by using the TLS protocol.
UDP : Log messages will be forwarded to the remote host using the UDP protocol.
TCP : Log messages will be forwarded to the remote host using the TCP protocol.
RELP : Log messages will be forwarded to the remote host using the RELP protocol.
Possible values are: TLS , UDP , TCP , RELP
JSON Example
{
"hostname": "string",
"port": 0,
"protocol": "TLS"
}