VcenterSettingsV1ConfigComponentsApplmgmtLogForwarding

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


Properties

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.

Possible values are: TLSUDPTCPRELP

JSON Example

{
	"hostname": "string",
	"port": 0,
	"protocol": "TLS"
}

Feedback

Was this page helpful?