SddcManagerSpec

SddcManagerSpec
SddcManagerSpec

Client input parameters for SDDC Manager Virtual Machine

JSON Example
{
    "rootUserCredentials": {
        "username": "root",
        "password": "string"
    },
    "hostname": "string",
    "secondUserCredentials": {
        "username": "root",
        "password": "string"
    },
    "localUserPassword": "string",
    "ipAddress": "string"
}
rootUserCredentials
Optional

Credentials contains the username and password

string
hostname
Required
Constraints: minLength: 0 maxLength: 63

SDDC Manager Hostname.

secondUserCredentials
Optional

Credentials contains the username and password

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. This password will be used for other passwords if they have not been passed as input.

string As (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})
ipAddress
Optional
Constraints: minLength: 7 maxLength: 15

SDDC Manager IP address. Can be omitted if hostname is provided.

Property Of