Appliance Networking Proxy TestResult
Appliance Networking Proxy TestResult
The Appliance Networking Proxy TestResult schema contains information about the test operation done on a proxy server.
This schema was added in vSphere API 6.7.
JSON Example
{
"status": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
string
status
Required
Status of the proxy server indicating whether the proxy server is reachable.
For more information see: Appliance Networking Proxy ServerStatus.
This property was added in vSphere API 6.7.
message
Required
Message associated with status.
This property was added in vSphere API 6.7.