NetworkingProxyTestResult

The Proxy.TestResult structure contains information about the test operation done on a proxy server.


Properties

message Required

Message associated with status.


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_REACHABLESERVER_UNREACHABLE

JSON Example

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

Test Proxy

Feedback

Was this page helpful?