Networking_Proxy_TestResult

Networking_Proxy_TestResult
Networking_Proxy_TestResult

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

JSON Example
{
    "status": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "localized": "string"
    }
}
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.

message
Required

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.