appliance networking proxy: test result

The test_result structure contains information about the test operation done on a proxy server. This structure was added in vSphere API 6.7

Representation:

{
    "message"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    },
    "status""SERVER_REACHABLE"
}

Attributes:

Name Type Description
Required
status string Status of the proxy server indicating whether the proxy server is reachable. This attribute was added in vSphere API 6.7

Defines the status of the server associated with the test run. This enumeration was added in vSphere API 6.7 Value is one of:
SERVER_REACHABLE: Server is reachable. This constant was added in vSphere API 6.7
SERVER_UNREACHABLE: Server is unreachable. This constant was added in vSphere API 6.7

message localizable_message Message associated with status. This attribute was added in vSphere API 6.7