NetworkingProxyTestResult
The Proxy.TestResult structure contains information about the test operation done on a proxy server.
Properties
status
Required
Proxy.ServerStatus enumerated type defines the status of the server associated with the test run.
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"
},
"status": "SERVER_REACHABLE"
}