BrownfieldSyncSpec

BrownfieldSyncSpec
BrownfieldSyncSpec

Brownfield Sync Spec

JSON Example
{
    "domainName": "string",
    "skipEsxThumbprintValidation": false,
    "hostSpecs": [
        {
            "hostname": "esx-1",
            "credentials": {
                "username": "root",
                "password": "string"
            },
            "sshThumbprint": "SHA256:rVPNWOKE2tZjvmYvKPhtc3ghJ41Vc0G3MwASf4+8+yc",
            "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"
        }
    ],
    "suppressWarnings": false,
    "localAdminPassword": "string",
    "enableEdgeClusterSync": false
}
string
domainName
Required

Name of the domain to sync

boolean
skipEsxThumbprintValidation
Optional

Flag that indicates if ESXi SSH keys should be automatically trusted

hostSpecs
Optional

List of the vCenter ESXi Hosts with their hostnames and SSH keys (sshThumbprint field) to trust. Can be skipped if skipEsxThumbprintValidation is set to true.

boolean
suppressWarnings
Optional

When provided, sync operation will continue even if warnings occur

string
localAdminPassword
Optional

SDDC Manager local admin password

boolean
enableEdgeClusterSync
Optional

When provided, existing Edge clusters will be synced to inventory, now and in future auto-sync runs

Parameter To