appliance logging forwarding: connection status

Representation:

{
    "hostname""string",
    "message"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    },
    "state""UP"
}

Attributes:

Name Type Description
Required
hostname string FQDN or IP address of the configured remote logging servers. This attribute was added in vSphere API 6.7

state string State of the configured remote logging server. This attribute was added in vSphere API 6.7

Defines the state values that a remote logging server can be in. This enumeration was added in vSphere API 6.7 Value is one of:
UP: The remote logging server is reachable. This constant was added in vSphere API 6.7
DOWN: The remote logging server is not reachable. This constant was added in vSphere API 6.7
UNKNOWN: The status of remote logging server is unknown. This constant was added in vSphere API 6.7

Optional
message localizable_message Message associated with the state of the configured remote logging server. This attribute was added in vSphere API 6.7

Optional. It is only relevant when state has value [DOWN]. If unset, there is no message to be shown.