LoggingForwardingConnectionStatus
Properties
string
hostname
Required
FQDN or IP address of the configured remote logging servers.
state
Required
State of the configured remote logging server.
Possible values are: UP , DOWN , UNKNOWN
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": "enum"
}