Probe Ssl
Check if the appliance can establish a successful SSL connection with the specified endpoint.
URI of the endpoint to be probed.
{
"uri": "string"
}
URI to probe.
Structure that describes if this appliance can validate the certificate coming from the specified endpoint.
"ApplianceX509CertificateDrResponseEntity Object"
Bad request - the server cannot understand the request due to invalid syntax or invalid request body content
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Internal server error - unexpected condition prevents fulfilling the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"uri:"string"}' https://{api_host}/appliance/certificates/server/actions/probe-ssl-connection