Get Ssl Settings

Get 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=37.0
{
    "enabledSslProtocols": [
        "string"
    ],
    "enabledSslCiphers": [
        "string"
    ],
    "keySize": 0,
    "certificateValidityDays": 0,
    "certificateSignatureAlgorithm": "string",
    "fipsMode": "string",
    "status": "string"
}
array of string
enabledSslProtocols
Optional

SSL protocols

array of string
enabledSslCiphers
Optional

SSL ciphers

integer
keySize
Optional

Size of keys generated

integer
certificateValidityDays
Optional

Number of days generated certificates are valid for

string
certificateSignatureAlgorithm
Optional

Algorithm used to sign generated certificates

string
fipsMode
Optional

The desired FIPS mode of this server group.

  • ON: Indicates FIPS mode is desired for this server group.
  • OFF: Indicates FIPS mode is not desired for this server group.
string
status
Optional

The current SSL settings status for this server group.

  • CURRENT: Indicates that all of the SSL settings for this server group are up to date.
  • UPDATING: Indicates that there is at least one cell in the server group which has not yet applied the SSL settings.
  • AWAITING_RESTART: Indicates that the SSL settings for this server group have been applied on each cell, and that each cell needs to be rebooted for the settings to take place. When each cell has been rebooted this field will change to CURRENT.