[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"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

Get SSL Settings

Description

Get the current VCD SSL settings

Request

Request

URL

URL


get
https://{api_host}/cloudapi/1.0.0/ssl/settings
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns SslSettings of type(s) application/json;version=37.2
{
	"certificateSignatureAlgorithm": "string",
	"certificateValidityDays": 0,
	"ecKeySize": 0,
	"enabledSslCiphers": [
		"string"
	],
	"enabledSslProtocols": [
		"string"
	],
	"fipsMode": "string",
	"keySize": 0,
	"status": "string"
}
string
certificateSignatureAlgorithm Optional

Algorithm VCD will use to sign any self-generated certificates


integer
certificateValidityDays Optional

Number of days any VCD generated certificate will be valid for


integer
ecKeySize Introduced Optional

Size of EC keys generated by VCD. In some circumstances, will also be the minimum key size that will be enforced by certain features and will be so noted in respective documentation.


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.


integer
keySize Optional

Size of RSA keys generated by VCD. In some circumstances, will also be the minimum key size that will be enforced by certain features and will be so noted in respective documentation.


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.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/cloudapi/1.0.0/ssl/settings


[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"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
SSL Settings Operations
Feedback

Was this page helpful?