appliance ntp: test run status

test_run_status structure Status of the test. This structure was added in vSphere API 6.7

Representation:

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

Attributes:

Name Type Description
Required
server string Server name associated with the test run. This attribute was added in vSphere API 6.7

status string Server status. This attribute was added in vSphere API 6.7

Status of server during test. 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