[{"label":"Latest (v37.1)","version":"latest"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
SslSettings
The VCD SSL settings
Properties
string
certificateSignatureAlgorithm
Optional
Algorithm used to sign generated certificates
integer
certificateValidityDays
Optional
Number of days generated certificates are valid for
array of
string
enabledSslCiphers
Optional
SSL ciphers
array of
string
enabledSslProtocols
Optional
SSL protocols
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.
Added in 35.2
integer
keySize
Optional
Size of keys generated
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.
Added in 35.2
JSON Example
{
"certificateSignatureAlgorithm": "string",
"certificateValidityDays": 0,
"enabledSslCiphers": [
"string"
],
"enabledSslProtocols": [
"string"
],
"fipsMode": "string",
"keySize": 0,
"status": "string"
}
[{"label":"Latest (v37.1)","version":"latest"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 34.0
Parameter To
Update SSL Settings
Returned By
Get SSL Settings