ProbeResult
Results of a connection test to a specific endpoint.
{
"result": "string",
"resolvedIp": "string",
"canConnect": false,
"sslHandshake": false,
"certificateChain": "string",
"additionalCAIssuers": [
"string"
]
}
Localized message describing the connection result stating success or an error message with a brief summary.
The IP address the host was resolved to.
If vCD can establish a connection on the specified port.
If an SSL Handshake succeeded (secure requests only).
The SSL certificate chain presented by the server if a secure connection was made.
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.