Get Ssl Settings

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
Authentication
This operation uses the following authentication methods.
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
                
Availability
Added in 34.0
Ssl Settings Operations
GET
Get Ssl Settings