Get Forwarding
Returns the configuration for forwarding log messages to remote logging servers.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
array
of
LoggingForwardingConfig
of type application/json
Information about the configuration for forwarding log messages to remote logging servers.
[
{
"hostname": "string",
"port": 0,
"protocol": "TLS"
}
]
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 Forwarding.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.
Possible values are: TLS , UDP , TCP
Errors
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: get
x-vmw-doc-deprecated-path: /rest/appliance/logging/forwarding
x-vmw-doc-operation: get