SddcManagerSpec
Client input parameters for SDDC Manager Virtual Machine
{
"rootUserCredentials": {
"username": "root",
"password": "string"
},
"hostname": "string",
"secondUserCredentials": {
"username": "root",
"password": "string"
},
"localUserPassword": "string",
"ipAddress": "string"
}
SDDC Manager Hostname.
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. This password will be used for other passwords if they have not been passed as input.
SDDC Manager IP address. Can be omitted if hostname is provided.