Deployment_Install_InstallSpec

Deployment_Install_InstallSpec
Deployment_Install_InstallSpec

The Install.InstallSpec structure contains information used to configure the appliance installation.

JSON Example
{
    "vcsa_embedded": {
        "standalone": {
            "sso_admin_password": "string",
            "sso_domain_name": "string"
        },
        "replicated": {
            "partner_hostname": "string",
            "https_port": 0,
            "sso_admin_password": "string",
            "ssl_thumbprint": "string",
            "ssl_verify": false
        },
        "ceip_enabled": false
    },
    "auto_answer": false
}
vcsa_embedded
Required

The Install.VcsaEmbeddedSpec structure contains information used to configure an embedded standalone or replicated vCenter Server.

boolean
auto_answer
Optional

Use the default option for any questions that may come up during appliance configuration. If unset, will default to false.