Vcenter_Settings_V1_Config_Components_Applmgmt_LogForwarding

Vcenter_Settings_V1_Config_Components_Applmgmt_LogForwarding
Vcenter_Settings_V1_Config_Components_Applmgmt_LogForwarding

The LogForwarding service provides operations to manage forwarding of log messages to remote logging servers.

JSON Example
{
    "hostname": "string",
    "port": 0,
    "protocol": "string"
}
string
hostname
Optional

FQDN or IP address of the logging server to which messages are forwarded.

integer As int64
port
Optional

The port on which the remote logging server is listening for forwarded log messages.

protocol
Optional

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.