LoggingForwardingConnectionStatus

Properties

string
hostname Required

FQDN or IP address of the configured remote logging servers.


state Required

The Forwarding.ConnectionStatus.State enumerated type defines the state values that a remote logging server can be in.
UP : The remote logging server is reachable.
DOWN : The remote logging server is not reachable.
UNKNOWN : The status of remote logging server is unknown.

Possible values are: UPDOWNUNKNOWN


message Optional

Message associated with the state of the configured remote logging server. If unset, there is no message to be shown.

JSON Example

{
	"hostname": "string",
	"state": "UP"
}
Returned By

Test Forwarding

Feedback

Was this page helpful?