Get Ssl Settings
Get the SSL settings
Get the current VCD SSL settings
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/ssl/settings
COPY
Responses
200
OK
Returns
SslSettings
of type(s)
application/json;version=9.1.0
{
"enabledSslProtocols": [
"string"
],
"enabledSslCiphers": [
"string"
],
"keySize": 0,
"ecKeySize": 0,
"certificateValidityDays": 0,
"certificateSignatureAlgorithm": "string",
"fipsMode": "string",
"status": "string"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/ssl/settings