appliance ntp: test run status
test_run_status
structure Status of the test. This structure was added in vSphere API 6.7.Representation:
{
"server" : "string",
"message" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
},
"status" : "SERVER_REACHABLE"
}
"server" : "string",
"message" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "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. |
message.id | string | id in message bundle. This attribute was added in vSphere API 6.7. |
message.default_message | string | text in english. This attribute was added in vSphere API 6.7. |
message.args | string[] | nested data. This attribute was added in vSphere API 6.7. |