Vcenter_Settings_V1_Config_Components_Applmgmt_LogForwarding
The LogForwarding service provides operations to manage forwarding of log messages to remote logging servers.
{
"hostname": "string",
"port": 0,
"protocol": "string"
}
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.