Test
Test a connection
Tests a connection, including SSL handshake and hostname verification.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/testConnection
COPY
Request Body
Connection
of type(s)
application/json
Required
"Connection Object"
Responses
200
OK
Returns
TestResult
of type(s)
application/json;version=9.1.0
"TestResult Object"
Vendor Extension
This operation contains the following vendor extensions defined in the spec:
[object Object],[object Object]
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/cloudapi/1.0.0/testConnection