ProbeResult

ProbeResult
ProbeResult

Results of a connection test to a specific endpoint.

JSON Example
{
    "result": "string",
    "resolvedIp": "string",
    "canConnect": false,
    "sslHandshake": false,
    "certificateChain": "string",
    "additionalCAIssuers": [
        "string"
    ]
}
string
result
Optional

Localized message describing the connection result stating success or an error message with a brief summary.

string
resolvedIp
Optional

The IP address the host was resolved to.

boolean
canConnect
Optional

If vCD can establish a connection on the specified port.

boolean
sslHandshake
Optional

If an SSL Handshake succeeded (secure requests only).

string
certificateChain
Optional

The SSL certificate chain presented by the server if a secure connection was made.

array of string
additionalCAIssuers
Optional

URLs supplied by Certificate Authorities to retrieve signing certificates, when those certificates are not included in the chain. These URLs are the locations for the 'caIssuers' access method in the 'Authority Info Access' extension (as described in RFC 5280 Section 4.2.2.1) of the certificates and gives the caller an indication where additional CA certificates may be retrieved from, to complete the chain to the trust anchor.

Availability
Added in 34.0
Property Of