SddcManagerSpec

SddcManagerSpec
SddcManagerSpec

Client input parameters for SDDC Manager Virtual Machine

JSON Example
{
    "rootPassword": "string",
    "hostname": "string",
    "sshPassword": "string",
    "localUserPassword": "string",
    "useExistingDeployment": true,
    "version": "9.0.0.0.24597083",
    "sslThumbprint": "3D:D0:EE:B5:A0:CC:45:08:5C:4F:84:51:CD:00:B6:41:BB:4A:A2:9A:77:1C:A6:4C:6D:84:5A:D0:4F:68:7A:B8"
}
string
rootPassword
Optional
Constraints: minLength: 8 maxLength: 2147483647

Password for the 'root' user on SDDC Manager appliance. It needs to be a strong password with at least one alphabet and one special character and at least 8 characters in length. If blank, the SDDC Local Admin Password will be used (if provided) or password will be auto-generated.

string
hostname
Required
Constraints: minLength: 0 maxLength: 63

SDDC Manager Hostname.

string
sshPassword
Optional
Constraints: minLength: 8 maxLength: 2147483647

Password for the 'vcf' user on SDDC Manager appliance. It needs to be a strong password with at least one alphabet and one special character and at least 8 characters in length. If blank, the SDDC Local Admin Password will be used (if provided) or password will be auto-generated.

string
localUserPassword
Optional
Constraints: minLength: 12 maxLength: 2147483647

The local account is a built-in admin account in VCF that can be used in emergency scenarios. The password of this account must be at least 12 characters long. It also must contain at-least 1 uppercase, 1 lowercase, 1 special character specified in braces [!%@$^#?] and 1 digit. In addition, a character cannot be repeated more than 3 times consecutively. If blank, the password will be auto-generated.

boolean
useExistingDeployment
Optional

Import existing deployment or deploy one.

string
version
Optional

Version

string
sslThumbprint
Optional

SSL thumbprint (SHA256) of the product's certificate. Need to be populated when using existing deployment in order to establish trust with the existing product.

Property Of