NtpTestRunStatus
Ntp.TestRunStatus structure Status of the test
Properties
string
server
Required
Server name associated with the test run.
status
Required
Ntp.ServerStatus enumerated type Status of server during test
SERVER_REACHABLE : Server is reachable.
SERVER_UNREACHABLE : Server is unreachable.
Possible values are: SERVER_REACHABLE , SERVER_UNREACHABLE
JSON Example
{
"message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"server": "string",
"status": "SERVER_REACHABLE"
}