Logging_Forwarding_ConnectionStatus

Logging_Forwarding_ConnectionStatus
Logging_Forwarding_ConnectionStatus
JSON Example
{
    "hostname": "string",
    "state": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": {
                    "id": "string",
                    "params": {
                        "params": "Std_LocalizationParam Object"
                    }
                },
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
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.

message
Optional

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.